Skip to content

Commit a086d1c

Browse files
committed
Added missing signatures for CS:GO/Linux
1 parent 4db2015 commit a086d1c

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

addons/source-python/data/source-python/entities/csgo/CCSPlayer.ini

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,31 @@ srv_check = False
55

66
[[add_account]]
77
identifier_windows = 55 8B EC 83 E4 F8 83 EC 3C 53 56 8B F1 57 8B 06 8B 80 2A 2A 2A 2A FF D0
8-
identifier_linux = _ZN9CCSPlayer10AddAccountEibbPKc
8+
# identifier_linux = _ZN9CCSPlayer10AddAccountEibbPKc
9+
identifier_linux = 55 89 E5 57 56 53 81 EC 8C 00 00 00 8B 5D 08 0F B6 55 14
910
arguments = INT, BOOL, BOOL, STRING
1011

1112
[[buy_internal]]
1213
identifier_windows = 55 8B EC 83 E4 F8 81 EC 7C 01 00 00 53 56 57
13-
identifier_linux = _ZN9CCSPlayer26HandleCommand_Buy_InternalEPKcib
14+
# indentifier_linux = _ZN9CCSPlayer26HandleCommand_Buy_InternalEPKcib
15+
identifier_linux = 55 89 E5 57 56 53 81 EC 9C 01 00 00 8B 5D 08 C7 44 24 04 00 00 00 00
1416
arguments = STRING, INT, BOOL
1517
return_type = INT
1618

1719
[[deafen]]
1820
identifier_windows = 55 8B EC 83 EC 28 56 57 8B F9 F3 0F 11 4D FC
19-
identifier_linux = _ZN9CCSPlayer6DeafenEf
21+
# identifier_linux = _ZN9CCSPlayer6DeafenEf
22+
identifier_linux = 55 89 E5 83 EC 48 89 7D FC 8B 7D 08 89 5D F4 89 75 F8 8B 07
2023

2124
[[_spawn]]
2225
identifier_windows = 55 8B EC 83 EC 08 56 8B F1 8B 0D 2A 2A 2A 2A 57 8B 01
23-
identifier_linux = _ZN9CCSPlayer12RoundRespawnEv
26+
# identifier_linux = _ZN9CCSPlayer12RoundRespawnEv
27+
identifier_linux = 55 89 E5 57 56 53 83 EC 4C A1 2A 2A 2A 2A 8B 5D 08 89 04 24
2428

2529
[[switch_team]]
2630
identifier_windows = 55 8B EC 83 EC 10 53 56 8B 75 08 57 8B F9 85 F6 0F 2A 2A 2A 2A
27-
identifier_linux = _ZN9CCSPlayer10SwitchTeamEi
31+
# identifier_linux = _ZN9CCSPlayer10SwitchTeamEi
32+
identifier_linux = 55 89 E5 83 EC 68 89 75 F8 8B 75 0C 89 5D F4 8B 5D 08 89 7D FC 89 34 24 E8 2A 2A 2A 2A 85 C0
2833
arguments = INT
2934

3035

addons/source-python/data/source-python/weapons/scripts/csgo/WeaponDatabase.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ../data/source-python/weapons/scripts/csgo/WeaponDatabase.ini
22

3+
srv_check = False
4+
35
# ============================================================================
46
# >> ATTRIBUTES
57
# ============================================================================
@@ -16,5 +18,6 @@
1618
[function]
1719

1820
[[_find]]
19-
identifier_linux = _ZN15CWeaponDatabase27GetFileWeaponInfoFromHandleEt
21+
# identifier_linux = _ZN15CWeaponDatabase27GetFileWeaponInfoFromHandleEt
22+
identifier_linux = 55 89 E5 0F B7 45 0C 8B 55 08
2023
identifier_windows = 55 8B EC 66 8B 45 08 8B D1 66 3B 42 2A 72 31
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# ../data/source-python/weapons/scripts/csgo/global_pointers.ini
22

33
[_WeaponDatabase]
4-
identifier_linux = g_WeaponDatabase
4+
# identifier_linux = g_WeaponDatabase
5+
identifier_linux = 55 89 E5 56 53 31 DB 83 EC 10 8B 55 08 85 D2
56
identifier_windows = B9 2A 2A 2A 2A E8 16 01 2A 2A 8B
67
offset_windows = 1
7-
level_windows = 1
8+
offset_linux = 81
9+
level = 1
810
srv_check = False

0 commit comments

Comments
 (0)