Save your mod load orders to external json files for sharing or backing things up. Export your active mod order to various text formats (i.e. a spreadsheet). These formats will include extra data, such as the mod's steam workshop url, if any. ...
Save your mod load orders to external json files for sharing or backing things up. Export your active mod order to various text formats (i.e. a spreadsheet). These formats will include extra data, such as the mod's steam workshop url, if any. ...
The Lua state and all local variables are reset after each game reload. For keeping data through multiple play sessions it is possible to store them in the savegame by storing them in the mod-local table Mods[ModTable].PersistentVars. By default the table is nil, i.e. a mod should ...