Author Topic: Event warning(Sudden death warning, timelimit warning etc..)  (Read 2712 times)

codernem

  • Posts: 73
  • Turrets: +4/-0
Hi all!

 I read FAQ, searched on Google and on this forum, read the manual, but I wasn't be able to find how to configure my server to show some IMO important message during gameplay like "5 minutes to Sudden Death" , "Sudden Death", "Last 5 minutes" and so one...

I think it's a misconfiguration problem, I post my server.cfg configuration (thx to Megabite)

someone can help me?

Code: [Select]

//maximum number of clients
set sv_maxclients 6

//after 40 minutes, all build points are removed
set g_suddenDeathTime 40
//after 50 minutes, the game will end as a draw
set timelimit 50

//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 7000
set sv_maxRate 27000 //server bandwidth (in kbytes/sec)
set sv_minSnaps 10
set snaps 40
set cl_maxpackets 40
set com_maxfps 50
set sv_minping 0 // Minumum latency for connected clients
set sv_maxping 300 // Maximum latency for connected clients
set g_friendlyfire 1 // team mates may damage each other
set g_antilag 1

set g_humanBuildPoints 100 // Number of buildpoints for human team, default 100
set g_humanMaxStage 2 // Maximum human stage (s1=0, s2=1, s3=2)
set g_humanStage2Threshold 20 // threshold for humans to reach stage 2, default 20
set g_humanStage3Threshold 40 // threshold for humans to reach stage 3, default 40
set g_alienBuildPoints 100 // Number of buildpoints for alien team, default 100
set g_alienMaxStage 2 // Maximum alien stage (s1=0, s2=1, s3=2)
set g_alienStage2Threshold 20 // threshold for aliens to reach stage 2, default 20
set g_alienStage3Threshold 40 // threshold for aliens to reach stage 3, default 40
set g_gravity 800 // gravity setting, default 800


//start this map first
map utcsb1

Sunfall

  • Posts: 1
  • Turrets: +0/-0
Re: Event warning(Sudden death warning, timelimit warning et
« Reply #1 on: July 24, 2006, 09:43:11 pm »
Quote from: "codernem"
Hi all!

 I read FAQ, searched on Google and on this forum, read the manual, but I wasn't be able to find how to configure my server to show some IMO important message during gameplay like "5 minutes to Sudden Death" , "Sudden Death", "Last 5 minutes" and so one...

I think it's a misconfiguration problem, I post my server.cfg configuration (thx to Megabite)

someone can help me?

[code]


I'm pretty sure this isn't an error on your part at all.  Those messages are hardcoded in Tremulous; I saw them when I was poking through the Subversion repository today.  You'd have to recompile the program with different strings if you want to have those sorts of messages.

That said, I'm sure that newer-than-1.1.0 versions of the server have this in them.  I'm not sure about compatibility issues with that, however.  Someone more experienced in Trem servers will have to help you with that.