2397051f3b
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
23 lines
772 B
JSON
23 lines
772 B
JSON
[
|
|
{
|
|
"ConfigFile": "Risk of Rain 2_Data/Config/server.cfg",
|
|
"ConfigType": "kvp",
|
|
"ConfigFormat": "{0} \"{1}\";",
|
|
"Subsections": [
|
|
{
|
|
"Heading": "$root",
|
|
"SettingMappings": {
|
|
"sv_maxplayers": "$MaxUsers",
|
|
"steam_server_heartbeat_enabled": "steam_server_heartbeat_enabled",
|
|
"sv_hostname": "sv_hostname",
|
|
"sv_port": "$ApplicationPort1",
|
|
"steam_server_query_port": "$ApplicationPort2",
|
|
"steam_server_steam_port": "$ApplicationPort3",
|
|
"sv_password": "sv_password",
|
|
"gamemode": "gamemode"
|
|
}
|
|
}
|
|
|
|
]
|
|
}
|
|
] |