yogibear_virus Posted May 7, 2007 Share Posted May 7, 2007 if i wanted to change the colour of the health and armour bar how exactly would I do this??????????????? Link to comment https://gtaforums.com/topic/277514-hud-20/ Share on other sites More sharing options...
SteaVor Posted May 7, 2007 Share Posted May 7, 2007 I'm also interested, especially if it works without mem hacking/mission coding. I think dertyjerzian™ can tell us about all the possibilites. Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4226075 Share on other sites More sharing options...
Nothke Posted May 7, 2007 Share Posted May 7, 2007 And I am interested. I posted question on Sunday, and asked how can I change font color. I think it is something symilar to changing health, and other hud colors. Nobody replyed anything, so I think it's hardcoded... But maybe not... Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4226143 Share on other sites More sharing options...
zombieKILLER Posted May 7, 2007 Share Posted May 7, 2007 did you see the hud.txd? Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4226210 Share on other sites More sharing options...
SteaVor Posted May 8, 2007 Share Posted May 8, 2007 Umm - yeah? What does it have to do with the color of the bars? Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4226766 Share on other sites More sharing options...
Nothke Posted May 8, 2007 Share Posted May 8, 2007 It hasn't got to do anything with the bars, or font color. But, for example when I change the color of the radar circle (it's the first in hud.txd, I think), ---I color the normal texture red, and leave the alpha texture (now a red circle shows on the combined view)---. The radar is still black ingame!!! So it is colored in another way. But what way? Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4226878 Share on other sites More sharing options...
DexX Posted May 8, 2007 Share Posted May 8, 2007 pretty much all the hud color information is hardcoded. certainly the text** and health/armor bar colors. The colors can be changed by altering the values in memory while the game is running; the addresses to change are listed in the SA memory hacking topic. **depending on which text entry we're talking about, it either hardcoded, or stored in the .gxt file for your region (for north america, text is stored in american.gxt). So you can re-color most of the text ingame using an existing gxt editor, you could say, make almost all the text red if you want. but the exact shade of that color (rgb values), and the others, is hardcoded. Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4227100 Share on other sites More sharing options...
SteaVor Posted May 8, 2007 Share Posted May 8, 2007 Q.E.D.? Or does derty know something we don't? Or is REspawn's G-TXD at fault, deliberately hiding the texture called 'healthba'? Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4227189 Share on other sites More sharing options...
yogibear_virus Posted May 8, 2007 Author Share Posted May 8, 2007 how do i exactly change the colours??? anyone willing to give me a step-by-step instructions??? If yes than thank you!!! Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4227328 Share on other sites More sharing options...
dertyjerzian Posted May 8, 2007 Share Posted May 8, 2007 Did I hear my name? I've seen hud mods around. I've never downloaded them. I have looked through the SA hud.txd (in 2005), and this topic reminds me that this file doesn't contain all of the on screen "hud". I could open right now and see but eh. Either way, if you find a hud mod online, download it, compare it's intended files to the ones being replaced, you'll have more info and know how than we can explain here. I hadn't set out to modify the hud, but I knew that hud.txd would get you started. Sorry about telling you there was no need for hacking the memory , I'm actually kinda upset by this right along with you. Color is very important to me. Post your findings here if you download a hud, I'll do the same but changing the hud is still quite a ways off for the grove. Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4227397 Share on other sites More sharing options...
DexX Posted May 8, 2007 Share Posted May 8, 2007 i'm going to try this again: if i wanted to change the colour of the health and armour bar how exactly would I do this??????????????? Your referring to something like this, yea? As i said earlier, it is hardcoded. you need to alter the memory while the game is running. The addresses you need to modify data at are here. It is not txd related. What you need i'm guessing, is a tutorial on how to do that (memory hacking),and the software, for which there are several worthwhile apps that will get the job done. In that case, i recommend you do some google searches. Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4227740 Share on other sites More sharing options...
Klax*187 Posted May 8, 2007 Share Posted May 8, 2007 i'm going to try this again: if i wanted to change the colour of the health and armour bar how exactly would I do this??????????????? Your referring to something like this, yea? As i said earlier, it is hardcoded. you need to alter the memory while the game is running. The addresses you need to modify data at are here. It is not txd related. What you need i'm guessing, is a tutorial on how to do that (memory hacking),and the software, for which there are several worthwhile apps that will get the job done. In that case, i recommend you do some google searches. may this be the gang territory color case too? Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4227788 Share on other sites More sharing options...
oCain Posted May 9, 2007 Share Posted May 9, 2007 ...Your referring to something like this, yea? As i said earlier, it is hardcoded. you need to alter the memory while the game is running. The addresses you need to modify data at are here. It is not txd related. What you need i'm guessing, is a tutorial on how to do that (memory hacking),and the software, for which there are several worthwhile apps that will get the job done. In that case, i recommend you do some google searches. Hello... What about changing stats? I've used the manipulate-memory-by-script version, but I thought if the end-user got a different .exe...it could be, that it not work. I've found some interesting stats in an text file by spaceeinstein... 51459 HUD-HEALTH BAR (RGBA)51460 HUD-CASH & ENTER VEHICLE (RGBA)51461 HUD-P2 (RGBA)51462 HUD-BREATH METER BAR & STATUS TEXT (RGBA)51463 HUD-CLOCK & ARMOUR BAR (RGBA)51464 HUD-STYLED TEXT (RGBA)51465 HUD-WANTED METER (RGBA)51467 HUD-RADIOSTATION TEXT (RGBA) ...and this thread ... [sA] Memory access via stat opcodes ...but I don't get it (RGBA color definitions), the healthbar always turn to pink, cyan, white or just disappear (alpha?). Is there any other/easy/short way to change those kind of stats? Greetz! Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4228556 Share on other sites More sharing options...
DuckMan128 Posted May 14, 2007 Share Posted May 14, 2007 I wish edit HUD of gta sa. Who give me name of application to edit gta sa memory addresses? Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4237837 Share on other sites More sharing options...
GamerShotgun Posted May 14, 2007 Share Posted May 14, 2007 If u know how to code a trainer in a programming language, then u should know how to do it.. There are easier ways of doing it of course.. Maybe with tsearch or trainer maker kit..... Try it and u'll see. Link to comment https://gtaforums.com/topic/277514-hud-20/#findComment-4237872 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now