Page 1 of 1
Gtkradiant : how to give at all players a plasmagun on join?
Posted: Tue Aug 27, 2013 12:53 pm
by 3xistence
Hi guys, i made a map but i don't know and i can't find in any guide how can i assign automaticaly the plasmagun and some ammo for it when somebody join my map.
I'm using gtkradiant for q3a, there's a way to do it?
I need just to let people start with a plasma gun and 200ammo of it
Re: Gtkradiant : how to give at all players a plasmagun on join?
Posted: Tue Aug 27, 2013 1:09 pm
by _DOOMer_
1. Make small room, isolated from main area in your map.
2. Place weapon_plasmagun into it.
3. Add target_give entity in your map.
4. Connect target_give and weapon_plasmagun.
5. Connect each info_player_deathmatch to target_give.
Re: Gtkradiant : how to give at all players a plasmagun on join?
Posted: Tue Aug 27, 2013 4:45 pm
by AEon
Interesting, never read up how that actually works. Neat.
Re: Gtkradiant : how to give at all players a plasmagun on join?
Posted: Tue Aug 27, 2013 4:55 pm
by _DOOMer_
@
AEon, I made a similar thing with railgin on
this my map a few years ago.
Re: Gtkradiant : how to give at all players a plasmagun on join?
Posted: Wed Aug 28, 2013 9:46 am
by 3xistence
thanks _DOOMer_ !
Re: Gtkradiant : how to give at all players a plasmagun on join?
Posted: Wed Aug 28, 2013 12:19 pm
by dONKEY
Actually, no.
No need for the hidden room.
Just use the PG, target_give and player spawn. Target ents as directed above.