Skip to content

Commit 02adbb3

Browse files
committed
add convar for velocity saves
1 parent 0d51169 commit 02adbb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roninsdk/tier1/cvar.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ void ConVar::StaticInit(void)
131131
ConVar::StaticCreate("srm_force_moonboots", "0", FCVAR_NONE, "Forces moonboots", false, 0.f, false, 0.f, nullptr);
132132
ConVar::StaticCreate("fps_scale", "0", FCVAR_ARCHIVE_PLAYERPROFILE, "FPS counter scale", false, 0.f, false, 0.f, nullptr);
133133

134+
ConVar::StaticCreate("ronin_velocitysave", "0", FCVAR_CHEAT, "Allows quicksave loads to retain velocity (NCS broke)", false, 0.f, false, 0.f, nullptr);
135+
134136
// strafemeter
135137
ConVar::StaticCreate("dq_strafemeter_position", "0.6 0.56 0.0", FCVAR_ARCHIVE_PLAYERPROFILE, "Strafemeter Position", false, 0.f, false, 0.f, nullptr);
136138
ConVar::StaticCreate("dq_strafemeter_enabled", "0.0", FCVAR_CHEAT, "Enables Strafemeter", false, 0.f, false, 0.f, nullptr);

0 commit comments

Comments
 (0)