ItsMods

Full Version: Rcon & map rotation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
there any way to change a list of maps to another without having to edit the server.cfg

for example

I have loaded the infected sv_maprotation with zombie.dsr config

I want to switch to the sniper map list with sniper.dsr

could do it from the console without rebooting the server?


reggards
Change your .dspl file specified as sv_maprotation in the server.cfg
(02-21-2012, 00:03)Yurio Wrote: [ -> ]Change your .dspl file specified as sv_maprotation in the server.cfg

for that and would have to exit the game, edit the server.cfg file and restart the server

what I want is to switch from one map rotation (Infected per default for example) to another rotation (Sniper rotation) without leaving the game , just with rcon :S

or you can add 2 map rotation to file server.cfg file?


Example: Im running server with sv_maprotation "infected" (named as infected.dspl), and i want to change it to sniper.dspl, how can i do this from rcon? :S
Rcon:
Code:
set sv_maprotation sniper
(02-20-2012, 14:13)xcondex Wrote: [ -> ]there any way to change a list of maps to another without having to edit the server.cfg

for example

I have loaded the infected sv_maprotation with zombie.dsr config

I want to switch to the sniper map list with sniper.dsr

could do it from the console without rebooting the server?


reggards

i just do this, so i have different weapons/etc on each map

mp_underground,shotty,1
mp_plaza2,ak47,1
mp_paris,paris,1
mp_mogadishu,knifes,1
mp_lambeth,shotty,1
mp_carbon,carbon,1
mp_bravo,sniper1,1
mp_alpha,shotty,1
mp_exchange,exchange,1
mp_dome,p90_dome,1
mp_village,sniper,1
mp_bootleg,shotty,1
mp_seatown,acr_seatown,1
mp_hardhat,hardhat,1
(02-21-2012, 12:06)zxz0O0 Wrote: [ -> ]Rcon:
Code:
set sv_maprotation sniper

I will try, ty