Created
July 19, 2026 17:43
-
-
Save chaorace/47689d54acf99e88560733bf3b10a040 to your computer and use it in GitHub Desktop.
Convenience serveme binds for RGL HL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // NOTE: These are NOT suitable for mapchanges in official matches!!! | |
| // NOTE: These only work if you're the user who originally reserved the serveme! | |
| // Helpers | |
| alias fixchanlimit "sm_rcon net_chan_limit_msec 500" | |
| alias scrimmode "sm_rcon sm_democheck_disable; sm_rcon tv_delaymapchange 0" | |
| // Admin conviences | |
| alias winlimit "sm_rcon mp_winlimit 1" | |
| alias kickred "sm_rcon sm_kick @red" | |
| alias kickblue "sm_rcon sm_kick @blue" | |
| alias kickblu "kickblue" | |
| // Re-Exec | |
| alias stopwatch "fixchanlimit; sm_rcon exec rgl_hl_stopwatch; scrimmode" | |
| alias koth "fixchanlimit; sm_rcon exec rgl_hl_koth_bo5; scrimmode" | |
| // PL | |
| alias upward "stopwatch; sm_rcon changelevel pl_upward_f12" | |
| alias swifttwater "stopwatch; sm_rcon changelevel pl_swiftwater_final1" | |
| alias vigil "stopwatch; sm_rcon changelevel pl_vigil_rc10" | |
| alias badwater "stopwatch; sm_rcon changelevel pl_badwater_pro_v12" | |
| alias eruption "stopwatch; sm_rcon changelevel pl_eruption_b16" | |
| // CP | |
| alias steel "stopwatch; sm_rcon changelevel cp_steel_f12" | |
| alias nidal "stopwatch; sm_rcon changelevel cp_nidal_b7" | |
| // KOTH | |
| alias ashville "koth; sm_rcon changelevel koth_ashville_final2" | |
| alias cascade "koth; sm_rcon changelevel koth_cascade_rc1a" | |
| alias lakeside "koth; sm_rcon changelevel koth_lakeside_f5" | |
| alias product "koth; sm_rcon changelevel koth_product_final" | |
| alias proot "koth; sm_rcon changelevel koth_proot_b5b" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment