cm_debug_cmdquery=IConVar_RegisterConVar("cm_debug_cmdquery","0",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Prints the flags of each ConVar/ConCommand query to the console ( !slower! ).",false,0.f,false,0.f,nullptr,nullptr);
cm_return_false_cmdquery_all=IConVar_RegisterConVar("cm_return_false_cmdquery_all","0",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Returns false on every ConVar/ConCommand query ( !warning! ).",false,0.f,false,0.f,nullptr,nullptr);
cm_return_false_cmdquery_cheats=IConVar_RegisterConVar("cm_return_false_cmdquery_cheats","0",FCVAR_RELEASE,"Returns false on all FCVAR_DEVELOPMENTONLY and FCVAR_CHEAT ConVar/ConCommand queries ( !warning! ).",false,0.f,false,0.f,nullptr,nullptr);
sv_showconnecting=IConVar_RegisterConVar("sv_showconnecting","1",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Logs information about the connecting client to the console.",false,0.f,false,0.f,nullptr,nullptr);
sv_pylonvisibility=IConVar_RegisterConVar("sv_pylonvisibility","0",FCVAR_RELEASE,"Determines the visiblity to the Pylon Master Server, 0 = Not visible, 1 = Visible, 2 = Hidden BUG BUG: not implemented yet.",false,0.f,false,0.f,nullptr,nullptr);
cl_drawconsoleoverlay=IConVar_RegisterConVar("cl_drawconsoleoverlay","1",FCVAR_RELEASE,"Draw the console overlay at the top of the screen.",false,0.f,false,0.f,nullptr,nullptr);
cl_consoleoverlay_lines=IConVar_RegisterConVar("cl_consoleoverlay_lines","3",FCVAR_RELEASE,"Number of lines of console output to draw.",false,0.f,false,0.f,nullptr,nullptr);
cl_consoleoverlay_offset_x=IConVar_RegisterConVar("cl_consoleoverlay_offset_x","10",FCVAR_RELEASE,"X offset for console overlay.",false,1.f,false,50.f,nullptr,nullptr);
cl_consoleoverlay_offset_y=IConVar_RegisterConVar("cl_consoleoverlay_offset_y","10",FCVAR_RELEASE,"Y offset for console overlay.",false,1.f,false,50.f,nullptr,nullptr);
fs_warning_level_native=IConVar_RegisterConVar("fs_warning_level_native","0",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Set the filesystem warning level ( !slower! ).",false,0.f,false,0.f,nullptr,nullptr);
fs_packedstore_entryblock_stats=IConVar_RegisterConVar("fs_packedstore_entryblock_stats","0",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"If set to 1, prints the stats of each file entry in the VPK during decompression ( !slower! ).",false,0.f,false,0.f,nullptr,nullptr);
mat_showdxoutput=IConVar_RegisterConVar("mat_showdxoutput","0",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Shows debug output for the DirectX system.",false,0.f,false,0.f,nullptr,nullptr);
sq_showrsonloading=IConVar_RegisterConVar("sq_showrsonloading","1",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Logs all 'rson' files loaded by the SQVM ( !slower! ).",false,0.f,false,0.f,nullptr,nullptr);
sq_showscriptloading=IConVar_RegisterConVar("sq_showscriptloading","0",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Logs all scripts loaded by the SQVM to be pre-compiled ( !slower! ).",false,0.f,false,0.f,nullptr,nullptr);
sq_showvmoutput=IConVar_RegisterConVar("sq_showvmoutput","3",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Prints the VM output to the console. 1 = Log to file. 2 = 1 + log to console. 3 = 1 + 2 + log to overhead console. 4 = only log to overhead console.",false,0.f,false,0.f,nullptr,nullptr);
sq_showvmwarning=IConVar_RegisterConVar("sq_showvmwarning","0",FCVAR_DEVELOPMENTONLY|FCVAR_CHEAT,"Prints the VM warning output to the console. 1 = Log to file. 2 = 1 + log to console.",false,0.f,false,0.f,nullptr,nullptr);
net_userandomkey=IConVar_RegisterConVar("net_userandomkey","1",FCVAR_RELEASE,"If set to 1, the netchannel generates and sets a random base64 netkey.",false,0.f,false,0.f,nullptr,nullptr);
r5net_matchmaking_hostname=IConVar_RegisterConVar("r5net_matchmaking_hostname","r5a-comp-sv.herokuapp.com",FCVAR_RELEASE,"Holds the R5Net matchmaking hostname.",false,0.f,false,0.f,nullptr,nullptr);
r5net_show_debug=IConVar_RegisterConVar("r5net_show_debug","1",FCVAR_RELEASE,"Shows debug output for R5Net.",false,0.f,false,0.f,nullptr,nullptr);