Skip to content

Commit f6cfa76

Browse files
Fix windows gamedata from TF2 update (#124)
1 parent cb8f6aa commit f6cfa76

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gamedata/randomizer.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,19 @@
7474
{
7575
"library" "server"
7676
"linux" "@_ZNK9CTFPlayer10CanAirDashEv"
77-
"windows" "\x55\x8B\xEC\x83\xEC\x08\x53\x57\x8B\xF9\x8B\x87\xB4\x1B\x00\x00"
77+
"windows" "\x55\x8B\xEC\x83\xEC\x08\x53\x57\x8B\xF9\x8B\x87\xBC\x1B\x00\x00"
7878
}
7979
"CTFPlayer::AddObject"
8080
{
8181
"library" "server"
8282
"linux" "@_ZN9CTFPlayer9AddObjectEP11CBaseObject"
83-
"windows" "\x55\x8B\xEC\x51\x53\x56\x57\x8B\x7D\x08\x8B\xD9\x85\xFF\x74\x2A\x8B\x07\x8B\xCF\xFF\x50\x08\x8B\x00\xEB\x2A\x83\xC8\xFF\x33\xF6\x89\x45\xFC\x39\xB3\x44\x23\x00\x00"
83+
"windows" "\x55\x8B\xEC\x51\x53\x56\x57\x8B\x7D\x08\x8B\xD9\x85\xFF\x74\x2A\x8B\x07\x8B\xCF\xFF\x50\x08\x8B\x00\xEB\x2A\x83\xC8\xFF\x33\xF6\x89\x45\xFC\x39\xB3\x4C\x23\x00\x00"
8484
}
8585
"CTFPlayer::RemoveObject"
8686
{
8787
"library" "server"
8888
"linux" "@_ZN9CTFPlayer12RemoveObjectEP11CBaseObject"
89-
"windows" "\x55\x8B\xEC\x56\x57\x8B\xF9\x8B\xB7\x44\x23\x00\x00"
89+
"windows" "\x55\x8B\xEC\x56\x57\x8B\xF9\x8B\xB7\x4C\x23\x00\x00"
9090
}
9191
"CTFPlayer::Weapon_GetWeaponByType"
9292
{
@@ -98,7 +98,7 @@
9898
{
9999
"library" "server"
100100
"linux" "@_ZN9CTFPlayer19DoClassSpecialSkillEv"
101-
"windows" "\x56\x8B\xF1\x8B\x06\x8B\x80\x0C\x01\x00\x00\xFF\xD0\x84\xC0\x0F\x84\x2A\x2A\x2A\x2A\xF7\x86\xB4\x1B\x00\x00\x00\x00\x04\x00"
101+
"windows" "\x56\x8B\xF1\x8B\x06\x8B\x80\x0C\x01\x00\x00\xFF\xD0\x84\xC0\x0F\x84\x2A\x2A\x2A\x2A\xF7\x86\xBC\x1B\x00\x00\x00\x00\x04\x00"
102102
}
103103
"CTFPlayer::EndClassSpecialSkill"
104104
{
@@ -110,7 +110,7 @@
110110
{
111111
"library" "server"
112112
"linux" "@_ZN9CTFPlayer28GetChargeEffectBeingProvidedEv"
113-
"windows" "\x55\x8B\xEC\x51\x56\x8B\xF1\x8D\x86\xC4\x22\x00\x00"
113+
"windows" "\x55\x8B\xEC\x51\x56\x8B\xF1\x8D\x86\xCC\x22\x00\x00"
114114
}
115115
"CTFPlayer::GetLoadoutItem"
116116
{
@@ -122,7 +122,7 @@
122122
{
123123
"library" "server"
124124
"linux" "@_ZN9CTFPlayer22GetMaxHealthForBuffingEv"
125-
"windows" "\x55\x8B\xEC\x83\xEC\x20\x53\x56\x57\x8B\xF9\xFF\xB7\xC8\x22\x00\x00"
125+
"windows" "\x55\x8B\xEC\x83\xEC\x20\x53\x56\x57\x8B\xF9\xFF\xB7\xD0\x22\x00\x00"
126126
}
127127
"CTFPlayer::TeamFortress_CalculateMaxSpeed"
128128
{
@@ -140,7 +140,7 @@
140140
{
141141
"library" "server"
142142
"linux" "@_ZN9CTFPlayer18CheckBlockBackstabEPS_"
143-
"windows" "\x55\x8B\xEC\x83\xEC\x14\x53\x56\x57\x8B\xF9\x8D\x8F\xE0\x1A\x00\x00"
143+
"windows" "\x55\x8B\xEC\x83\xEC\x14\x53\x56\x57\x8B\xF9\x8D\x8F\xE8\x1A\x00\x00"
144144
}
145145
"CTFPlayer::CanPickupBuilding"
146146
{
@@ -152,7 +152,7 @@
152152
{
153153
"library" "server"
154154
"linux" "@_ZN9CTFPlayer8DropRuneEbi"
155-
"windows" "\x55\x8B\xEC\x83\xEC\x0C\x53\x56\x8B\xF1\x57\x8D\x8E\xE0\x1A\x00\x00"
155+
"windows" "\x55\x8B\xEC\x83\xEC\x0C\x53\x56\x8B\xF1\x57\x8D\x8E\xE8\x1A\x00\x00"
156156
}
157157
"CTFPlayerClassShared::CanBuildObject"
158158
{

0 commit comments

Comments
 (0)