Hi epvps . i tired to change damage cap on my server ( ps_game ) but i didnt find hex value ?
So can anyone have hex value for ps_game ep 5.4 ?
thx alot :)
So can anyone have hex value for ps_game ep 5.4 ?
thx alot :)
Here you have all the information about changing damage cap.Quote:
I found the place to change the damage cap. It is stored in ps_game.exe (the server file, not the client file). If you know how to go to a certain address, the address is: 4DFF5
To find the address, first open a hex editor (Such as [Only registered and activated users can see links. Click Here To Register...]) and open ps_game.exe in the hex editor. Then press Ctrl+F to search, and change Datatype to "Hex-values". After that, in the "Search for" field, put this in without quotes: "74 0A 0F B7 CD 0F AF 4E 08 89 4E 08". When it finds the hex string, look for the two bytes after it - which if you have not changed the cap, should be "30 75" without quotes. What you need to do is change those two bytes. The cap is 65535.
*Edit* I found the player max damage cap. It's located at hex address: 579F8
Change that address like you would the previous, and you should be set.
To find the damage you wish take the value, convert it to Hex, then reverse the two bytes. I.E. 30000 = 75 30 = 30 75
A few examples:
Value Hex 30000 30 75 35000 B8 88 40000 40 9C 45000 C8 AF 50000 50 C3 55000 D8 D6 60000 60 EA 65535 FF FF