Droideka Sheild Effect

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Glitch25
Sergeant Major
Sergeant Major
Posts: 222
Joined: Mon May 07, 2012 1:01 pm
Projects :: [ISM] [BFU]
Games I'm Playing :: [SWBFII] [SWBFI]
Location: Baktoid Combat Automata
Contact:

Droideka Sheild Effect

Post 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?
Hidden/Spoiler:
Image
Loopy53
1st Lieutenant
1st Lieutenant
Posts: 456
Joined: Thu Nov 01, 2012 2:27 am
Projects :: Earth Apocalypse
Games I'm Playing :: swbf2 bf3 cod
xbox live or psn: Dont have one
Location: On earth, I guess.

Re: Droideka Sheild Effect

Post by Loopy53 »

I think so, you would just open the impact effect in PE and change the color.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Droideka Sheild Effect

Post 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.
User avatar
Nedarb7
Lieutenant General
Lieutenant General
Posts: 676
Joined: Sat Sep 22, 2012 3:41 pm

Re: Droideka Sheild Effect

Post 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);
Bob
Brigadier General
Brigadier General
Posts: 633
Joined: Thu May 27, 2010 4:28 am
Location: at home

Re: Droideka Sheild Effect

Post 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.
Post Reply