Tags: p2sr/SourceAutoRecord
Tags
feat: Check for Pause in challenge mode runs of Wakeup (#340) * added check for game pausing in map Wakeup * fixed runs without pauses being considered runs with pauses * expose g_leaderboardOpen and g_leaderboardWillClose, make wakeup reject feature work with sar_disable_challenge_stats_hud values that are not -1 * refactor: tiny improvements * fix: use the thing --------- Co-authored-by: AMJ <69196954+ThisAMJ@users.noreply.github.com>
fixup: clean up some trolling from the previous PR This was meant to be a force push on the previous PR, but then the PR was merged 8 minutes before I went to go message AMJ to tell him not to merge yet (oops lol). Anyways, made the thing in LPHud early return, demystified some memes with the MsgFunc_SayText(2) hook, and mostly undid/cleaned up the changes to Interface::GetPtr in favor of a simpler solution. (Related to that, the console module is now initialized first before any other modules, so that it is available immediately within the plugin.)
PreviousNext