Page 1 of 1
Altering respawn points (medcenter)
Posted: Thu Aug 03, 2017 8:00 am
by Engimage
It would be good to add some entity which would change map respawn point to its coordinates when placed in the world. For reality purposes it can be names like Medical center or whatever which could also heal alive players in the vicinity.
Alternatively you could place multiple entities in the world giving them names so when you need to respawn and there are such entities in the world the game would show a dialog to you asking to pick up respawn location listing all such entity names (also showed on the map) as well as default map respawn point.
This reminds me of Teleportation mod but only for respawn purpose.
Re: Altering respawn points (medcenter)
Posted: Sun Aug 06, 2017 1:14 am
by Volvith
I don't think that's a bad idea, actually
An addition would be for individual players to create their own respawn-terminal. (edit: for multiplayer support, specifically pvp. :3)
However, i'm not sure whether i like the "pick where you want to go" concept, as i can see players stripping themselves naked and walking in front of a train to skip 10k units of driving. :/
Still, even if it's just a selection tool which lets you set your own spawn-point, it'd be a neat addition to the game.
Re: Altering respawn points (medcenter)
Posted: Sun Aug 06, 2017 11:08 am
by impetus maximus
there is an entity in the game called 'player port' which was added to the game but is not being used currently.
you can enable it in
creative mode mod.
there is probably a way to spawn one with the console but i don't know it. perhaps someone can help?
- player.port.png (175.08 KiB) Viewed 5915 times
you place it on the map, and upon death you respawn on it.
so the devs are at least toying with the idea.
Re: Altering respawn points (medcenter)
Posted: Sun Dec 24, 2017 6:08 pm
by FactorioParadox
I respawned in the middle of my Accumulator field and had to remove many to get out, therefore I agree with your suggestion.
Re: Altering respawn points (medcenter)
Posted: Sun Dec 24, 2017 9:56 pm
by quyxkh
Code: Select all
/c game.player.force.recipes['player-port'].enabled = true
and/or for one-off use
Code: Select all
/c game.player.insert{name='player-port'}