Damage cap ep 5.4

11/23/2018 18:51 tadjer#1
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 :)
11/24/2018 09:39 [GM]Divi!#2
Quote:
Originally Posted by RebeccaBlack View Post
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:
ValueHex
3000030 75
35000B8 88
4000040 9C
45000C8 AF
5000050 C3
55000D8 D6
6000060 EA
65535FF FF
Here you have all the information about changing damage cap.
11/24/2018 20:46 tadjer#3
I tired this release but i didnt find this value in hex . I think this release for ps_game ep4.

So guys can anyone help me ? Btw im using stinka fileserver .
11/28/2018 17:30 [GM]Divi!#4
Attach your ps_game here and I will try to assist you.
12/16/2018 10:37 watchsister#5
Thanks