Mod Limit Fix v1
Fix the crash when you install more than 120~130ish mods.
Description
KCD2 has a mod limit of around 130 “mods”, often crashing if you attempt to install over this limit.
This limit is completely unrelated to conflicts, errors, or even memory or software limitations, it is more akin to a line of code that crashes the game whenever it detects too many mods.
The limit itself is not related to the number of .paks, .xmls, or anything of the sort. It’s actually entirely related to the number of subfolders within your mod folder. These folders are then added to the mod order text file, and if it goes beyond a number around 130 (it seems to fluctuate, but it’s around 130), it will cause a hard crash when launching the game until the folder number is reduced under this limit.
How you can reproduce:
– Create 140 empty folders in your mods/ folder, yes, doesnt matter if they contained actual mod files
– Launch game
– Crash
– Install the mod (correctly with all its dependencies)
– Launch game
– No crash




