szarkab123 Posted April 26, 2014 Posted April 26, 2014 Hi, I'd like to know where can i change the max hp of the player character in single player? And how can i make the client to show above 999 health? Because i managed to raise my hp to 9999 but its only showing 999 Thanks for helping me.
Circa Posted April 26, 2014 Posted April 26, 2014 I'm curious why you would need more than 999, considering you could just have unlimited. To answer your question though, I believe that may require code editing.
MoonDog Posted April 27, 2014 Posted April 27, 2014 You can set health values on players with Icarus. Not sure how high you can go however.
eezstreet Posted April 27, 2014 Posted April 27, 2014 The player may or may not have 9999 health. However, the HUD only displays 3 numbers so it's already limited by that. What happens when you do 1000? Is it 999, 000, or 100?
Dumah 11523 Posted April 27, 2014 Posted April 27, 2014 * Why bother with a millions points of health when you simply can use the cheat "god" for make yourself invencible and untouchable...
eezstreet Posted April 27, 2014 Posted April 27, 2014 Might be good for testing damages. There's the "undying" cheat for that.
szarkab123 Posted April 27, 2014 Author Posted April 27, 2014 i only need hud display to go above 999 but i cant find it in code. but thanks anyways
Stoiss Posted April 27, 2014 Posted April 27, 2014 look in cg_draw.c and find the line where health is located
szarkab123 Posted April 27, 2014 Author Posted April 27, 2014 thanks i could find it in cg_draw you really helped me out
Iburidu Posted September 29, 2014 Posted September 29, 2014 you can use cheat engine for this little stuff, or any process editor. and as it was mentiones, the highest value on the hud is 999 (but you can have higher health ofc). This works in MP also, but keep in mind that, if you raise the maximum health, than your damage will be higher also, because it works on the same memory address. And the shield will be raised also, because that reads the same value too
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