Default Servercmdline
Default Servercmdline
2)
// to use this file, add -Cconfig/servercmdline.txt to your servers commandline
//
// * you can't use cubescript here!
// * everything after '//' in a line will be ignored
// * one commandline parameter per line only
// * you have to use the '-' characters for the switches
// * you can separate the switch and it's argument by whitespace
//
// see docs/commandline.html for full parameter descriptions
// example MOTD:
-o \f3server using example cmdline file (config/servercmdline.txt)\n\f2feel free
to change this :)
// -o // MOTD
// -n // server description
// -n1 // custom server description prefix
// -n2 // custom server description suffix
// -f // port, 1..65534, default 28770
// -c // max client number, 1..256, default 12
// -cb // max bot number, 0..256, default 64
// -D // number of demos to keep in RAM, default 5
// the switches o, n, n1 and n2 support coloring and character escaping; 'o' also
supports escaped newlines
// the available colors are: 0: green, 1: blue, 2: yellow, 3: red, 4: gray, 5:
white, 6: dark brown, 7: dark red
// example multiline MOTD: -o line 1\nline 2\nline 3
// example colored server description: -n \f3red\f1blue
// -u // uprate
// -i // ip, only for machines with multiple network interfaces
// -m // masterserver URL (exception: use "-m localhost", if you don't want AC
to register at a masterserver at all)