Remove screen width/height from debug configuration files

This commit is contained in:
Amos 2022-02-24 16:47:08 +01:00
parent dc6e0a3613
commit 92c0c61450
2 changed files with 0 additions and 9 deletions

View File

@ -24,17 +24,10 @@ cl_showfps "1" // Shows detailed client/server d
cl_showpos "1" // Shows detailed position data.
cl_showsimstats "1" // Shows detailed simulation stats.
cl_simstats_offset_x "1250" // Simulation stats 'X' offset.
cl_simstats_offset_y "585" // Simulation stats 'Y' offset.
cl_showgpustats "1" // Shows detailed GPU memory stats.
cl_gpustats_offset_x "1250" // GPU stats 'X' offset.
cl_gpustats_offset_y "600" // GPU stats 'Y' offset.
cl_drawconsoleoverlay "1" // Shows DevMsg RUI console overlay.
cl_consoleoverlay_lines "5" // Num log lines for RUI console overlay.
cl_consoleoverlay_offset_x "10" // RUI console overlay 'X' offset.
cl_consoleoverlay_offset_y "535" // RUI console overlay 'Y' offset.
phys_showObjectCount "1" // Shows physics object count.
rui_defaultDebugFontFace "ArameMono" // Sets the RUI debug font face.

View File

@ -7,6 +7,4 @@
-showdevmenu
-wconsole
-windowed
-w "1900"
-h "700"
-playlistfile "playlists_r5_patch.txt"