Update config files

This commit is contained in:
Amos 2022-02-19 03:06:42 +01:00
parent 4eea51027c
commit 114f51fcf6
3 changed files with 8 additions and 5 deletions

View File

@ -36,11 +36,6 @@ cl_consoleoverlay_lines "5" // Num log lines for RUI console
cl_consoleoverlay_offset_x "10" // RUI console overlay 'X' offset.
cl_consoleoverlay_offset_y "535" // RUI console overlay 'Y' offset.
cl_consoleoverlay_native_clr "255 255 255 255" // Native RUI console overlay log color.
cl_consoleoverlay_server_clr "130 120 245 255" // Server script VM RUI console overlay log color.
cl_consoleoverlay_client_clr "117 116 139 255" // Client script VM RUI console overlay log color.
cl_consoleoverlay_ui_clr "200 110 110 255" // UI script VM RUI console overlay log color.
phys_showObjectCount "1" // Shows physics object count.
rui_defaultDebugFontFace "ArameMono" // Sets the RUI debug font face.
hitch_alert_color "255 000 000 255" // Sets the RUI hitch alert font color.
@ -59,5 +54,6 @@ cl_ent_absbox "1" // Display entity abs boxes.
//// MATSYS ////
//////////////////////////
mat_showdxoutput "1" // Shows debug information from the DirectX hook system.
gl_clear_color_buffer "1" // Enable or disable the clearing of the main color buffer.
//mat_sync_rt "1" // Enable to debug render threads more easily (!slower!).
//mat_sync_rt_flushes_gpu "1" // Enable to debug render threads more easily (!slower!).

View File

@ -15,3 +15,8 @@ base_tickinterval_mp "0.0500" // Sets the num simulation frames per seco
sv_showhitboxes "1" // Send server-side hitboxes for specified entity to client (!slower!).
sv_showlagcompensation "1" // Show lag compensated hitboxes whenever a player is lag compensated (!slower!).
sv_visualizetraces "1" // Show native and script related debug tracing (!slower!).
//////////////////////////
//// CAI ////
//////////////////////////
ai_ainrebuildonmapstart "2" // Whether to rebuild the AIN graph on level load.

View File

@ -1,6 +1,7 @@
-ansiclr
-sw
-lv
-notimeout
-dev
-devsdk
-fnf
@ -8,6 +9,7 @@
-high
-rerun
-collate
-tools
-multiple
-noorigin
-novid