Author Topic: run command when game starts? how?  (Read 3302 times)

maigel

  • Posts: 18
  • Turrets: +0/-0
run command when game starts? how?
« 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?

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
run command when game starts? how?
« Reply #1 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....
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Paradox

  • Posts: 2612
  • Turrets: +253/-250
    • Paradox Designs
run command when game starts? how?
« Reply #2 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.

∧OMG ENTROPY∧

kevlarman

  • Posts: 2737
  • Turrets: +291/-295
run command when game starts? how?
« Reply #3 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)
Quote from: Asvarox link=topic=8622.msg169333#msg169333
Ok let's plan it out. Asva, you are nub, go sit on rets, I will build, you two go feed like hell, you go pwn their asses, and everyone else camp in the hallway, roger?
the dretch bites.
-----
|..d| #
|.@.-##
-----

maigel

  • Posts: 18
  • Turrets: +0/-0
run command when game starts? how?
« Reply #4 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