Digital Paint Discussion Board
Development => Mapping => Topic started by: S8NSSON on April 07, 2004, 03: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)
-
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.
-
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).