|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Please Help me with HUD.ini [message #282285 is a reply to message #282159] |
Mon, 03 September 2007 23:46 |
Tunaman
Messages: 1190 Registered: January 2005
Karma: 2
|
General (1 Star) |
|
|
Mad_Kitten wrote on Mon, 03 September 2007 07:56 | Please help. How with hud.ini customize hud and how i can make sidebar like in APB beta
|
Read bhs.txt in the scripts download, if you can't understand how to use it from there, then I can't help you sorry.
[Updated on: Mon, 03 September 2007 23:46] Report message to a moderator
|
|
|
|
|
Re: Please Help me with HUD.ini [message #282501 is a reply to message #282159] |
Tue, 04 September 2007 21:58 |
Tunaman
Messages: 1190 Registered: January 2005
Karma: 2
|
General (1 Star) |
|
|
You put a ; in front of HealthColorCount.
You also need to specify HealthColor4 and have the value be 101 or else the health counter will be black until it goes below 70. You will then have to change HealthColorCount to 4 in order to add the new color.
|
|
|
|
|
|
Re: Please Help me with HUD.ini [message #282538 is a reply to message #282509] |
Wed, 05 September 2007 05:34 |
|
modified hud.ini does NOT work with .pkg maps because of how the loading of hud.ini works (specifically the fact that large bits of the code assume that there is only ever one hud.ini and that it never changes at runtime)
Jonathan Wilson aka Jonwil
Creator and Lead Coder of the Custom scripts.dll
Renegade Engine Guru
Creator and Lead Coder of TT.DLL
Official member of Tiberian Technologies
|
|
|
|
Re: Please Help me with HUD.ini [message #282542 is a reply to message #282159] |
Wed, 05 September 2007 05:54 |
|
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma: 0
|
General (5 Stars) |
|
|
Why on earth are you wanting to recompile scripts.dll to use a custom hud.ini file?
You just put the hud.ini into your data (? or maybe just renegade folder, but probably data) folder, and load renegade, no need to go around recompiling things
[Updated on: Wed, 05 September 2007 05:55] Report message to a moderator
|
|
|
|
Re: Please Help me with HUD.ini [message #282545 is a reply to message #282542] |
Wed, 05 September 2007 06:24 |
Tunaman
Messages: 1190 Registered: January 2005
Karma: 2
|
General (1 Star) |
|
|
danpaul88 wrote on Wed, 05 September 2007 08:54 | Why on earth are you wanting to recompile scripts.dll to use a custom hud.ini file?
You just put the hud.ini into your data (? or maybe just renegade folder, but probably data) folder, and load renegade, no need to go around recompiling things
|
No, Mad_Kitten is right, in the code for drawing the health and armor with hud.ini there is no checking of whether you are in a vehicle or not.
|
|
|