I've got fed up with that I have to always type in rcon_password and rcon_address every time I'd like to manage the RBI server, so I've made some aliases for it. I think other can use it too, so I paste here the template.
Basically, what the aliases do: you bind it to a key (I've bund it to F6), and it cicles through the three RBI servers, and giving an echo message about it.
- Code: Select all
//Aliases
//RCON aliases
//First, we'll define rebinds
alias rebind_rcon_rbi_key "bind F6 rcon_rbi_key"
alias rebind_rcon_rbi_ctf "bind F6 rcon_rbi_ctf"
alias rebind_rcon_rbi_race "bind F6 rcon_rbi_race"
//Now the rcon manager aliases,on we're refering in the previous ones
//CTF -> KEYHUNT
alias rcon_rbi_ctf "echo Connected to ^1RBI CTF server^7 . Pressing ^2F6 ^7next time, you'll manage the ^1KEYHUNT server^7; rcon_password wtfomglolbbq ; rcon_address 141.2.16.23:26000 ; rebind_rcon_rbi_key"
//KEYHUNT -> RACE
alias rcon_rbi_key "echo Connected to ^1RBI KEYHUNT server ^7. Pressing ^2F6 ^7next time, you'll manage the ^1RACE server^7; rcon_password wtfomglolbbq ; rcon_address 141.2.16.23:26001 ; rebind_rcon_rbi_race"
//RACE -> CTF
alias rcon_rbi_race "echo Connected to ^1RBI RACE server ^7. Pressing ^2F6 ^7next time, you'll manage the ^1CTF server^7; rcon_password wtfomglolbbq ; rcon_address 141.2.16.23:26002 ; rebind_rcon_rbi_ctf"
//Finally, we bind it to F6
bind "F6" "rcon_rbi_ctf"
Save this as a config file, invoke it in starting Nexuiz, and you'll have a quick rcon connection to all the servers you'd like to manage.
Have fun using it
