What is the ODF code for hiding the health bar? [Solved]

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
Dakota
Field Commander
Field Commander
Posts: 991
Joined: Mon Dec 06, 2010 8:21 pm
Projects :: making random weapon assets
Games I'm Playing :: SWBF2 and more
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]

Post 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?
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: What is the ODF code for hiding the health bar?

Post by AceMastermind »

User avatar
Dakota
Field Commander
Field Commander
Posts: 991
Joined: Mon Dec 06, 2010 8:21 pm
Projects :: making random weapon assets
Games I'm Playing :: SWBF2 and more
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?

Post 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?
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: What is the ODF code for hiding the health bar?

Post 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.
User avatar
Dakota
Field Commander
Field Commander
Posts: 991
Joined: Mon Dec 06, 2010 8:21 pm
Projects :: making random weapon assets
Games I'm Playing :: SWBF2 and more
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?

Post 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?
Noobasaurus
Droid Pilot Assassin
Droid Pilot Assassin
Posts: 2006
Joined: Tue Aug 17, 2010 5:56 pm

Re: What is the ODF code for hiding the health bar?

Post by Noobasaurus »

Hidden/Spoiler:
[quote="Dakota"][quote="Noobasaurus"][quote="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?[/quote]
It's on the mine odf.[/quote]


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?[/quote]
Whoops, I mistook it for this:

Code: Select all

LifeSpan            = "60.0"
NoLifeSpanDisplay   = "1"
AQT
Gametoast Staff
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?

Post 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.
fasty
1st Lieutenant
1st Lieutenant
Posts: 438
Joined: Thu Apr 15, 2010 4:17 am
Projects :: Server modding
Games I'm Playing :: SWBF2
Contact:

Re: What is the ODF code for hiding the health bar? [Solved]

Post by fasty »

Here's one I use a lot.
IsNotTargetableByPlayer = "1"
Marth8880
Resistance Leader
Posts: 5042
Joined: Tue Feb 09, 2010 8:43 pm
Projects :: DI2 + Psychosis
Games I'm Playing :: Silent Hill 2
xbox live or psn: Marth8880
Location: Edinburgh, UK
Contact:

Re: What is the ODF code for hiding the health bar? [Solved]

Post by Marth8880 »

fasty wrote:Here's one I use a lot.
IsNotTargetableByPlayer = "1"
Hmm, that could be very useful in destructible environments. :o
User avatar
DarthXeon
Banned
Posts: 84
Joined: Mon Sep 19, 2011 5:41 pm
Projects :: I move fast... Lightning fast...
Games I'm Playing :: Hmm... I wonder...
Location: In A Nearby Solar System

Re: What is the ODF code for hiding the health bar?

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