/addons/sourcemod/gamedata/sdktools.games/game.nmrih.txt
Plain Text | 137 lines | 135 code | 2 blank | 0 comment | 0 complexity | 8001ed7373e358ec2e2cda4167ceeb5b MD5 | raw file
1/**
2 * Do not edit this file. Any changes will be overwritten by the gamedata
3 * updater or by upgrading your SourceMod install.
4 *
5 * To override data in this file, create a subdirectory named "custom" and
6 * place your own gamedata file(s) inside of it. Such files will be parsed
7 * after SM's own.
8 *
9 * For more information, see http://wiki.alliedmods.net/Gamedata_Updating_(SourceMod)
10 */
11
12"Games"
13{
14 /* No More Room in Hell 1.05 */
15 "nmrih"
16 {
17 "Offsets"
18 {
19 "GiveNamedItem"
20 {
21 "windows" "362"
22 "linux" "363"
23 }
24 "RemovePlayerItem"
25 {
26 "windows" "241"
27 "linux" "242"
28 }
29 "Weapon_GetSlot"
30 {
31 "windows" "239"
32 "linux" "240"
33 }
34 "Ignite"
35 {
36 "windows" "195"
37 "linux" "196"
38 }
39 "Extinguish"
40 {
41 "windows" "199"
42 "linux" "200"
43 }
44 "Teleport"
45 {
46 "windows" "102"
47 "linux" "103"
48 }
49 "CommitSuicide"
50 {
51 "windows" "403"
52 "linux" "403"
53 }
54 "GetVelocity"
55 {
56 "windows" "132"
57 "linux" "133"
58 }
59 "EyeAngles"
60 {
61 "windows" "124"
62 "linux" "125"
63 }
64 "AcceptInput"
65 {
66 "windows" "34"
67 "linux" "35"
68 }
69 "SetEntityModel"
70 {
71 "windows" "23"
72 "linux" "24"
73 }
74 "WeaponEquip"
75 {
76 "windows" "232"
77 "linux" "233"
78 }
79 "Activate"
80 {
81 "windows" "31"
82 "linux" "32"
83 }
84 "PlayerRunCmd"
85 {
86 "windows" "382"
87 "linux" "383"
88 }
89
90 /* Offset into CBaseTempEntity constructor (vs2010 moved it!) */
91 "s_pTempEntities"
92 {
93 "windows" "19"
94 }
95 "GetTEName"
96 {
97 "windows" "4"
98 "linux" "4"
99 }
100 "GetTENext"
101 {
102 "windows" "8"
103 "linux" "8"
104 }
105 "TE_GetServerClass"
106 {
107 "windows" "0"
108 "linux" "0"
109 }
110 }
111 "Signatures"
112 {
113 "CBaseTempEntity"
114 {
115 "library" "server"
116 "windows" "\x55\x8B\xEC\x8B\xC1\x8B\x2A\x2A\xC7\x2A\x2A\x2A\x2A\x2A\x89\x2A\x2A\x8B\x15\x2A\x2A\x2A\x2A\x89"
117 }
118 "s_pTempEntities"
119 {
120 "library" "server"
121 "linux" "@_ZN15CBaseTempEntity15s_pTempEntitiesE"
122 }
123 "FindEntityByClassname"
124 {
125 "library" "server"
126 "windows" "\x55\x8B\xEC\x53\x56\x8B\xF1\x8B\x2A\x2A\x57\x85\xC9\x74\x2A\x8B\x01\x8B\x50\x2A\xFF\xD2\x8B\x00\x25\x2A\x2A\x2A\x2A\x40\x03\xC0\x8B\x3C\xC6\xEB\x2A\x8B\xBE\x2A\x2A\x2A\x2A\x85\xFF\x74"
127 "linux" "@_ZN17CGlobalEntityList21FindEntityByClassnameEP11CBaseEntityPKc"
128 }
129 "FireOutput"
130 {
131 "library" "server"
132 "windows" "\x55\x8B\xEC\x81\xEC\x2A\x2A\x2A\x2A\x53\x56\x8B\x2A\x2A\x57\x89"
133 "linux" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f"
134 }
135 }
136 }
137}