From 6cfab48182483bc7eff19178b45b7a618f582998 Mon Sep 17 00:00:00 2001 From: Skull Merlin <86374920+skkuull@users.noreply.github.com> Date: Sun, 27 Feb 2022 00:40:52 +0200 Subject: [PATCH] lost dvars --- src/client/game/dvars.cpp | 12 +++++++++++- src/client/game/symbols.hpp | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/client/game/dvars.cpp b/src/client/game/dvars.cpp index abc576a2..778c8149 100644 --- a/src/client/game/dvars.cpp +++ b/src/client/game/dvars.cpp @@ -199,6 +199,7 @@ namespace dvars "cg_legacyCrashHandling", "cl_maxpackets", "cl_maxPing", + "cl_connectTimeout", "com_introPlayed", "com_isNotice", "com_maxclients", @@ -332,6 +333,7 @@ namespace dvars "sv_mapRotation", "sv_mapRotationCurrent", "cl_maxpackets", + "cl_timeout", "sv_maxclients", "sv_maxPhysExplosionSpheres", "sv_maxPing", @@ -389,6 +391,7 @@ namespace dvars "sv_mapRotationCurrent", "sv_autoPriority", //"xpartygo", + "ui_mousePitch", "svwp", "syncTimeTimeout", "sys_configSum", @@ -469,6 +472,7 @@ namespace dvars "custom_scr_game_onlyheadshots", "custom_scr_game_perks", "custom_scr_game_spectatetype", + "scr_game_spectatetype", "custom_scr_hardcore", "custom_scr_num_bots", "custom_scr_num_bots_enemy", @@ -496,8 +500,14 @@ namespace dvars "custom_scr_team_fftype", "custom_scr_team_teamkillspawndelay", "custom_scr_vehicles_enabled", - //"name", "custom_timelimit", + "safeArea_adjusted_horizontal", + "safeArea_adjusted_vertical", + "safeArea_horizontal", + "safeArea_vertical", + "elite_clan_active", + "codPointStore_enabled", + "sensitivity", "map" }; diff --git a/src/client/game/symbols.hpp b/src/client/game/symbols.hpp index cff85e80..8f5a754f 100644 --- a/src/client/game/symbols.hpp +++ b/src/client/game/symbols.hpp @@ -168,6 +168,8 @@ namespace game float materialTime, __int64 a7, __int64 a8)> R_AddDObjToScene{0, 0x140775C40}; WEAK symbol SL_ConvertToString{0x14036D420, 0x1405BFBB0}; + WEAK symbol SL_FindString{ 0x140314AF0, 0x14043B470 }; // H1(1.4) + WEAK symbol SL_GetString{0x14036D9A0, 0x1405C0170}; WEAK symbol SV_SetConfigstring{0, 0x140486720}; // H1(1.4)