Advertisement
TheDemystifier

Skyrim Project Optimization

Jul 23rd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <purpose>
  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>
  4.  
  5. <notes>
  6. </notes>
  7.  
  8. <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.  
  12. <compatibility-issues>
  13. </compatibility-issues>
  14.  
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement