Author Topic: Gamemode support.  (Read 1229 times)

James

  • 68 Carbine
  • Posts: 336
Gamemode support.
« on: October 26, 2007, 02:48:32 PM »
Where's the documentation for this? Given I haven't looked around for it because I don't have the time while I'm at work. Did a few searches on the forums and didn't find anything.

sk89q

  • Global Moderator
  • Autococker
  • Posts: 1049
Re: Gamemode support.
« Reply #1 on: October 26, 2007, 03:00:50 PM »
Click ? in BSP on woldspawn.

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470

James

  • 68 Carbine
  • Posts: 336
Re: Gamemode support.
« Reply #3 on: October 26, 2007, 03:58:50 PM »
Let me be more specific, where do I find out what keys I have to give my flags and walls so they only appear in certain gamemodes? Would it be the 2 base flags be gamemode 4, then centerflag would have gamemode2? and of course the worldspawn would then have gamemode 0.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Gamemode support.
« Reply #4 on: October 26, 2007, 06:55:36 PM »
That sounds correct.

QueeNiE

  • 68 Carbine
  • Posts: 435
Re: Gamemode support.
« Reply #5 on: October 27, 2007, 09:21:57 AM »
Almost, but the worldspawn would be gamemode 6.

This is because the worldspawn has the gamemode value of whatever your other gamemodes are in your map, added together.

Example: Gamemode 4 is CTF.  Gamemode 2 is Single FLag.

4 + 2 = 6.