What is the ODF code for hiding the health bar? [Solved]
Moderator: Moderators
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
What is the ODF code for hiding the health bar? [Solved]
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?
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: What is the ODF code for hiding the health bar?
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?
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: What is the ODF code for hiding the health bar?
It's on the mine odf.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?
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: What is the ODF code for hiding the health bar?
Noobasaurus wrote:It's on the mine odf.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?
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?
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: What is the ODF code for hiding the health bar?
Hidden/Spoiler:
Code: Select all
LifeSpan = "60.0"
NoLifeSpanDisplay = "1"-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: What is the ODF code for hiding the health bar?
Now that you've noticed that, look at the following next time:Dakota wrote:wow, ever notice who odf codes make what they do seem obvious based on their name?
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.
-
fasty
- 1st Lieutenant

- Posts: 438
- Joined: Thu Apr 15, 2010 4:17 am
- Projects :: Server modding
- Contact:
Re: What is the ODF code for hiding the health bar? [Solved]
Here's one I use a lot.
IsNotTargetableByPlayer = "1"
IsNotTargetableByPlayer = "1"
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: What is the ODF code for hiding the health bar? [Solved]
Hmm, that could be very useful in destructible environments.fasty wrote:Here's one I use a lot.
IsNotTargetableByPlayer = "1"
- DarthXeon
- Banned
- Posts: 84
- Joined: Mon Sep 19, 2011 5:41 pm
- Projects :: I move fast... Lightning fast...
- Location: In A Nearby Solar System
Re: What is the ODF code for hiding the health bar?
woah thats helpful thnxAQT wrote:Now that you've noticed that, look at the following next time:Dakota wrote:wow, ever notice who odf codes make what they do seem obvious based on their name?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.
