Hi,
I currently have 3 TF2 servers running on the same system.
One of them is dedicated to custom map (called Scout), i have create a special mapcycle (scoutcustomcycle.txt), and i'd like to know how to launch the server with this mapcycle. The other two serveur are using the classic mapcycle.txt
I'm guessing :
Am I right?
I currently have 3 TF2 servers running on the same system.
One of them is dedicated to custom map (called Scout), i have create a special mapcycle (scoutcustomcycle.txt), and i'd like to know how to launch the server with this mapcycle. The other two serveur are using the classic mapcycle.txt
I'm guessing :
Code:
./srcds_run -console -game tf -port 27016 +ip xxx.xxx.xxx.xxx +maxplayers 24 +exec scout.cfg +mapcycle scoutcustomcycle.cfg -autoupdate
Am I right?