chore: update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user