Page 1 of 1
What is the ODF code for hiding the health bar? [Solved]
Posted: Tue Dec 06, 2011 6:42 pm
by Dakota
hey i know it exsists as i have seen it before, i need to know the code for making a health bar not show up on something, i have a unit who dispenses ammo packs that are actually det packs but with a health bar on it who would walk to it?
Re: What is the ODF code for hiding the health bar?
Posted: Tue Dec 06, 2011 6:48 pm
by AceMastermind
Re: What is the ODF code for hiding the health bar?
Posted: Tue Dec 06, 2011 6:50 pm
by Dakota
oh thank you, that was so fast that i litterally posted it, went to the bathroom and came back and it was done. wow, ever notice who odf codes make what they do seem obvious based on their name?
Re: What is the ODF code for hiding the health bar?
Posted: Tue Dec 06, 2011 7:32 pm
by Noobasaurus
Dakota wrote:oh thank you, that was so fast that i litterally posted it, went to the bathroom and came back and it was done. wow, ever notice who odf codes make what they do seem obvious based on their name?
It's on the mine odf.
Re: What is the ODF code for hiding the health bar?
Posted: Tue Dec 06, 2011 8:15 pm
by Dakota
Noobasaurus wrote:Dakota wrote:oh thank you, that was so fast that i litterally posted it, went to the bathroom and came back and it was done. wow, ever notice who odf codes make what they do seem obvious based on their name?
It's on the mine odf.
i didn't see it anywhere, and i just checked and still didn't see it, maybe they wrote it in white or maybe i'm looking in the wrong odf, the mines in the game have health bars that i can see.
are you talking about the ones in the common folder that isn't in sides, i haven't checked that one?
Re: What is the ODF code for hiding the health bar?
Posted: Tue Dec 06, 2011 8:18 pm
by Noobasaurus
Whoops, I mistook it for this:
Code: Select all
LifeSpan = "60.0"
NoLifeSpanDisplay = "1"
Re: What is the ODF code for hiding the health bar?
Posted: Wed Dec 07, 2011 2:12 am
by AQT
Dakota wrote:wow, ever notice who odf codes make what they do seem obvious based on their name?
Now that you've noticed that, look at the following next time:
Use the
ctrl +
F key combination to search for the key words. You will most likely find the parameter you're looking for, that is if it's a credible and practical one in terms of SWBF2.
Re: What is the ODF code for hiding the health bar? [Solved]
Posted: Wed Dec 07, 2011 2:54 am
by fasty
Here's one I use a lot.
IsNotTargetableByPlayer = "1"
Re: What is the ODF code for hiding the health bar? [Solved]
Posted: Wed Dec 07, 2011 3:37 am
by Marth8880
fasty wrote:Here's one I use a lot.
IsNotTargetableByPlayer = "1"
Hmm, that could be very useful in destructible environments.

Re: What is the ODF code for hiding the health bar?
Posted: Wed Dec 07, 2011 7:52 pm
by DarthXeon
AQT wrote:Dakota wrote:wow, ever notice who odf codes make what they do seem obvious based on their name?
Now that you've noticed that, look at the following next time:
Use the
ctrl +
F key combination to search for the key words. You will most likely find the parameter you're looking for, that is if it's a credible and practical one in terms of SWBF2.
woah thats helpful thnx