View difference between Paste ID: nyEx6AdR and R8f27QP7
SHOW: | | - or go back to the newest paste.
1-
<Purpose>
1+
<purpose>
2-
- 
2+
- Improves performance by putting 'Occlusion planes' on spot that are not in the player's FOV, for example, can you see a rock behind a wall ? No. So why render it in the first place and add to VRAM, etc..
3-
</Purpose>
3+
</purpose>
4
5-
<Notes>
5+
<notes>
6-
</Notes>
6+
</notes>
7
8-
<Download-Installation>
8+
<download-installation>
9-
</Download-Installation>
9+
- Download and install the "Skyrim Project Optimization - Full Version" main file. Only tick Data and click [OK] to install.
10
</download-installation>
11-
<Compatibility-Issues>
11+
12-
</Compatibility-Issues>
12+
<compatibility-issues>
13
</compatibility-issues>
14-
<LoadOrder>
14+
15-
</LoadOrder>
15+
<load-order>
16
As my mod add objects (occlusion planes) to Cells, it could revert other mods changes (like lighting, fog, etc) back to vanilla. Aware of that, i made the plugin as a master (.esm).
17
All you need to do is load my mod just after the game and DLCs .esm files and before any mod .esm or .esp. That way you will ensure other mods overwrite my mod and have no conflicts.
18
 
19
EXAMPLE:
20
 
21
CORRECT LOAD ORDER:
22
 
23
A correct load order with my mod being loaded after main .esm files and before Climates of Tamriel.esm and other mods.
24
 
25
Skyrim.esm
26
Update.esm
27
Dawnguard.esm
28
Hearthfire.esm
29
Dragonborn.esm
30
Skyrim Project Optimization.esm
31
Skyrim Project Optimization - Dawnguard.esm
32
Skyrim Project Optimization - Dragonborn.esm
33
Climates of Tamriel.esm
34
other .esp plugins
35
</load-order>