Author Topic: Variables and the beloved HUD  (Read 2300 times)

0 Members and 1 Guest are viewing this topic.

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Variables and the beloved HUD
I am hearing from KARMA and Black Wolf that theoretically, I can make the value of variables displayed on a modified HUD. I would rather ignore hard searching for older threads and establish a new one to ask. What modifications do I have to make to the HUD to have the variable values displayed? Is it possible to make the value displayed in the debriefing?

Thanks for the help.
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Variables and the beloved HUD
Search is A-1 Supar...

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Variables and the beloved HUD
So?
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Re: Variables and the beloved HUD
Quote
Originally posted by TopAce
I would rather ignore hard searching for older threads and establish a new one to ask.
This is exactly the kind of thing we discourage.  Search first.  Then ask.

(You'll have to wait for an answer anyway, because WMCoolmon isn't here yet and he's the one who worked on the HUD.)

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Variables and the beloved HUD
OK, I splurged two hours of my life searching. Can I get the info now? :mad2:
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.

 

Offline Fury

  • The Curmudgeon
  • 213

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Variables and the beloved HUD
The first thread does not say anything about it ... looking at the second one.
The second thread is too long to read from A till Z, I only read the posts by coders and I found nothing usable.
Sorry, your links did not have any use.
« Last Edit: August 17, 2004, 02:16:45 pm by 1079 »
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Variables and the beloved HUD
Then search yourself :D
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Variables and the beloved HUD
Perhaps it was never implemented.  I don't recall WMC ever finishing it.  Why don't you ask Black Wolf or KARMA?
« Last Edit: August 17, 2004, 03:24:19 pm by 561 »

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Variables and the beloved HUD
I asked KARMA in the SW internal. He said he didn't know the answer and if BW knew the answer, he would have told it to me.
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.

 

Offline KARMA

  • Darth Hutt
  • 211
    • http://members.fortunecity.com/aranbanjo
Variables and the beloved HUD
not sure if this can be of some help
http://www.hard-light.net/forums/index.php/topic,23874.0.html

btw shouldn't this be somewhere in the readme/wiki?

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Variables and the beloved HUD
I read throught the Wiki some time ago, but no luck.
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.

 

Offline Goober5000

  • HLP Loremaster
  • Moderator
  • 214
    • Goober5000 Productions
Variables and the beloved HUD
Quote
Originally posted by KARMA
not sure if this can be of some help
http://www.hard-light.net/forums/index.php/topic,23874.0.html

btw shouldn't this be somewhere in the readme/wiki?
TopAce, this post might be what you're looking for.

I'm still not sure if it's finished or not.

 

Offline WMCoolmon

  • Purveyor of space crack
  • 213
Variables and the beloved HUD
It's pretty simple.
Quickie sample of a hud_gauges.tbl with a text gauge:
Code: [Select]
#Custom Gauges
$Name: Text_Gauge
#End
#Main Gauges
$Default: (640 480)
$Text_Gauge: (256 256)
+Text: String             ;Default text will be 'String'
#End


You can then use hud-set-text (IIRC, if not it's in the HUD subcategory of change) to set the text of a given gauge to a variable. There's separate ones for string and integer variables.

99% of the info on custom gauges is in these threads:
http://www.hard-light.net/forums/index.php/topic,24411.0.html
http://www.hard-light.net/forums/index.php/topic,23874.0.html
http://www.hard-light.net/forums/index.php/topic,24223.0.html
-C

 

Offline TopAce

  • Stalwart contributor
  • 212
  • FREDder, FSWiki editor, and tester
Variables and the beloved HUD
Thanks, WM:cool:mon. You are the king.
My community contributions - Get my campaigns from here.

I already announced my retirement twice, yet here I am. If I bring up that topic again, don't believe a word.