From c078e3d20882e705c2bc002ee0c5f6fd01a5a41d Mon Sep 17 00:00:00 2001 From: Hakan Saplakoglu Date: Wed, 23 Oct 2024 11:21:10 -0400 Subject: [PATCH] Add ParallaxGen - Dynamic Mesh Patcher (#2982) # Add Location - https://www.nexusmods.com/skyrimspecialedition/mods/120946/ # Assign group - Placing late with other dynamic patches. --- masterlist.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/masterlist.yaml b/masterlist.yaml index 22ce2888d..0f0c6beb6 100644 --- a/masterlist.yaml +++ b/masterlist.yaml @@ -2507,6 +2507,10 @@ plugins: after: [ 'DynDOLOD.esp' ] msg: [ *runxLODGen ] + - name: 'ParallaxGen.esp' + url: [ 'https://www.nexusmods.com/skyrimspecialedition/mods/120946/' ] + group: *lateChangesGroup + - name: 'Smashed Patch.esp' url: [ 'https://www.nexusmods.com/skyrim/mods/90987/' ] group: *dynamicPatchGroup