Skip to content

Updated TF offsets. #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# _ZN20CBaseCombatCharacter13Weapon_SwitchEP17CBaseCombatWeaponi
[[weapon_switch]]
offset_linux = 266
offset_windows = 265
offset_linux = 268
offset_windows = 267
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# _ZN17CBaseCombatWeapon13PrimaryAttackEv
[[primary_attack]]
offset_linux = 283
offset_windows = 282
offset_linux = 285
offset_windows = 284

# _ZN17CBaseCombatWeapon13SecondaryAttackEv
[[secondary_attack]]
offset_linux = 284
offset_windows = 283
offset_linux = 286
offset_windows = 285
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

# _ZN11CBasePlayer11Weapon_DropEP17CBaseCombatWeaponPK6VectorS4_
[[drop_weapon]]
offset_linux = 266
offset_windows = 265
offset_linux = 267
offset_windows = 266
arguments = POINTER, POINTER, POINTER

# _ZN11CBasePlayer8PreThinkEv
[[pre_think]]
offset_linux = 336
offset_windows = 335
offset_linux = 337
offset_windows = 336

# _ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper
[[run_command]]
offset_linux = 422
offset_windows = 421
offset_linux = 423
offset_windows = 422
arguments = POINTER, POINTER


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# _ZN9CTFPlayer10BumpWeaponEP17CBaseCombatWeapon
[[bump_weapon]]
offset_linux = 400
offset_windows = 399
offset_linux = 401
offset_windows = 400
arguments = POINTER
return_type = BOOL

Expand Down