-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Version 1.0 will add a few new options (see https://store.steampowered.com/news/app/1621690/view/4247544173385794673) which should be available as new launch parameters. These parameters should be set via the environment variables.
Unfortunately, the README of the dedicated server was not updated yet. I took a short view into the source using dnSpy. (File Pug.Base.dll)
[Flags]
public enum WorldMode
{
Undefined = -1,
Normal = 0,
Hard = 1,
Creative = 2,
Casual = 4,
Classic = 5
}public enum WorldGenerationSettingType
{
Chaos,
OreDensity,
Tunnels,
Chambers,
Rivers,
Lakes,
Pits,
CeilingHoles
}public enum WorldGenerationSettingLevel
{
Off,
Low,
Normal,
High,
Extreme
}I will try to figure out how the parameters are supplied to the dedicated server and add this to a pull request.
May we have luck, and the README will be updated tomorrow with the full 1.0 release. Otherwise, I will dig around.
arguser
Metadata
Metadata
Assignees
Labels
No labels