Page 1 of 1
Droideka Sheild Effect
Posted: Sun Jan 13, 2013 3:27 pm
by Glitch25
I've been using this Droideka Sheild from the "Tusken Camp Assets" it's very nice but the hit effect does not match well with it. (Light blue over dark blue) Would it be possible to change the color of this effect?
Re: Droideka Sheild Effect
Posted: Sun Jan 13, 2013 3:31 pm
by Loopy53
I think so, you would just open the impact effect in PE and change the color.
Re: Droideka Sheild Effect
Posted: Sun Jan 13, 2013 3:34 pm
by AQT
Or you can use Notepad. Be sure to include the edited effect in a custom ingame.lvl file afterwards so that it actually gets utilized.
Re: Droideka Sheild Effect
Posted: Sun Jan 13, 2013 5:02 pm
by Nedarb7
The effect name is either:
com_sfx_shieldimpact_sm
or
com_sfx_shieldimpact_xl
and you will need to change these lines:
Hue(0, 100.0000, 130.0000);
Saturation(0, 255.0000, 255.0000);
Value(0, 128.0000, 128.0000);
to something like this
Hue(0, 241.0000, 241.0000);
Saturation(0, 213.0000, 213.0000);
Value(0, 255.0000, 255.0000);
Re: Droideka Sheild Effect
Posted: Mon Jan 14, 2013 10:54 am
by Bob
Nedarb7 wrote:The effect name is either:
com_sfx_shieldimpact_sm
or
com_sfx_shieldimpact_xl
It's com_sfx_shieldimpact_sm.
Xl is for LUA scripted shields like in space assault, sm for MaxShield = "<number>" and the Droideka's shield.