ItsMods

Full Version: Ignore Assets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does this fix the AssertFX, reached limit of 450 (or something) error?
It would be a case-by-case thing depending on what you're doing.

If you're modifying stock weapons or deriving new ones (but using assets already in the MP game)... using the ignore_except_all commands will help cut down on stuff included in your mod that doesn't need to be there. If you're pulling stuff from SP into MP or creating entirely new stuff, you would not want to use ignore_except_all as you want the new assets included with the weapons too -- using ignore_type might be sufficient but trickier.

You can try it out on your mod really quick, just encapsulate the weapons within the ignore_exclude_all and the reset in your zone source per the example.

It should also significantly cut down on your Mod.FF size too.
With one weapon only, the mod.ff is 1MB without ignores, and with ignores it came out to 2KB.
[Image: hot_weird_funny_amazing_cool7_a-mother-o...331220.jpg]
(07-08-2011, 23:33)SparkyMcSparks Wrote: [ -> ]It should also significantly cut down on your Mod.FF size too.
With one weapon only, the mod.ff is 1MB without ignores, and with ignores it came out to 2KB.

cool thanks for the info man i didnt know that