Hidden/Spoiler:
Droideka Sheild Effect
Moderator: Moderators
- Glitch25
- Sergeant Major

- Posts: 222
- Joined: Mon May 07, 2012 1:01 pm
- Projects :: [ISM] [BFU]
- Location: Baktoid Combat Automata
- Contact:
Droideka Sheild Effect
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?
-
Loopy53
- 1st Lieutenant

- Posts: 456
- Joined: Thu Nov 01, 2012 2:27 am
- Projects :: Earth Apocalypse
- xbox live or psn: Dont have one
- Location: On earth, I guess.
Re: Droideka Sheild Effect
I think so, you would just open the impact effect in PE and change the color.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Droideka Sheild Effect
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.
- Nedarb7
- Lieutenant General

- Posts: 676
- Joined: Sat Sep 22, 2012 3:41 pm
Re: Droideka Sheild Effect
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);
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);
-
Bob
- Brigadier General

- Posts: 633
- Joined: Thu May 27, 2010 4:28 am
- Location: at home
Re: Droideka Sheild Effect
It's com_sfx_shieldimpact_sm.Nedarb7 wrote:The effect name is either:
com_sfx_shieldimpact_sm
or
com_sfx_shieldimpact_xl
Xl is for LUA scripted shields like in space assault, sm for MaxShield = "<number>" and the Droideka's shield.
