Skip to content

Commit a73632c

Browse files
Bump maximum command limit to 512 in valve.rc
1 parent e00bd62 commit a73632c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

game/mod_episodic/cfg/valve.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ stuffcmds
1212
// Disable Local Network Backdoor to Prevent Crash
1313
cl_localnetworkbackdoor 0
1414

15+
// Increase total number of string commands to execute
16+
sv_quota_stringcmdspersecond 512
17+
1518
// display the startup level
1619
startupmenu

game/mod_hl2/cfg/valve.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ stuffcmds
1212
// Disable Local Network Backdoor to Prevent Crash
1313
cl_localnetworkbackdoor 0
1414

15+
// Increase total number of string commands to execute
16+
sv_quota_stringcmdspersecond 512
17+
1518
// display the startup level
1619
startupmenu

game/mod_lostcoast/cfg/valve.rc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ stuffcmds
1212
// Disable Local Network Backdoor to Prevent Crash
1313
cl_localnetworkbackdoor 0
1414

15+
// Increase total number of string commands to execute
16+
sv_quota_stringcmdspersecond 512
17+
1518
// display the startup level
1619
startupmenu

0 commit comments

Comments
 (0)