Kkatman Posted June 10, 2019 Share Posted June 10, 2019 I've run into some problems after the latest patch. I had to split my mods between sResourceArchive2List and sResourceArchiveList2 in order to get them all to work. Is there a limit to the number of mods or on the number of items that can be listed in each section of the [Archive]? Link to comment Share on other sites More sharing options...
Kkatman Posted June 10, 2019 Author Share Posted June 10, 2019 I got my answer. For anyone else suffering similar issues: Be aware that by the time of Patch 10 the "sResourceArchive2List =" line is already 850+ characters long. There is a limit of 1000 characters per line beyond which the mod files won't be recognized by the game. You might want to consider renaming your mod files to somewhat shorter (1.ba2, 2.ba2 etc.) to accommodate changes in "sResourceArchive2List" string after yet another game patch. Link to comment Share on other sites More sharing options...
wolfmoonstar Posted June 11, 2019 Share Posted June 11, 2019 (edited) I just discovered there has been a better solution found to this. Instead of using the ResourceArchive2List, use sResourceIndexFileList instead. This prevents having to redo the custom.ini every patch and works. Edited June 11, 2019 by wolfmoonstar Link to comment Share on other sites More sharing options...
Recommended Posts