How to allow players to spawn on teammates

Oh ok. But its just for testing purposes because bots are not needed in actual mode

1 Like

Added also this. Because else it spam with loggers/error messages.

i have it added before already because the error came up. I set it to b=no though

1 Like

Ok it worked again now


This does not work for my map tho

It’s random and only if you didn’t select any respawn points. On your screen you select one of points. You can made hidden respawn points (without respawnChooser).

I want both the base respawn points at map edge as well as ones on top of players that you can choose from

Well… Oh. Got some ideas. You probably need use/extends apc_settings on soldiers entities.

1 Like

Let me try tomorrow, its 9pm now gotta sleep soon

if you bind chooser_respawn and the team number to base_soldier, maybe it will work,it worked with the technology


Code here, idk if it works or not

respawn_on_player{
  _use:t="rally_point_respawn_base"
  respawnBaseGroup:i=1
  team:i=1
  respawnbaseType:t="human"
}
usa_base_soldier{
  _override:b=yes
  _use:t="spawn_on_friends"
  "attach_decorators__entities:list<eid>"{ 
  }

  "attach_decorators__templates:array"{
    "attach_decorators__templates:object"{
      relativeTm:m=[[1, 0, 0] [0, 1, 0] [0, 0, 1] [0,0,0]]
      template:t="respawn_on_player"
      nodeName:t="Bip01 Head"
    }
}
}
1 Like

Try, I suggested adding the usual chooser respawn to usa_base _soldier, where the selected respawn should move along with the players; if players die, they will automatically go into the state of dead entities and, accordingly, the respawn should disappear. Well, this is a theory that worked with technology, I myself now I’m not on the computer and I can’t check it.

This code of mine already have respawn_chooser on it so it will give error if i add it. Also it already move with player as it is attached to Bip01 Head