Author Topic: Problem Fixing BP in my server.cfg  (Read 2772 times)

DexterSparrow

  • Posts: 7
  • Turrets: +0/-0
Problem Fixing BP in my server.cfg
« on: September 26, 2006, 11:12:34 pm »
Hi...
I am testing a new server made for fun that I want unlimited BP and Auto-Stage 3...

This is my server.cfg:
Code: [Select]
//Example Tremulous 1.1 decicated server config

set sv_pure 1

//passwords
set g_needpass 0
//set g_password password   //server password
set rconPassword ****//rcon password

//loading screen
set sv_hostname "^2BR ^3Unlimited ^1BP!!! ^4Join Now/Entre Agora"
set g_motd "Friendly Buiding Fire" - SD45 - TL90

//disallow downloads from the server
set sv_allowdownload 0

//maximum number of clients
//greater than 24 is not recommended from a gameplay point of view
set sv_maxclients 10
set sv_privateclients 4
set sv_privatepassword lulala

//after 55 minutes, all build points are removed
set g_suddenDeathTime 30
//after 60 minutes, the game will end as a draw
set timelimit 45

//forces each team to have a similar number of players
set g_teamForceBalance 1

//following the first map, start this rotation
set g_initialMapRotation rotation1

//misc settings
set pmove_fixed     0
set sv_minRate      15000
set sv_maxRate      25000
set sv_minSnaps     20

// tjw: custom settings
set g_friendlyfire 0
set g_friendlyFireHumans 0
set g_friendlyFireAliens 0
set g_friendlyBuildableFire 1
set g_suddenDeathTime 45
set g_suddenDeathMode 1
set g_alienBuildPoints 100000
set g_humanBuildPoints 100000
set timelimit 90
set logfile 2
set g_dretchpunt 1
set g_trembot "trembot.dat"
set g_voteLimit 1
set g_doWarmup 0
set g_warmup 30

//start this map first
map karith


What is wrong with the building point?
And what is the command for Auto-Stage 3?

Thx for any help I may receive.

DS