2023-07-01 18:35:32 +02:00
{
2024-06-01 02:21:13 +02:00
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL" ,
2023-07-01 18:35:32 +02:00
"meta" : {
"version" : "PTDL_v2" ,
"update_url" : null
} ,
2024-09-10 18:29:32 +02:00
"exported_at" : "2024-09-10T16:25:49+00:00" ,
2023-07-01 18:35:32 +02:00
"name" : "Spacestation 14" ,
"author" : "josdekurk@gmail.com" ,
2024-06-01 02:21:13 +02:00
"uuid" : "ef79fd90-64e9-4387-b862-af0042ed2d28" ,
2023-07-01 18:35:32 +02:00
"description" : "Space Station 14 tells the story of an ordinary shift on a space station gone wrong. Immerse yourself into your role, tinker with detailed systems, and survive the chaos in this round-based multiplayer role playing game." ,
2024-08-14 20:07:30 +02:00
"features" : [ ] ,
2023-07-01 18:35:32 +02:00
"docker_images" : {
2024-01-03 09:43:34 +01:00
"Dotnet 8" : "ghcr.io\/parkervcp\/yolks:dotnet_8"
2023-07-01 18:35:32 +02:00
} ,
"file_denylist" : [ ] ,
"startup" : ".\/Robust.Server" ,
"config" : {
2024-08-14 20:07:30 +02:00
"files" : "{\r\n \"server_config.toml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"port\": \"port = {{server.allocations.default.port}}\",\r\n \"hostname\": \"hostname = \\\"{{server.environment.SERVER_NAME}}\\\"\",\r\n \"tickrate\": \"tickrate = {{server.environment.SERVER_TICK}}\",\r\n \"max_connections\": \"max_connections = {{server.environment.SERVER_MAX_PLAYERS}}\"\r\n }\r\n }\r\n}" ,
2023-07-01 18:35:32 +02:00
"startup" : "{\r\n \"done\": \"Server Version\"\r\n}" ,
"logs" : "{}" ,
2024-01-03 09:43:34 +01:00
"stop" : "^C"
2023-07-01 18:35:32 +02:00
} ,
"scripts" : {
"installation" : {
2024-09-10 18:29:32 +02:00
"script" : "#!\/bin\/bash\r\n\r\nARCH=$([[ \"$(uname -m)\" == \"x86_64\" ]] && echo \"x64\" || echo \"arm64\")\r\nV=$(curl -sSL https:\/\/wizards.cdn.spacestation14.com\/fork\/wizards | grep \".Server_linux\" | grep -i ${ARCH} | head -1 | awk '{print $2}' | sed 's\/^href=\"\/\/;s\/\">Linux\/\/')\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\necho \"Running: curl -sSL -o server_linux.zip https:\/\/wizards.cdn.spacestation14.com${V}\"\r\ncurl -sSL -o server_linux.zip \"https:\/\/wizards.cdn.spacestation14.com${V}\"\r\nunzip -o server_linux.zip\r\nrm server_linux.zip\r\n\r\nchmod +x Robust.Server\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"" ,
2024-01-03 09:43:34 +01:00
"container" : "ghcr.io\/parkervcp\/installers:debian" ,
2023-07-01 18:35:32 +02:00
"entrypoint" : "bash"
}
} ,
"variables" : [
{
2024-08-14 20:07:30 +02:00
"sort" : 1 ,
2023-07-01 18:35:32 +02:00
"name" : "Server name" ,
"description" : "The server hostname" ,
"env_variable" : "SERVER_NAME" ,
"default_value" : "MyServer" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "required|string|max:48" ,
"field_type" : "text"
} ,
{
2024-08-14 20:07:30 +02:00
"sort" : 2 ,
2023-07-01 18:35:32 +02:00
"name" : "Server tickrate" ,
"description" : "The tickrate of the server. Default is 60" ,
"env_variable" : "SERVER_TICK" ,
"default_value" : "60" ,
"user_viewable" : true ,
"user_editable" : true ,
"rules" : "required|numeric|between:1,80" ,
"field_type" : "text"
} ,
{
2024-08-14 20:07:30 +02:00
"sort" : 3 ,
2023-07-01 18:35:32 +02:00
"name" : "Max players" ,
"description" : "" ,
"env_variable" : "SERVER_MAX_PLAYERS" ,
"default_value" : "256" ,
"user_viewable" : true ,
"user_editable" : false ,
"rules" : "required|numeric|between:1,256" ,
"field_type" : "text"
}
]
2024-06-01 02:21:13 +02:00
}