Jump to content

Wilderness mode + Florid Postern?


Recommended Posts

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).

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.

×
  • Create New...