ok heres my server.cfg and my maprotation.cfg how do i make it unlimited bp and start stage 3
// Tremulous decicated server config
// Fixed by Paradox & Edited by Evlesoa
// server name & loading screen
set sv_hostname "^1Rob's ^7Public ^4Server" // server name in server list
set g_motd "^4Maps found ^2at ^3http://trem4700.no-ip.biz/ ^7--- ^2SD: 45 TimeLimit: 60 ^4-, FF Enabled! ^5Enjoy & Dont be a jerk!" // message at connection screen
// server password
set g_needpass 0 // toggle password needed to join the server
set g_password "" // server password
// reserved slots
set sv_privatepassword "####" // set password test -> at client to use slot
set sv_privateclients 1 // number of private slots, substracted from
// sv_maxclients
// remote control
set rconpassword "####" // set rconpassword test -> at client to log in
// main configuration
set sv_maxclients 17 // maximum number of clients
set sv_pure 1 // disallow clients with modified content
set sv_allowdownload 1 // allow downloads from the server
set sv_minrate 5000 // Minumum rate for connected clients
set sv_maxrate 25000 // Maximum rate for connected clients
set sv_minsnaps 10 // Minumum snapshots for connected clients
set sv_minping 0 // Minumum latency for connected clients
set sv_maxping 600 // Maximum latency for connected clients
// prevents connection of clients with higher ping
set g_antilag 0 // serverside antilag feature
set g_initialmaprotation rotation1 // following the first map, start this rotation
set g_mincommandperiod 1000
set pmove_fixed 0
set g_votelimit 3
// gameplay specific configuration
set timelimit 60 // after 60 minutes, the game will end as a draw
set g_suddendeathtime 45 // after 55 minutes, all build points are removed
set g_teamforcebalance 1
set g_teamForceBalance 1 // forces each team to have a similar number of players
set g_forceAutoJoin 0
set g_friendlyfire 1 // teammates may damage each other
set g_friendlyFireAliens 1
set g_friendlyFireHumans 1
set g_friendlyBuildableFire 1
set g_humanBuildPoints 150 // Number of buildpoints for human team, default 100
set g_alienBuildPoints 150
set g_humanStage2Threshold 30
set g_humanStage3Threshold 60
set g_alienStage2Threshold 20
set g_alienStage3Threshold 40
set g_gravity 500 // gravity setting, default 800
set g_admin "admin.dat"
set g_adminLog "admin.log"
set g_maxNameChanges 5
set g_adminTempBan 600
set g_inactivity 600
set g_chatTeamPrefix 1
set g_allowSpecVoting 1
set g_doWarmup 1
set g_adminTempBan 600
set g_chatTeamPrefix 1
set sv_privateclients 1
set g_warmup 10
//download goodies
set cl_allowDownload 1
set cl_wwwDownload 1
set sv_wwwBaseURL "
http://mercenariesguild.net/"
set fs_game "base"
//start this map first
map atcs
rotation1
{
karith
{
set g_humanBuildPoints 150
set g_alienBuildPoints 150
}
transit
{
set g_humanBuildPoints 150
set g_alienBuildPoints 150
}
arachnid2
{
set g_humanBuildPoints 150
set g_alienBuildPoints 150
}
nexus6
{
set g_humanBuildPoints 150
set g_alienBuildPoints 150
}
atcs
{
set g_humanBuildPoints 150
set g_alienBuildPoints 150
}
tremor
{
set g_humanBuildPoints 150
set g_alienBuildPoints 150
}
niveus
{
set g_humanBuildPoints 150
set g_alienBuildPoints 150
}
}