Coleoud Posted November 9, 2016 Share Posted November 9, 2016 My friends and I really want to play the game spawning at the florid postern but choosing a new character if we die. Is there any way to play the game like this already, or is there a possibility of this feature being added? Link to comment https://forums.kleientertainment.com/forums/topic/71572-wilderness-mode-florid-postern/ Share on other sites More sharing options...
blubuild Posted November 10, 2016 Share Posted November 10, 2016 It's possible to write a quick mod to do this. For now, you (or whoever is the host) can use console commands to facilitate this. http://dontstarve.wikia.com/wiki/Console/Don't_Starve_Together_Commands The server command c_despawn(AllPlayers[number]) will return the player with id number to the character selection screen.c_despawn(UserToPlayer("Coleoud")) will return the player with name Coleoud to the character selection screen. Warning: despawning the player will delete all of his current inventory. You could use AllPlayers[number].components.inventory:DropEverything() first to save the inventory, if you wanted (you can use UserToPlayer instead of AllPlayers here as well, again). Link to comment https://forums.kleientertainment.com/forums/topic/71572-wilderness-mode-florid-postern/#findComment-835862 Share on other sites More sharing options...
Coleoud Posted November 21, 2016 Author Share Posted November 21, 2016 Thanks for the reply blubuild, will definitely do this. But Klei pls... I need this in my life. Link to comment https://forums.kleientertainment.com/forums/topic/71572-wilderness-mode-florid-postern/#findComment-839966 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.