mirror of
https://github.com/unknownworlds/NS.git
synced 2024-11-10 07:11:48 +00:00
47 lines
2.3 KiB
Text
47 lines
2.3 KiB
Text
|
// Old default instructions:
|
||
|
//
|
||
|
// Instructions for using mapcycle.txt
|
||
|
// No, you can't change maxplayers on the server, but you can skip maps that don't fit the current # of players
|
||
|
// If no suitable match is found anywhere in your mapcycle file, then the server just moves to the next map in the file anyway.
|
||
|
// Minplayers or maxplayers set to 0 mean don't restrict based on that parameter. You don't have to include minplayers or maxplayers if you
|
||
|
// are not making a restriction. They default to 0 if missing.
|
||
|
// You can list a file twice in the rotation now
|
||
|
// You can issue a command ( rather than setting key value pairs ) at the server console by bracketing it with a blank
|
||
|
// key value: e.g., \mycommand\\
|
||
|
// minplayers and maxplayers are special tokens and are parsed and removed before the commands are executed
|
||
|
// Commands are executed just after the changelevel command occurs.
|
||
|
// Be sure to remove conflicting settings from any server.cfg or listenserver.cfg files you use since those values will stomp
|
||
|
// on the ones you set here
|
||
|
// The double quotes are necessary
|
||
|
// BTW, the old format will still work
|
||
|
//
|
||
|
// NS instructions:
|
||
|
//
|
||
|
// Other notes:
|
||
|
// - Combat and NS maps are mixed to both types for variety.
|
||
|
// - Use minplayers of 0 for popular combat maps, so an empty server is ready for small numbers of players to join.
|
||
|
// - Reduced maxplayers on bast and hera for CPU reasons
|
||
|
//
|
||
|
ns_eon "\minplayers\16\maxplayers\32\"
|
||
|
ns_metal "\minplayers\16\maxplayers\32\"
|
||
|
ns_caged "\minplayers\16\maxplayers\32\"
|
||
|
co_sava "\minplayers\6\maxplayers\20\"
|
||
|
co_angst "\minplayers\4\maxplayers\20\"
|
||
|
ns_hera "\minplayers\16\maxplayers\24\"
|
||
|
ns_lost "\minplayers\16\maxplayers\32\"
|
||
|
ns_nothing "\minplayers\16\maxplayers\32\"
|
||
|
co_niveus "\minplayers\4\maxplayers\20\"
|
||
|
co_faceoff "\minplayers\0\maxplayers\18\"
|
||
|
co_daimos "\minplayers\8\maxplayers\20\"
|
||
|
ns_bast "\minplayers\14\maxplayers\28\"
|
||
|
ns_origin "\minplayers\16\maxplayers\32\"
|
||
|
co_kestrel "\minplayers\8\maxplayers\20\"
|
||
|
ns_tanith "\minplayers\16\maxplayers\32\"
|
||
|
ns_nancy "\minplayers\14\maxplayers\32\"
|
||
|
ns_veil "\minplayers\16\maxplayers\32\"
|
||
|
co_core "\minplayers\0\maxplayers\20\"
|
||
|
co_ulysses "\minplayers\4\maxplayers\20\"
|
||
|
ns_eclipse "\minplayers\14\maxplayers\32\"
|
||
|
co_pulse "\minplayers\0\maxplayers\20\"
|
||
|
ns_ayumi "\minplayers\16\maxplayers\32\"
|
||
|
ns_altair "\minplayers\16\maxplayers\32\"
|