Skip to content
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

wip tf2 stuff post 2024-04-18 #1205

Merged
merged 2 commits into from
Apr 23, 2024
Merged

Conversation

rtldg
Copy link
Collaborator

@rtldg rtldg commented Apr 19, 2024

  • (windows) GameConfGetAddress(CTFGameMovement::PreventBunnyJumping) doesn't work for some reason.
  • Using StoreToAddress's newest argument (updateMemAccess) means SM1.10 compatibility is lost most likely.
  • Using GameData.GetMemSig also means we lose SM1.10 compatibility but who cares...
  • NextBotCreatePlayerBot<CTFBot> is inlined to hell on Windows now so need to figure something out with that.
    • reverted to tf_bot_add

vtable offsets appear unchanged.

Nothing has been tested.

Why does this happen?:

L 04/19/2024 - 21:02:14: [SM] Call stack trace:
L 04/19/2024 - 21:02:14: [SM]   [1] Line 1778, .\shavit-core.sp::Native_GetBhopStyle
L 04/19/2024 - 21:02:14: [SM]   [3] Shavit_GetBhopStyle
L 04/19/2024 - 21:02:14: [SM]   [4] Line 2304, D:\steamcmd\tf222\tf\addons\sourcemod\scripting\shavit-hud.sp::UpdateKeyHint
L 04/19/2024 - 21:02:14: [SM]   [5] Line 1149, D:\steamcmd\tf222\tf\addons\sourcemod\scripting\shavit-hud.sp::TriggerHUDUpdate
L 04/19/2024 - 21:02:14: [SM]   [6] Line 1124, D:\steamcmd\tf222\tf\addons\sourcemod\scripting\shavit-hud.sp::Cron
L 04/19/2024 - 21:02:14: [SM]   [7] Line 1024, D:\steamcmd\tf222\tf\addons\sourcemod\scripting\shavit-hud.sp::OnGameFrame
L 04/19/2024 - 21:02:15: [SM] Exception reported: Array index out-of-bounds (index 325, limit 66)

@rtldg rtldg merged commit 5421c60 into shavitush:master Apr 23, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant