2020-07-03 02:24:51 +08:00
{
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
"meta" : {
"version" : "PTDL_v1"
} ,
2020-10-27 11:11:00 +08:00
"exported_at" : "2020-10-27T03:09:48+00:00" ,
2020-07-03 02:24:51 +08:00
"name" : "Stormworks: Build and Rescue" ,
"author" : "iamkubi@gmail.com" ,
"description" : "Join a world where you design, create and pilot your own air sea rescue service. Release your inner hero as you battle fierce storms out at sea to rescue those in need." ,
2020-10-27 11:11:00 +08:00
"image" : "quay.io\/parkervcp\/pterodactyl-images:debian_wine-5" ,
"startup" : "xvfb-run wine server.exe +server_dir \/home\/container" ,
2020-07-03 02:24:51 +08:00
"config" : {
"files" : "{}" ,
"startup" : "{\r\n \"done\": \"Server: ready to spawn for peer\"\r\n}" ,
"logs" : "{}" ,
"stop" : "^C"
} ,
"scripts" : {
"installation" : {
2020-10-27 11:11:00 +08:00
"script" : "#!\/bin\/bash\r\n# Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates xvfb screen\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\nmkdir -p \/mnt\/server\/steam\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steam\r\ncd \/mnt\/server\/steam\r\nchown -R root:root \/mnt\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +@sSteamCmdForcePlatformType windows +force_install_dir \/mnt\/server +app_update ${APPID} validate +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so" ,
2020-07-03 02:24:51 +08:00
"container" : "debian:buster-slim" ,
"entrypoint" : "bash"
}
} ,
"variables" : [
{
"name" : "App ID" ,
"description" : "Steam App ID" ,
"env_variable" : "APPID" ,
"default_value" : "1247090" ,
2020-10-27 11:11:00 +08:00
"user_viewable" : false ,
"user_editable" : false ,
2020-07-03 02:24:51 +08:00
"rules" : "required|string|max:20"
}
]
}