Re: Fireworks V1 [original]
NC! :D I like it =] I can Figurate that i can use 2 Nade Effects? The Normal 1 For Normal Nades and this 1 for events nades or something?
Re: Fireworks V1 [original]
holy sht u fux prow i was waiting for this sht i even tryed unapkcing dr gunz xD
Re: Fireworks V1 [original]
Quote:
Originally Posted by
eele
NC! :D I like it =] I can Figurate that i can use 2 Nade Effects? The Normal 1 For Normal Nades and this 1 for events nades or something?
that's possible.. but don't ask me how to :p
I think Wizkidje knows :p
Re: Fireworks V1 [original]
i tought i just need to add effects in some XML's? Than i think i can figure it out, if it is ASM work i cant :P
Re: Fireworks V1 [original]
Let's see what wizkidje says =P
I'm 100% sure he wll stop by ;D
Re: Fireworks V1 [original]
aye ty dude, im gonna make double rocket launchers :D 2 fireworks per shot
Re: Fireworks V1 [original]
OMG! <333 ive been waiting for this :DD
Re: Fireworks V1 [original]
Finally u release it! Thanks!!
Re: Fireworks V1 [original]
No Problem.. I probably will see alot of these again when I start playing pservers again xD
Re: Fireworks V1 [original]
Nice i waited for this! =)
Re: Fireworks V1 [original]
Quote:
Originally Posted by
Aimed
Let's see what wizkidje says =P
I'm 100% sure he wll stop by ;D
Another thing I might jump in.
With some basic knowledge you can do it yourself:
Look inside sfx/effect_list.xml, then you'll find:
Code:
<AddEffectElu name="grenade_effect" name_sort="1">
<AddBaseModel name="grenadeeffect" filename="ef_grenade01.elu" />
<AddAnimation name="play" filename="ef_grenade01.elu.ani" motion_type="0" motion_loop_type="lastframe" />
</AddEffectElu>
So, edit the elu, add new images and your effects are in. Now the runnable part, look at address 004672AA. No time to get into details, but with basic ASM it shouldn't be that hard.
Re: Fireworks V1 [original]
lol wizkid goign prolar again nice.
Re: Fireworks V1 [original]
wizkidje can you make a complete tut for that please :P
I want to learn ASM ^^
And how do you edit an .elu..
I tried it with notebook but failed serveral times =(
Re: Fireworks V1 [original]
Quote:
Originally Posted by
Aimed
wizkidje can you make a complete tut for that please :P
I want to learn ASM ^^
And how do you edit an .elu..
I tried it with notebook but failed serveral times =(
I might look how the June client does it when I have time, but that can take a while.