Tremulous Forum

Community => Servers => Topic started by: maigel on May 13, 2007, 11:23:31 am

Title: run command when game starts? how?
Post by: maigel on May 13, 2007, 11:23:31 am
i got a command (cp game will start now plz dont feed xD) how can i run this command automaticly everytime a game starts?
Title: run command when game starts? how?
Post by: David on May 13, 2007, 02:10:16 pm
The map rotation system lets you run commands for specific maps (http://www.tremulous.net/manual/#x1-150003.4) but it would require you to add it for each map, and it might get run too early to work....
Title: run command when game starts? how?
Post by: Paradox on May 13, 2007, 07:13:29 pm
mapconfigs maby?

We use em, and it makes it easy to add maps. Also prevents votes from borking map settings.
Title: run command when game starts? how?
Post by: kevlarman on May 13, 2007, 08:06:50 pm
Quote from: "Paradox"
mapconfigs maby?

We use em, and it makes it easy to add maps. Also prevents votes from borking map settings.
that would be better than maprotation, but it's still too early. you could try something like 'wait 600;cp yourmessagehere' in default.cfg, but i don't think that will work (i'm too lazy to look up the code for proof why it won't work right now though)
Title: run command when game starts? how?
Post by: maigel on May 14, 2007, 04:28:05 pm
Quote from: "kevlarman"
Quote from: "Paradox"
mapconfigs maby?

We use em, and it makes it easy to add maps. Also prevents votes from borking map settings.
that would be better than maprotation, but it's still too early. you could try something like 'wait 600;cp yourmessagehere' in default.cfg, but i don't think that will work (i'm too lazy to look up the code for proof why it won't work right now though)

thx man this 1 realy works xD