Author Topic: BSP Flags  (Read 2239 times)

RaodDogg

  • PGP
  • Posts: 4
BSP Flags
« on: April 02, 2004, 10:11:44 PM »
how do u add a flag in bsp? i go to make entity then flag but when i test map it doesnt show?

how do i make 2 flags for the map?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: BSP Flags
« Reply #1 on: April 03, 2004, 06:42:28 AM »
In the worldspawn, put:
"gamemode" "4" -- that tells the game it's a CTF map.
"maxteams" "2" -- if you just want 2 teams.  
"team1" "red" -- anything with "teamnumber" "1" will be red
"team2" "blue" -- anything with "teamnumber" "2" will be blue

Now, create a "flag" entity, and put:
"gamemode" "4" -- that tells it to show up in CTF mode
"teamnumber" "1" -- that makes it a red flag.

Then make another one with "teamnumber" "2" for a blue flag.  Do the same thing with the "base" entities (you have to apply those to brushes).

IronFist

  • Autococker
  • Posts: 1304
_
« Reply #2 on: April 03, 2004, 07:07:49 AM »
Post removed
« Last Edit: July 25, 2010, 10:08:05 PM by IronFist »

Anrkist

  • VM-68
  • Posts: 103
Re: BSP Flags
« Reply #3 on: April 03, 2004, 07:13:40 AM »
rAod ?? what the

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: BSP Flags
« Reply #4 on: April 03, 2004, 02:33:36 PM »
Iron: on the docs page.

ART-MEN

  • Stingray
  • Posts: 50
Re: BSP Flags
« Reply #5 on: May 17, 2007, 03:43:52 PM »
what is "gamemode" "5"or "6","7"...

Spook

  • Autococker
  • Posts: 2542
Re: BSP Flags
« Reply #6 on: May 17, 2007, 03:51:42 PM »
reviving threads from way back before i started, you must have done some digging..

Cobo

  • Autococker
  • Posts: 1362
Re: BSP Flags
« Reply #7 on: May 17, 2007, 05:46:58 PM »
reviving threads from way back before i started, you must have done some digging..
He probably just used search.