diff --git a/r5dev/resource/cfg/autoexec_client_dev.cfg b/r5dev/resource/cfg/autoexec_client_dev.cfg
index 0e3ed573..bd135be8 100644
--- a/r5dev/resource/cfg/autoexec_client_dev.cfg
+++ b/r5dev/resource/cfg/autoexec_client_dev.cfg
@@ -73,5 +73,5 @@ cl_ent_absbox                         "1"               // Display entity abs bo
 //////////////////////////
 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!).
+//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_dev.cfg b/r5dev/resource/cfg/autoexec_dev.cfg
index 54853d22..039d3a7e 100644
--- a/r5dev/resource/cfg/autoexec_dev.cfg
+++ b/r5dev/resource/cfg/autoexec_dev.cfg
@@ -3,6 +3,7 @@
 //////////////////////////
 sv_cheats                    "1" // Allow cheats on the server.
 mp_allowed                   "1" // Whether multiplayer is allowed or not.
+bhit_enable                  "1" // Bullet trajectory debug.
 developer                    "1" // Required for certain script functionality.
 
 //////////////////////////
diff --git a/r5dev/resource/cfg/autoexec_server_dev.cfg b/r5dev/resource/cfg/autoexec_server_dev.cfg
index b76da7b7..41bd23a0 100644
--- a/r5dev/resource/cfg/autoexec_server_dev.cfg
+++ b/r5dev/resource/cfg/autoexec_server_dev.cfg
@@ -6,6 +6,7 @@
 //////////////////////////
 //hostname                     "R5"     // Determines the name of the server displayed in the server browser.
 sv_requireOriginToken        "0"      // Enables origin token verification on the server
+sv_quota_stringCmdsPerSecond "256"    // Max string commands per second from a specific client.
 
 //////////////////////////
 //// SIMULATION       //// !!WARNING!!: CHANGING THESE CAN CAUSE SIMULATION ISSUES. DO NOT CHANGE FOR NON-DEBUG ACTIVITY!
@@ -25,4 +26,4 @@ sv_visualizetraces           "1"      // Show native and script related debug tr
 //////////////////////////
 ai_ainRebuildOnMapStart      "0"      // Whether to rebuild the AI Network graph on level load.
 ai_ainDumpOnLoad             "0"      // Whether to dump the parsed AI Network graph file loaded from disk.
-ai_ainDebugConnect           "1"      // Show AI Network graph connection debug.
\ No newline at end of file
+ai_ainDebugConnect           "1"      // Show AI Network graph connection debug.