Update Risk of Rain 2 (#133)

This updates the following:

1. Runs on WINE
2. Docker capable!
3. Game mode option
4. Updates player join/leave regex using sessionid
5. New ports method
This commit is contained in:
IceOfWraith
2022-05-29 10:07:44 -05:00
committed by GitHub
parent 5fdaabfbbb
commit 2397051f3b
3 changed files with 96 additions and 43 deletions

View File

@@ -53,5 +53,22 @@
"True": "1",
"False": "0"
}
},
{
"DisplayName": "Game Mode",
"Category": "Server Settings",
"Description": "Select a game mode for the server",
"Keywords": "game mode",
"FieldName": "gamemode",
"InputType": "enum",
"IsFlagArgument": false,
"ParamFieldName": "gamemode",
"IncludeInCommandLine": false,
"DefaultValue": "ClassicRun",
"EnumValues": {
"EclipseRun": "Eclipse",
"ClassicRun": "Normal",
"InfiniteTowerRun": "Simulacrum"
}
}
]