UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: trebeltom1 on March 12, 2013, 10:44:28 pm

Title: restarting
Post by: trebeltom1 on March 12, 2013, 10:44:28 pm
so the map loads and everything works, but when i restart i get this error:
loadedfx could not find effect maps/zombie/fx_zombie_tesla_rail_view - ensure that effect is precached in the server script, and included in appropriate CSVs.

any ideas?
thanks
Title: Re: restarting
Post by: YaPh1l on March 13, 2013, 01:33:56 pm
Did you change anything in the tesla script? Or did you remove the FX from the dlc3.csv?

- Phil.
Title: Re: restarting
Post by: trebeltom1 on March 13, 2013, 01:55:47 pm
yeah I have reextraccted my dlc3.csv and now that works, but my map now won't load because i get an assert fail in the _names.gsc ..... I'm such a noob :( I was trying to add effects using this method

http://gator175.hostgator.com/~custo96/wiki/index.php?title=CoD_WW:_Zombie_Adding_FX;

the console.log gave:


******* script runtime error *******
assert fail: (file 'maps/_names.gsc', line 7)
 assert( !IsDefined( level.names ) );
 *
Error: called from:
(file 'maps/ugx_pap_handle.gsc', line 18)
 maps\_names::setup_names();  // name for AI ;)
 *
Error: called from:
(file 'maps/_loadout.gsc', line 426)
  maps\ugx_pap_handle::init();
  *
Error: called from:
(file 'maps/_loadout.gsc', line 16)
 init_models_and_variables_loadout();
 *
Error: called from:
(file 'maps/_load.gsc', line 321)
 maps\_loadout::init_loadout();
 *
Error: called from:
(file 'maps/_zombiemode.gsc', line 50)
 maps\_load::main();
 *
Error: called from:
(file 'maps/number2.gsc', line 122)
 maps\_zombiemode::main();
 *
Error: started from:
(file 'maps/number2.gsc', line 9)
main()
*
Title: Re: restarting
Post by: Chunkdogg9 on May 22, 2013, 02:47:18 am
dont worry bro i got the same problem and i cant get it to work. so at least im not the only one
Title: Re: restarting
Post by: treminaor on May 22, 2013, 03:25:53 am
yeah I have reextraccted my dlc3.csv and now that works, but my map now won't load because i get an assert fail in the _names.gsc ..... I'm such a noob :( I was trying to add effects using this method

http://gator175.hostgator.com/~custo96/wiki/index.php?title=CoD_WW:_Zombie_Adding_FX; (http://gator175.hostgator.com/~custo96/wiki/index.php?title=CoD_WW:_Zombie_Adding_FX;)
Don't bother with that guide. Check here: http://ugx-mods.com/wiki/index.php?title=Easy-FX (http://ugx-mods.com/wiki/index.php?title=Easy-FX)