Info_team_start and players

SkyforgerSkyforger Join Date: 2007-03-25 Member: 60494Members
so i got a perfect idea but i need to put a info_team_start and i need that the the 1st player is joined the team ( marines ) he will bi placed exatly where i whant.


I would be something like this : 10 players in redy room 1st player joines the marines and he is placed in one room where is a swich that opens the room where is all other marines. and i whant that olvays somebody or first player joined the marines will be in that place if not other players will not be able to get out <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />


i hope you understand
<b>are that can be done <img src="style_emoticons/<#EMO_DIR#>/confused-fix.gif" style="vertical-align:middle" emoid="???" border="0" alt="confused-fix.gif" /><img src="style_emoticons/<#EMO_DIR#>/confused-fix.gif" style="vertical-align:middle" emoid="???" border="0" alt="confused-fix.gif" />?</b>

Comments

  • SkyforgerSkyforger Join Date: 2007-03-25 Member: 60494Members
  • BigDBigD [OldF] Join Date: 2002-10-25 Member: 1596Members
    While you can't directly control where a player spawns with info_team_start's, (it's entirely random as far as I can tell) you could sort of get around it (I imagine) using teleports. You'd probably want trigger_presence's in the little room that would lock the teleport somehow to prevent extra people from entering, yet reallow a person when the guy inside does leave for some reason. It'd be some trixy entity work though.
  • amckernamckern Join Date: 2003-03-03 Member: 14249Members, Constellation
    Keeping on topic, can you 'enable' or 'disable' the sate of the span?

    In my case i have a map where the objective is for the marines to reach a safe zone, while the aliens are trying to kill them and the cc.

    Once the marines reach a certain place (ie weld point) the spawn zone moves to the new area, effectivly stoping the players from spaning at the old spawn zone.

    <b>This is in a CO_ map in case your going WTH!?</b>
  • BigDBigD [OldF] Join Date: 2002-10-25 Member: 1596Members
    Assault map I'd presume? Always loved those in other games.

    However, pretty sure you can't do such a thing. Certainly not without some clever hax0ring with metamod at the very least.

    You <i>could</i> disable spawn points by firing a a "killtarget" somewhere, but I *think* you have to reload the map to get the entity back then, as I think it works by removing the entity from the game and isn't reloaded on map restart... emphasis on the "I think" part. Again though, you'd have to re-think what you're trying to do since marines would still spawn anywhere and everywhere. (Aliens destroying "func_breakable"'s until they get to the cc? Beware the friendly fire though... maybe an alien <i>presence</i> in an area could cause teleportation to a room to malfunction...)
  • StixNStonzStixNStonz Join Date: 2006-11-06 Member: 58439Members, Reinforced - Shadow
    couldnt you just have a one-time teleporter in MS? Have the spawns above it. People spawn, and they'd all fall into the teleporter, but have the spawns 'layered', so none are the same height. The lowest spawn hits the teleport first, teleports, and the teleport stops working, leaving everyone else in the room.
  • commofdoomcommofdoom Join Date: 2006-11-02 Member: 58205Members
    edited June 2007
    info_start spawns players on the floor unless the same spawn point is used twice in which the next marine is placed above the previous one. However, placing an info start above a trigger may have the effect you're looking for. depending on when player starts get dropped.
  • MuzzzyMuzzzy Join Date: 2005-07-20 Member: 56360Members
    I haven't looked if it works/is possible, but create all the spawns in the locked room. Place a teleport trigger under the the spawns and have it turn off after one person touches it and teleports. Have the receiving teleport outside the room/wherever. I have no idea if its possible but its worth a shot.
Sign In or Register to comment.