From 114f51fcf6b2f33a2bcf66cfec89dfe30a61bab8 Mon Sep 17 00:00:00 2001 From: Amos <48657826+Mauler125@users.noreply.github.com> Date: Sat, 19 Feb 2022 03:06:42 +0100 Subject: [PATCH] Update config files --- r5dev/resource/cfg/autoexec_client_dev.cfg | 6 +----- r5dev/resource/cfg/autoexec_server_dev.cfg | 5 +++++ r5dev/resource/cfg/startup_dedi_debug.cfg | 2 ++ 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/r5dev/resource/cfg/autoexec_client_dev.cfg b/r5dev/resource/cfg/autoexec_client_dev.cfg index 216231db..5b4216d0 100644 --- a/r5dev/resource/cfg/autoexec_client_dev.cfg +++ b/r5dev/resource/cfg/autoexec_client_dev.cfg @@ -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!). diff --git a/r5dev/resource/cfg/autoexec_server_dev.cfg b/r5dev/resource/cfg/autoexec_server_dev.cfg index 6f616acf..a73d086f 100644 --- a/r5dev/resource/cfg/autoexec_server_dev.cfg +++ b/r5dev/resource/cfg/autoexec_server_dev.cfg @@ -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. diff --git a/r5dev/resource/cfg/startup_dedi_debug.cfg b/r5dev/resource/cfg/startup_dedi_debug.cfg index 81b653a3..1811b0a1 100644 --- a/r5dev/resource/cfg/startup_dedi_debug.cfg +++ b/r5dev/resource/cfg/startup_dedi_debug.cfg @@ -1,6 +1,7 @@ -ansiclr -sw -lv +-notimeout -dev -devsdk -fnf @@ -8,6 +9,7 @@ -high -rerun -collate +-tools -multiple -noorigin -novid