ok 1st you will need some layouts for domination to work those can be gotten from the arcade website
the cvar g_domination will enable/disable domination and g_relics will specify the number of relics that will spawn(0 for off, 20 for 20 relics to spawn)
I entered my Rcon password and set the relics to 20 but nothing spawns. And I think I have the Arcade Layout folder, in the folder it has folders with map names and in those folders with map names they have "dat" files.
This is the contents of the maprotation.cfg:
arcade
{
transit
{
layouts "arcade"
}
tremor
{
layouts "arcade"
}
UTCSb2
{
layouts "arcade"
}
arachnid2
{
layouts "arcade"
}
niveus
{
layouts "arcade"
}
flap
{
layouts "arcade"
}
atcs
{
layouts "arcade"
}
}
The contents of the server.cfg file is:
//
// Tremulous server config
//
// The server's name and message
set sv_hostname "^3ARCADE^7 mod"
set g_motd "Enable automatic downloads in options before connecting! In console: ^3\cl_allowDownload 1"
// Maximum players that can play on your server
set sv_maxClients 12
// Game ends after X minutes, 0 to disable
set timelimit 0
// Whether teammates and team buildables take damage from your attacks
set g_friendlyBuildableFire 1
set g_friendlyFire 0
// Force each team to have the same number of players
set g_teamForceBalance 1
// Set this to your top secret admin password
// Control server via \rcon password commands ...
set rconpassword "**********"
// Buildables are marked rather than immediately deconstructed, when their BPS
// is needed for a new buildable they are automatically deconstructed
set g_markDeconstruct 1
// Credit sharing via \share and \donate
set g_allowShare 1
// When a player has more than the maximum number of allowed credits, they
// are automatically forced to donate the excess amount if this is enabled
set g_creditOverflow 1
// Server network quality, raise snaps (no more than 20) for smoother gameplay
set sv_minSnaps 10
set sv_minRate 3000
set sv_maxRate 30000
set pmove_fixed 0
// This will disconnect players that have not downloaded the PK3
// Do NOT disable otherwise those players will crash!
set sv_pure 1
// Web download redirection, if you change this make sure that the Arcade
// PK3 is in the arcade subfolder
set sv_allowdownload 1
set sv_wwwDownload 1
set sv_wwwBaseURL "http://pub.risujin.org/tremulous"
// If your tremded has the pure drop message patch, this cvar will let 1.1.0
// players that do not have downloads enabled know what to do
set sv_pureDropMsg "Your automatic downloads are ^1DISABLED^7! You cannot play on modded servers until you enable downloads. Open your console (~ key), and enter: ^3cl_allowDownload 1"
// The server's map rotation (see maprotation.cfg)
set g_initialMapRotation "arcade"
// Sets the folder for per-map config files
set g_mapConfigs "map_configs"
// g_layouts controls the initial map layout and is reset after every map, see
// the map_configs folder for per-map layout names
set g_layouts "arcade"
// Initial map
map atcs
What do I do? And oh, Domination is already set to the value 1.
Thanks.
-EDIT-
P.S How do I know that I am starting the server through the mod, or how can I start the server through the mod?