Hey guys,
I randomly found that thing in black ops, it helped me a lot. I got all maps working now (array, cairo etc).
Most errors are:
Exceeded asset limit for '4096' image assets
and
Exceeded asset limit for '4096'(Not sure) material assets.
You can fix thoose errors, you need mod_ignore.csv and mod.csv file from zone_source/assetlist.
Open mod.csv and look for files which are NOT using in your mod. ( Example: image,t5_weapon_l96a1_mp - already loaded in game)
(i.e i found +400 image/material files which already was loaded in-game).
Find and cut them all, paste in mod_ignore.csv file. Save.
Add in mod.csv ( in your mod folder)
ignore,mod_ignore
It will not load "useless" assets, so you can load more maps now.
You can check "free space" for assets by typing listassetpool in console. (8 - image, 6 - material);
I hope it helps.
I randomly found that thing in black ops, it helped me a lot. I got all maps working now (array, cairo etc).
Most errors are:
Exceeded asset limit for '4096' image assets
and
Exceeded asset limit for '4096'(Not sure) material assets.
You can fix thoose errors, you need mod_ignore.csv and mod.csv file from zone_source/assetlist.
Open mod.csv and look for files which are NOT using in your mod. ( Example: image,t5_weapon_l96a1_mp - already loaded in game)
(i.e i found +400 image/material files which already was loaded in-game).
Find and cut them all, paste in mod_ignore.csv file. Save.
Add in mod.csv ( in your mod folder)
ignore,mod_ignore
It will not load "useless" assets, so you can load more maps now.
You can check "free space" for assets by typing listassetpool in console. (8 - image, 6 - material);
I hope it helps.