Author Topic: Spawns and Flags  (Read 1075 times)

WaVe

  • PGP
  • Posts: 37
Spawns and Flags
« on: August 13, 2009, 06:28:08 AM »
Hey guys, i need your help with mapping.
I have some questions:

1. How to do a spawn for Blue and Red team (i can do just for all one spawn  ???)
2. How to put a flags for blue and red on map.
3. How many flags i can put on map and how change a poits per flag?

PS i know it was on BSP tourtorial but i am not good in english and can't understand it   :-\



idias

  • Autococker
  • Posts: 605
Re: Spawns and Flags
« Reply #1 on: August 13, 2009, 07:02:25 AM »
Did you check your entities?

_burnt

  • Autococker
  • Posts: 698
Re: Spawns and Flags
« Reply #2 on: August 13, 2009, 07:09:32 AM »
1. create info_player_deathmatch and give it key "teamnumber" and value "team1" or "team2" depending on which teams spawns you're working on. Notice that you must specify the teams in the worldspawn
2. create flag entity and give key "teamnumber" and value "team1" or "team2" like with the spawns.
3. as much as you want (but still use some thinking!). Add these values to flag entity to change the points: key "count" and value defines the points, "1" gives 5 points, "0.2" gives 1 point.

I think i got them right, hope that helps

idias

  • Autococker
  • Posts: 605
Re: Spawns and Flags
« Reply #3 on: August 13, 2009, 07:25:34 AM »
I thought I saw this somewhere and I was looking for it before but only found it now...
Although jeejee already told you, in case you need any more help with anything else this should get it

http://digitalpaint.planetquake.gamespy.com/v2/docs/ents.html