Personal shields without the bubble? [Solved]
Moderator: Moderators
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Personal shields without the bubble? [Solved]
I know it is possible, but how do you make a personal shield like the droideka shield for a unit but without the bubble?
-
PsYcH0_]-[aMsT3r
- 2nd Lieutenant

- Posts: 405
- Joined: Fri Jan 25, 2008 3:11 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Location Location.
Re: personal shields
Hidden/Spoiler:
-
Aman/Pinguin
- Jedi

- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: personal shields
He asked for a shield without the bubble.
1st Way =
Add this to the Unit ODF:
___________________________________________________________________
2nd Way =
Edit the Droideka shield:
Change
to
1st Way =
Add this to the Unit ODF:
Code: Select all
MaxShield = 3000
AddShield = 100 //rate of the shield regeneration time2nd Way =
Edit the Droideka shield:
Code: Select all
[WeaponClass]
ClassLabel = "shield"
[Properties]
HUDTag = "hud_droideka_shield"
Label = "Shield"
RoundsPerClip = "1"
ReloadTime = "0.0"
MaxShield = 3000
AddShield = -100
AddShieldOff = 300
ShieldOffset = "0.0 1.0 0.125"
ShieldRadius = 1.25
FireSound = "cis_droideka_shield_on"
FireEmptySound = ""
FireLoopSound = ""
ReloadSound = ""
ChargeSound = ""
ChangeModeSound = ""
WeaponChangeSound = ""
ShieldOffSound = ""
ShieldEffect = "droidekashield"
Code: Select all
ShieldEffect = "droidekashield"Code: Select all
ShieldEffect = "noeffectavailable"- tsurugi13
- Lieutenant Colonel

- Posts: 543
- Joined: Mon Dec 17, 2007 6:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Battling the ISA menace on Helghan.
Re: personal shields
I have a question to build off of elfie's. Would it be possible to make a shield that deflects instead of absorbing shots? Jedi-style. :maulsaber:
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Re: personal shields
Thanks for the help guys! I will try it and let you know if I encounter any problems but I think this is faiirly simple.
- Silas
- Captain

- Posts: 481
- Joined: Thu Oct 11, 2007 5:30 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
Re: personal shields
interesting question. maybe theres a bit in the combo thing of a lightsaber that describes the process of blocking/reflecting? not really sure how it works, but its worth a shot.tsurugi13 wrote:I have a question to build off of elfie's. Would it be possible to make a shield that deflects instead of absorbing shots? Jedi-style. :maulsaber:
elfie,
in the new released map Battle Arena, the soldiers have shields. im guessing it was emulate Halo a bit. I've put them on units too actually, and its really neat how they work. Only problem is shield-units are very hard to kill with medium or fast shield regeneration. When you do the addshield part, make it a lower number for good gameplay.
-
Aman/Pinguin
- Jedi

- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: personal shields
Silas wrote:
maybe theres a bit in the combo thing of a lightsaber that describes the process of blocking/reflecting?
Ding ding ding! 100 points.
- tsurugi13
- Lieutenant Colonel

- Posts: 543
- Joined: Mon Dec 17, 2007 6:16 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Battling the ISA menace on Helghan.
Re: personal shields
Is it possible to relate a combo file to the shield .odf?
-
Aman/Pinguin
- Jedi

- Posts: 1104
- Joined: Tue Jan 30, 2007 6:04 am
- Projects :: Inactive
- Location: Germany
Re: personal shields
Why don't you just try it out? 
- elfie
- Field Commander

- Posts: 931
- Joined: Fri Jan 25, 2008 8:26 pm
- xbox live or psn: no live
- Location: Coruscant, Jedi Temple
- Contact:
Re: personal shields
I agree. Trying things out works the best
