AMPTemplates/risk-of-rain-2metaconfig.json
IceOfWraith 13a1dcd0fa Add Risk of Rain 2
This commit enables the use of Risk of Rain 2 servers on Windows only. There is no officially supported way to run on Linux. I'm attempting to solve this through Proton eventually, but it isn't currently an option.
2021-12-22 18:09:48 -06:00

24 lines
651 B
JSON

[
{
"ConfigFile": "Risk of Rain 2_Data/Config/server.cfg",
"ConfigType": "kvp",
"ConfigFormat": "{0} \"{1}\";",
"Subsections": [
{
"Heading": "$root",
"SettingMappings": {
"sv_maxplayers": "sv_maxplayers",
"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",
}
}
]
}
]