Source code |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
"Games" { "cstrike" { /* FFA patch bytes */ "Keys" { "LagCompPatch_Windows" "\x90\x90\x90\x90\x90\x90" "LagCompPatch_Linux" "\x90\x90\x90\x90\x90\x90" "TakeDmgPatch1_Windows" "\xEB" "TakeDmgPatch1_Linux" "\x90\x90\x90\x90\x90\x90" "TakeDmgPatch2_Windows" "\x90\xE9" "TakeDmgPatch2_Linux" "\x90\x90\x90\x90\x90\x90" } "Offsets" { /* Patch offsets for FFA */ "LagCompPatch" { "windows" "41" "linux" "62" } "TakeDmgPatch1" { "windows" "513" "linux" "1547" } "TakeDmgPatch2" { "windows" "161" "linux" "366" } |
This post has been edited 1 times, last edit by "wiskyjim" (May 9th 2011, 7:31pm)