Page 1 of 1

effects?

Posted: Mon Apr 20, 2009 9:42 am
by yukisuna
how to assign a effect to a weapon/projectile?

Re: effects?

Posted: Mon Apr 20, 2009 11:57 am
by ForceMaster
Search the file "xxx_weap_xxxx_ord.odf " of the weapon you want to edit and change the effect that appears in the line:

Code: Select all

TrailEffect			= "com_sfx_protontorpedo"  (example)
to

Code: Select all

TrailEffect			= "your_new_effect"  (example)

Your "new" effect should be in the "effects" folder on the Sides/common/ folder.

hope this help you. :D

Re: effects?

Posted: Tue Apr 21, 2009 3:32 am
by yukisuna
yeah, it surely will, master force! :clone: