Author Topic: Lil mapping question  (Read 1895 times)

S8NSSON

  • Autococker
  • Posts: 709
Lil mapping question
« on: April 07, 2004, 01:22:49 PM »
If I have a center flag and two team flag I do believe I can set both center flag and two team game modes in worldspawn.

What team# do I set the center flag to?
How will the map know which mode it will play? Server side setting?

How do I make the centerflag & center platform disapear when in two team mode, and vise versa for center flag mode?

I am implimenting the DMS feature in a map, can I use the DMS feature to make markers, ammo, hoppers, etc... disapear/apear according to player count? If so how?

Thanx,
Keith (S8NSSON)

FourthX

  • Developer
  • 68 Carbine
  • Posts: 260
Re: Lil mapping question
« Reply #1 on: April 07, 2004, 03:28:50 PM »
in worldspawn...
gamemode 4 sets 2 flag
gamemode 2 sets 1 flag
gamemode 6 sets both of them together (like encounter)

White flag has no team.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Lil mapping question
« Reply #2 on: April 07, 2004, 05:56:38 PM »
I'm going to set up the new version so it cycles the map modes or uses the default one or uses the one with the most votes.  This info will be in external map info files, so no need to worry about worldspawn entries for that.  At the moment the mode the map uses depends on the ctfmode -- ctfmode 0 = dm, 1 = single flag, 2 = ctf, 3 = siege (I think).