[T1 Script problem]

Vance
11-04-2002, 11:31 PM
http://hindsight.tribes-hosting.com/Hosted/SS.jpg
im having problems with my item hud, i changed it to have no BG in tree(); but each time i restart tribes its back, help?

(its same ss from disc thread, i dont have host :( )

Surge
11-05-2002, 12:20 AM
use transHUD.

Shinigami
11-05-2002, 12:58 AM
You haveta change it in the actual script.

deployx0r
11-05-2002, 10:47 AM
comment/delete line 41:
$ItemHUD::ItemsBG=newObje ct(ItemHUD_BG, FearGui::FearGuiMenu, 0, 0, 38, 54);

Dennis
11-05-2002, 10:58 PM
I have the same hud and it misalligned like his in the pic too. I'm not sure if he has stripped version or the presto one, but I have Crunchy's pretso ItemHud.
Q 1. How do I line up all the icons?

2. How do I make it transparent? (there is no code $ItemHUD::ItemsBG=newObje ct(ItemHUD_BG, FearGui::FearGuiMenu, 0, 0, 38, 54); in my itemhud.avl.vol)

3. How do I change the color of the font in the item hud?


I am a total retard when it comes to this stuff, so please explain clearly. I don't know what/where tree is.

deployx0r
11-06-2002, 07:31 AM
use the stripped one :/

Dennis
11-06-2002, 02:18 PM
Originally posted by deployx0r
use the stripped one :/

thats not an option for me because stripped doesnt support/have other scripts I like.

deployx0r
11-06-2002, 03:19 PM
yeh, you have presto, so use the stripped itemhud, bear in mind that you will have to change one line for it to work:

Change line 20 from this:

Event::Attach(eventPlayGu iCreated, ItemHUD::Create);
To this:

Event::Attach(eventGuiOpe n, ItemHUD::Create);

Vance
11-06-2002, 08:50 PM
*edit* nm

·liquid·
11-06-2002, 10:34 PM
Originally posted by deployx0r
yeh, you have presto, so use the stripped itemhud, bear in mind that you will have to change one line for it to work:

Change line 20 from this:

Event::Attach(eventPlayGu iCreated, ItemHUD::Create);
To this:

Event::Attach(eventGuiOpe n, ItemHUD::Create);

There's a little more to it than that..

Dennis
11-07-2002, 01:25 AM
Actually it did work for me! Thanks so much man. I have a nice clean looking config now... if only I had somewhere to host a pic.

deployx0r
11-07-2002, 10:49 AM
Originally posted by Liqy
There's a little more to it than that..
nah, really for that particular script, there wasnt, now release that scripted wep hud :o