Skip to content

Commit

Permalink
Merge pull request #18 from RGLgg/beta
Browse files Browse the repository at this point in the history
Beta
  • Loading branch information
l-Aad-l authored Jun 21, 2020
2 parents e757621 + f0370ea commit f6684a6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cfg/rgl_6s_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
// Config originally created May 11, 2019 -- Updated February 4th, 2019
// DO NOT EXEC THIS MANUALLY

exec "rgl_base.cfg" // execs base config that every gamemode shares
exec "rgl_any_custom.cfg" // execs the custom settings in any_custom
exec "rgl_6s_custom.cfg" // execs the custom settings in 6s_custom
exec "rgl_base.cfg" // execs base config that every gamemode shares


mp_tournament_whitelist "cfg/rgl_whitelist_6s.txt" // sets whitelist
tftrue_whitelist_id "rgl_6v6" // sets tftrue whitelist if you have tftrue installed
Expand Down
3 changes: 2 additions & 1 deletion cfg/rgl_7s_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
// Config originally created May 11, 2019 -- Updated February 4th, 2020
// DO NOT EXEC THIS MANUALLY

exec "rgl_base.cfg" // execs base config that every gamemode shares
exec "rgl_any_custom.cfg" // execs the custom settings in any_custom
exec "rgl_7s_custom.cfg" // execs the custom settings in 7s_custom
exec "rgl_base.cfg" // execs base config that every gamemode shares


mp_tournament_whitelist "cfg/rgl_whitelist_7s.txt" // sets whitelist
tftrue_whitelist_id "rgl_7v7" // sets tftrue whitelist if you have tftrue installed
Expand Down
2 changes: 1 addition & 1 deletion cfg/rgl_HL_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Config originally created May 11, 2019 -- Updated February 4th, 2019
// DO NOT EXEC THIS MANUALLY

exec "rgl_base.cfg" // execs base config that every gamemode shares
exec "rgl_any_custom.cfg" // execs the custom settings in any_custom
exec "rgl_HL_custom.cfg" // execs the custom settings in HL_custom
exec "rgl_base.cfg" // execs base config that every gamemode shares

mp_tournament_whitelist "cfg/rgl_whitelist_HL.txt" // sets whitelist
tftrue_whitelist_id "rgl_9v9" // sets tftrue whitelist if you have tftrue installed
Expand Down
1 change: 1 addition & 0 deletions cfg/rgl_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ sv_contact "https://rgl.gg" // contact us here!
mp_tournament "1" // enables tournament mode
mp_tournament_allow_non_admin_restart "0" // prevents non admins from restarting your game
mp_tournament_stopwatch "1" // sets stopwatch mode if applicable
mp_tournament_readymode "0" // traditional whole team ready up
mp_teams_unbalance_limit "0" // disables team balance checking
sv_mincmdrate "66" // sets the min value for cl_cmdrate to 66 ticks/sec
Expand Down
2 changes: 1 addition & 1 deletion cfg/rgl_mm_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// Config originally created May 11, 2019 -- Updated February 4th, 2020
// DO NOT EXEC THIS MANUALLY

exec "rgl_base.cfg" // execs base config that every gamemode shares
exec "rgl_any_custom.cfg" // execs the custom settings in any_custom
exec "rgl_mm_custom.cfg" // execs the custom settings in mm_custom
exec "rgl_base.cfg" // execs base config that every gamemode shares

mp_tournament_whitelist "cfg/rgl_whitelist_mm.txt" // sets whitelist
tftrue_whitelist_id "rgl_nr6s" // sets tftrue whitelist if you have tftrue installed
Expand Down

0 comments on commit f6684a6

Please sign in to comment.