installed redux, now no vehicle mods..
-
so i installed redux and now i have no vehicle mods, before redux i had the iv pack, vanilla works pack, and quite a few more, but since installing redux, they dont exist ingame, i have addon spawner and they dont show up, i cant spawn them with menyoo either using their names... i have updated the dlclist.xml file, that has all the names of the vehicle mods, i have a new gameconfig.xml file for 600 cars (not that i have that many), i just dont know whats wrong with it...
i also installed la roads mod, which is an addon, and that works...
-
fixed it. got a brand new dlclist.xml from update.rpf... guess redux somehow deleted lines in the one i have been using... just figuring out some weird LOD issues with buildings and pop in issues, though i am overclocking my gpu so that could be the cause of it.
-
Just an idea, may be worth checking.
There is a '<lod_mult>' setting in each of the timecycle weathers in:
\mods\update\update.rpf\common\data\timecycle
In the files:
w_extrasunny.xml
w_clear.xml
w_blizzard.xml...
...etcMight be worth checking the line has 13 sets of '1.0000' in it (that's the default LOD range)
Should look like this:
<lod_mult> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult>
There's also a few other LOD parameters in each of the timecycle weather files (that also all default to '1.0000'). I haven't messed with any of them but they could perhaps cause pop in also. Worth checking to make sue Redux hasn't altered any.
<lod_mult_hd> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult_hd> <lod_mult_orphanhd> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult_orphanhd> <lod_mult_lod> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult_lod> <lod_mult_slod1> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult_slod1> <lod_mult_slod2> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult_slod2> <lod_mult_slod3> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult_slod3> <lod_mult_slod4> 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000 1.0000</lod_mult_slod4>
Hope you get it sorted. Best of luck.