"mods dont work unless you set model detail to high&quo
Basically what is happening is that when the model detail is set to low, the game reads mod_l.manifest instead of mod.manifest
There are 2 possible fixes:
1.Add something to buildmod.bat to duplicate mod.* as mod_l.* before it compiles the .big file
2.Add something to buildmod.bat to compile a seperate mod_l.xml (which would allow you to have seperate low-detail models in your mod if you wanted to)
|