ItsMods

Full Version: Problem with Rain Effects on Maps
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been having a problem with my mod, I'm trying to put the rain effects from Kowloon onto other maps. After taking a while to code it, I encountered one problem with mp_nuked_fx.gsc. When I compile the mod and go ingame, it gives me this error.

Error:
Client Script uses anim
'fxanim_mp_dustdevil_anim' from tree
'fxanim_props' that doesn't exist on the server.

When I delete my mp_nuked_fx.gsc, I don't get that error, but the rain effects aren't there of course.

The only thing that my mp_nuked_fx.gsc contains is this,
http://pastebin.com/tNF7KRX5

and I'm pretty sure that has nothing to do with that error, because if I delete everything in the mp_nuked_fx.gsc but keep the file in the mod, I get the error. But if I delete the actual file, I don't get the error.

Any help would be appreciated Smile
Don't remove those precaches from nuked.gsc You can just null it.
They are also coded in clientscripts. I had same sh*t with my mod when I was adding effects. Just precache FX, but don't use them.
Doesn't the FX need to exist in the fastfile for the map itself ._.?
(10-21-2013, 19:07)DidUknowiPwn Wrote: [ -> ]Doesn't the FX need to exist in the fastfile for the map itself ._.?

What?

This error happens when you edit nuked.gsc fxs code.
(10-21-2013, 06:26)SailorMoon Wrote: [ -> ]They are also coded in clientscripts. I had same sh*t with my mod when I was adding effects. Just precache FX, but don't use them.

Do you mean that I shouldn't have any of my fx coding, actually in mp_nuked_fx.gsc?
Or are you saying I should only precache in my nuked_fx.gsc?

edit: this is my new mp_nuked_fx.gsc, which precaches the fx and places the positions for the fx.
wether or not I make my mp_nuked.gsc load the effects or not, I get the dustdevil error.

http://www.mediafire.com/download/bhofm7...ked_fx.zip