Page 1 of 1

Shields on a fighter? [Solved]

Posted: Thu Jun 25, 2009 12:27 am
by MsHwIz
Shields on a fighter... Can they be done?

I would like to make it a bit more realistic like in the movies where the ships(like the millenium falcon) have shields on them.
I have allready attempted to use the linked Shields functions in the lua (and opened it up and scoped around) with no success :cpu: .
please help

Re: Shields on a fighter?

Posted: Thu Jun 25, 2009 12:39 am
by Maveritchell
You add shields to a fighter the same way you add them to any controllable. Do some searching; I am sure there are several topics that clearly outline a number of ways you can add shields to units; the technique is the same.

Re: Shields on a fighter?

Posted: Thu Jun 25, 2009 9:29 am
by yukisuna
MaxShield = "***"
(the number of "hit Points" the shield have when fully charged).

AddShield = "**"
(How much "hit points" the shield regenerate per second).

Re: Shields on a fighter?

Posted: Thu Jun 25, 2009 9:58 am
by MsHwIz
Thank you both


*This can be locked