UGX-Mods

Call of Duty 5: World at War => Tutorial Desk => Modding => Topic started by: MakeCents on January 09, 2015, 04:53:38 pm

Title: 400 fx error limit easy fix with DL [Updated 4-22-15]
Post by: MakeCents on January 09, 2015, 04:53:38 pm
This dl makes it slightly easier to fix the 400 fx limit issue and includes files for the fx fix found here (http://wiki.zombiemodding.com/index.php?title=Gone_over_the_fx_limit%3F_Xmodel_limit%3F_Fixed!) and the greater asset control with my_ignore.csv found here (http://ugx-mods.com/forum/index.php?topic=2557.0) (by jei9363). This tut also includes advanced ways of removing extra fx, thanks to Tom's recommendation (http://undeadmodding.com/index.php?topic=405.msg2891#msg2891)

SINGLES FIX
www.mediafire.com

Instructions are included in dl also:

1. Back up the following files in your root zone_source folder, just in case
 - dlc3.csv
 - zombiemode.csv
 - nazi_zombie_mapname.csv (mapname is the name of your map)
2. Extract the files and open the folders to inside the zone_source folder
3. Open nazi_zombie_mapname.csv included in this download (actually called nazi_zombie_mapname)
4. Find each occurrence of nazi_zombie_mapname and replace it with your map name
5. Rename nazi_zombie_mapname.csv to the name of your map
6. Back out, and copy the zone_source folder from this download, including the changes you made, into your root folder, overwriting your files (cause you backed them up right?)
NOTE
Your mod in your Activision folder (where your playable maps are) may need deleted before re-building mod
7. Compile your map and build your mod

IGNORE FILE included in dl

If you still get the error, or need to get rid of more fx, open the zone_source\english\assetlist\my_ignore.csv
and uncomment any fx you don't want.
Then add to your mod.csv:
ignore,my_ignore,,

Note:
I recommend customizing the name of the my_ignore file. That way if you work on multiple maps and you can include everything in your files that are shared between maps and then use different ignore files for each map. You would do this by changing "my" in the mod.csv line and the name of csv in the zone_source file, to your mapname or something.


ADVANCED FX EDITING
Special thanks to Tom for the idea.

1. Back up your raw/weapons/sp folder
2. Make sure you have all the weapons you will use in your mod in your mods/mapname/weapons/sp folder
3. Remove repeated fx from your raw/weapons/sp files, that you are using in your mod, two ways:
    - Option 1: Manually remove any fx that appear in another weapon file that you are using. (Make sure to leave at least one)
    - Option 2: Use my Weapon Fx Cleaner (http://ugx-mods.com/forum/index.php?topic=5923), in my tool set. Read Instructions, step by step.
4. Delete your mod in the Activision folder, in appdata
5. Compile your map
6. Build your mod
Title: Re: 400 fx error limit easy fix with DL
Post by: Harry Bo21 on January 09, 2015, 05:16:24 pm
awesome :)
Title: Re: 400 fx error limit easy fix with DL
Post by: MrDunlop4 on January 10, 2015, 04:04:03 pm
I hope its work :D

I check it out later

PS: THX

MrDunlop4
Title: Re: 400 fx error limit easy fix with DL
Post by: MakeCents on January 13, 2015, 04:00:14 pm
I hope its work :D

I check it out later

PS: THX

MrDunlop4

Be sure to let me know if it doesn't.