chore: update

This commit is contained in:
2025-11-16 21:38:02 +01:00
parent deafda9061
commit 1b78912b33
9 changed files with 11 additions and 8 deletions
+3
View File
@@ -339,6 +339,9 @@ namespace patches
game::Dvar_RegisterInt("scr_gun_winlimit", 1, 0, 10, game::DVAR_FLAG_REPLICATED, "Win limit for Gun Game");
game::Dvar_RegisterInt("scr_gun_scorelimit", 18, 1, 1000, game::DVAR_FLAG_REPLICATED, "Score limit for Gun Game");
// Remove cheat protection from r_hudOutlinePostMode
utils::hook::set<uint8_t>(0x1405DDF23 + 2, 0x40);
// Patch game chat on resolutions higher than 1080p to use the right font
utils::hook::call(0x14025C825, get_chat_font_handle);
utils::hook::call(0x1402BC42F, get_chat_font_handle);