UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Zombie effects

broken avatar :(
Created 5 years ago
by xkhaiser
0 Members and 1 Guest are viewing this topic.
743 views
broken avatar :(
×
broken avatar :(
Location: it
Date Registered: 31 August 2015
Last active: 3 years ago
Posts
1
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
×
xkhaiser's Groups
xkhaiser's Contact & Social Links
Hi, i'm working on a custom map and i was wondering if is there a way to give a zombie a lightning effect or fire effect, thanks in advance
Marked as best answer by xkhaiser 5 years ago
broken avatar :(
×
broken avatar :(
Location: nl
Date Registered: 20 September 2013
Last active: 5 days ago
Posts
645
Respect
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
My Groups
More
My Contact & Social Links
More
Personal Quote
No code is bug free
Signature
My published cod maps:

Subzero
Djinncaves
Enclosed (a.k.a baconcube)
Bayern
Snowblind
Furtrelock

Black Ops Perks: https://www.ugx-mods.com/forum/scripts/55/call-of-duty-world-at-war-black-ops-perks/22180/
×
gympie6's Groups
Community Scripter Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community.
gympie6's Contact & Social LinksTheRevenantSkullTeffrieTeffrieGympie5#5971
Hi, i'm working on a custom map and i was wondering if is there a way to give a zombie a lightning effect or fire effect, thanks in advance


Yes that is possible!

First find the fx that you like and save the file names. (It's best to use a single fx effect)
Second, add this fx in your modbuilder!



Code Snippet
Plaintext
fx,YourFxLocation
The root starts at: C:Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\raw\fx
Then add this into your mapname.gsc.
Example:

Give it a name and your location.
Code Snippet
Plaintext
level._effect["Your Effect Name Here"] = loadfx("LOCATION");
Still your root starts at: C:Program Files (x86)\Steam\steamapps\common\Call of Duty World at War\raw\fx
Then at last add this:

Code Snippet
Plaintext
PlayFxOnTag( level._effect["Your Effect Name Here"], self, "JointName" );
If you want to place it on another joint choose something from this list:
https://wiki.zeroy.com//index.php?title=Call_of_duty_5:_Player_Models_Joints_%26_Tags
Compile plus build your mod and you are done!
Last Edit: August 09, 2019, 05:50:18 am by gympie6
<31

 
Loading ...