Gtkradiant : how to give at all players a plasmagun on join?

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
3xistence
Posts: 90
Joined: Sun May 13, 2012 3:02 pm

Gtkradiant : how to give at all players a plasmagun on join?

Post 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
_DOOMer_
Posts: 33
Joined: Thu Aug 02, 2012 9:29 am

Re: Gtkradiant : how to give at all players a plasmagun on join?

Post 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.
[url=http://doomer.org/maps/q3/][color=#40BF40]My Quake 3 maps[/color] [[color=#FF0040]Russian lang[/color]][/url]
AEon
Posts: 1816
Joined: Sun Apr 20, 2003 7:00 am

Re: Gtkradiant : how to give at all players a plasmagun on join?

Post by AEon »

Interesting, never read up how that actually works. Neat.
_DOOMer_
Posts: 33
Joined: Thu Aug 02, 2012 9:29 am

Re: Gtkradiant : how to give at all players a plasmagun on join?

Post by _DOOMer_ »

@AEon, I made a similar thing with railgin on this my map a few years ago.
[url=http://doomer.org/maps/q3/][color=#40BF40]My Quake 3 maps[/color] [[color=#FF0040]Russian lang[/color]][/url]
3xistence
Posts: 90
Joined: Sun May 13, 2012 3:02 pm

Re: Gtkradiant : how to give at all players a plasmagun on join?

Post by 3xistence »

thanks _DOOMer_ !
dONKEY
Posts: 566
Joined: Mon Oct 15, 2001 7:00 am

Re: Gtkradiant : how to give at all players a plasmagun on join?

Post by dONKEY »

Actually, no.
No need for the hidden room.
Just use the PG, target_give and player spawn. Target ents as directed above.
Post Reply