Sounds great Asmodean. Going to test the update once I'm home.
For the load order: There are basically two ways of doing it:
Either you abuse the alphanumerical load order scheme as stated above, or you are using the mods.settings file:
For those who are interested, it works like this:
The
mods.settings is an optional file responsible for simple mod settings (on/off, mod priorities). Should be placed in:
C:\Users\[user_name]\Documents\The Witcher 3\mods.settings
For each mod you need an entry which is structured like this:
Mods which do not appear in the
mods.settings file are enabled by default and are loaded in alphanumerical ascending order.
Personally I am using a
mods.settings file, as it gives me full control over what mods - even parts - are loaded.
For those of you who are form the TES/Fallout community - think of it as an ordinary (but optional) load order.
This file can easily be used for a mod managing tool - which I am currently working on for my launcher by the way - to ensure you are gettign the files you want.
Simple example: You are using a LOD mod for characters, modLODCharacters for example and a texture replacer for Triss, modAwesomeTriss for example. The retexturing mod also edits the LOD files, so there are no inconsistencies when moving further away from Triss in game. but right now the mods would be loaded like this:
- modAwesomeTriss
- modLODCharacters
But in this case the LOD mod would overwrite the files provided by the retexture mod. This would result in having the retextured Triss close up, but vanilla Triss from further away.
Now we use the
mods.settings file:
Now we just told the game to use the Triss mod with highest priority, which means it's loaded LAST (not to be confused here, the
lower the number, the
higher the priority, the
later the file gets loaded. The result? We have awesome character LOD for all characters, but still can use Triss' retexture and actually see it in game. Remembering this and using Script Merger can basically make any mod compatible - logic conflicts of course excluded.