From 524cf0857564edda36a3fce36cb653a97b7fa681 Mon Sep 17 00:00:00 2001 From: Exonical Date: Thu, 1 Mar 2018 08:34:22 -0500 Subject: [PATCH 01/10] Add 7 Days to Die --- 7DTD/7DaysToDie/egg-7-days-to-die.json | 54 ++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 7DTD/7DaysToDie/egg-7-days-to-die.json diff --git a/7DTD/7DaysToDie/egg-7-days-to-die.json b/7DTD/7DaysToDie/egg-7-days-to-die.json new file mode 100644 index 00000000..c8c7da0e --- /dev/null +++ b/7DTD/7DaysToDie/egg-7-days-to-die.json @@ -0,0 +1,54 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-03-01T08:34:00-05:00", + "name": "7 Days to Die", + "author": "brycea@rapidnetworks.org", + "description": "Set in a brutally unforgiving post-apocalyptic world overrun by the undead, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games.", + "image": "quay.io\/exonical\/7-days-to-die", + "startup": ".\/startserver.sh -configfile=serverconfig.xml -nographics -logfile 7DaysToDie_Data\/output_log.txt $@", + "config": { + "files": "{\r\n \"serverconfig.xml\": {\r\n \"parser\": \"xml\",\r\n \"find\": {\r\n \"ServerPort\": \"{{server.build.default.port}}\",\r\n \"ServerName\": \"{{server.build.env.HOSTNAME}}\"\r\n }\r\n }\r\n}", + "startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}", + "logs": "{\r\n \"custom\": false,\r\n \"location\": \"logs\/latest.log\"\r\n}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "apt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\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\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update 320850 +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so", + "container": "ubuntu:16.04", + "entrypoint": "bash" + } + }, + "variables": [ + { + "name": "Steam Username", + "description": "", + "env_variable": "steam_user", + "default_value": "anonymous", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:50" + }, + { + "name": "Steam Password", + "description": "", + "env_variable": "steam_pass", + "default_value": "", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:20" + }, + { + "name": "Hostname", + "description": "Name of the server that appears publicly.", + "env_variable": "HOSTNAME", + "default_value": "My Server", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:64" + } + ] +} \ No newline at end of file From 80db4392301e50d4201895cfc88e75afba8359c2 Mon Sep 17 00:00:00 2001 From: Exonical Date: Thu, 1 Mar 2018 08:36:08 -0500 Subject: [PATCH 02/10] Update --- 7DTD/7DaysToDie/egg-7-days-to-die.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/7DTD/7DaysToDie/egg-7-days-to-die.json b/7DTD/7DaysToDie/egg-7-days-to-die.json index c8c7da0e..cdf66f73 100644 --- a/7DTD/7DaysToDie/egg-7-days-to-die.json +++ b/7DTD/7DaysToDie/egg-7-days-to-die.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-03-01T08:34:00-05:00", + "exported_at": "2018-03-01T08:35:50-05:00", "name": "7 Days to Die", "author": "brycea@rapidnetworks.org", "description": "Set in a brutally unforgiving post-apocalyptic world overrun by the undead, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games.", @@ -12,12 +12,12 @@ "config": { "files": "{\r\n \"serverconfig.xml\": {\r\n \"parser\": \"xml\",\r\n \"find\": {\r\n \"ServerPort\": \"{{server.build.default.port}}\",\r\n \"ServerName\": \"{{server.build.env.HOSTNAME}}\"\r\n }\r\n }\r\n}", "startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}", - "logs": "{\r\n \"custom\": false,\r\n \"location\": \"logs\/latest.log\"\r\n}", + "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", "stop": "^C" }, "scripts": { "installation": { - "script": "apt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\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\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update 320850 +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so", + "script": "apt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\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\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login ${steam_user} ${steam_pass} +force_install_dir \/mnt\/server +app_update 320850 +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so", "container": "ubuntu:16.04", "entrypoint": "bash" } From 90dd064aaaf2d2871dda47726391ad8979383f80 Mon Sep 17 00:00:00 2001 From: Exonical Date: Thu, 1 Mar 2018 17:26:52 -0500 Subject: [PATCH 03/10] Update --- 7DTD/7DaysToDie/egg-7-days-to-die.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/7DTD/7DaysToDie/egg-7-days-to-die.json b/7DTD/7DaysToDie/egg-7-days-to-die.json index cdf66f73..05037330 100644 --- a/7DTD/7DaysToDie/egg-7-days-to-die.json +++ b/7DTD/7DaysToDie/egg-7-days-to-die.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-03-01T08:35:50-05:00", + "exported_at": "2018-03-01T17:26:17-05:00", "name": "7 Days to Die", "author": "brycea@rapidnetworks.org", "description": "Set in a brutally unforgiving post-apocalyptic world overrun by the undead, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games.", @@ -17,7 +17,7 @@ }, "scripts": { "installation": { - "script": "apt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\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\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login ${steam_user} ${steam_pass} +force_install_dir \/mnt\/server +app_update 320850 +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so", + "script": "apt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\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\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update 294420 +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so", "container": "ubuntu:16.04", "entrypoint": "bash" } From 0ae7134395a1bb1a5872a8b8c0777f5dda01e1e2 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sun, 8 Apr 2018 03:02:16 -0400 Subject: [PATCH 04/10] Add Hurtworld --- Hurtworld/hurtworld/egg-hurtworld.json | 63 ++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Hurtworld/hurtworld/egg-hurtworld.json diff --git a/Hurtworld/hurtworld/egg-hurtworld.json b/Hurtworld/hurtworld/egg-hurtworld.json new file mode 100644 index 00000000..9e1d5fb6 --- /dev/null +++ b/Hurtworld/hurtworld/egg-hurtworld.json @@ -0,0 +1,63 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-04-08T03:01:49-04:00", + "name": "Hurtworld", + "author": "brycea@rapidnetworks.org", + "description": "Hurtworld is a hardcore multiplayer survival FPS with a focus on deep survival progression that doesn't become trivial once you establish some basic needs. Built for hardcore gamers, Hurtworld aims to punish.", + "image": "quay.io\/exonical\/pterodactyl-hurtworld:hurtworld", + "startup": ".\/Hurtworld.x86_64 -batchmode -nographics -exec \"host {{SERVER_PORT}};queryport {{QUERY_PORT}};maxplayers {{MAX_PLAYERS}};servername {{HOSTNAME}}\" -logfile output.txt", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"Mono config path = '\/home\/container\/Hurtworld_Data\/Mono\/etc'\",\r\n \"userInteraction\": []\r\n}", + "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/bash\r\n# Hurtworld Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates\r\n\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\n\r\n# SteamCMD fails otherwise for some reason, even running as root.\r\n# This is changed at the end of the install process anyways.\r\nchown -R root:root \/mnt\r\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update ${SERVER_APPID} +quit\r\n\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so", + "container": "ubuntu:16.04", + "entrypoint": "bash" + } + }, + "variables": [ + { + "name": "Game ID", + "description": "The ID corresponding to the game to download and run using SRCDS.", + "env_variable": "SERVER_APPID", + "default_value": "405100", + "user_viewable": 1, + "user_editable": 0, + "rules": "required|regex:\/^(405100)$\/" + }, + { + "name": "Query Port", + "description": "Server Query Default Port", + "env_variable": "QUERY_PORT", + "default_value": "12881", + "user_viewable": 1, + "user_editable": 0, + "rules": "required|string" + }, + { + "name": "Max Players", + "description": "Max players allowed on the server at one time.", + "env_variable": "MAX_PLAYERS", + "default_value": "60", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:60" + }, + { + "name": "Server Name", + "description": "The name of your server in the public server list.", + "env_variable": "HOSTNAME", + "default_value": "A Hurtworld Server", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:50" + } + ] +} \ No newline at end of file From bad745d5ce45b284c4cc921b2522eefc3d2aa6e6 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sun, 8 Apr 2018 03:03:42 -0400 Subject: [PATCH 05/10] Remove Hurtworld --- Hurtworld/hurtworld/egg-hurtworld.json | 63 -------------------------- 1 file changed, 63 deletions(-) delete mode 100644 Hurtworld/hurtworld/egg-hurtworld.json diff --git a/Hurtworld/hurtworld/egg-hurtworld.json b/Hurtworld/hurtworld/egg-hurtworld.json deleted file mode 100644 index 9e1d5fb6..00000000 --- a/Hurtworld/hurtworld/egg-hurtworld.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", - "meta": { - "version": "PTDL_v1" - }, - "exported_at": "2018-04-08T03:01:49-04:00", - "name": "Hurtworld", - "author": "brycea@rapidnetworks.org", - "description": "Hurtworld is a hardcore multiplayer survival FPS with a focus on deep survival progression that doesn't become trivial once you establish some basic needs. Built for hardcore gamers, Hurtworld aims to punish.", - "image": "quay.io\/exonical\/pterodactyl-hurtworld:hurtworld", - "startup": ".\/Hurtworld.x86_64 -batchmode -nographics -exec \"host {{SERVER_PORT}};queryport {{QUERY_PORT}};maxplayers {{MAX_PLAYERS}};servername {{HOSTNAME}}\" -logfile output.txt", - "config": { - "files": "{}", - "startup": "{\r\n \"done\": \"Mono config path = '\/home\/container\/Hurtworld_Data\/Mono\/etc'\",\r\n \"userInteraction\": []\r\n}", - "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", - "stop": "^C" - }, - "scripts": { - "installation": { - "script": "#!\/bin\/bash\r\n# Hurtworld Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates\r\n\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\n\r\n# SteamCMD fails otherwise for some reason, even running as root.\r\n# This is changed at the end of the install process anyways.\r\nchown -R root:root \/mnt\r\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update ${SERVER_APPID} +quit\r\n\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so", - "container": "ubuntu:16.04", - "entrypoint": "bash" - } - }, - "variables": [ - { - "name": "Game ID", - "description": "The ID corresponding to the game to download and run using SRCDS.", - "env_variable": "SERVER_APPID", - "default_value": "405100", - "user_viewable": 1, - "user_editable": 0, - "rules": "required|regex:\/^(405100)$\/" - }, - { - "name": "Query Port", - "description": "Server Query Default Port", - "env_variable": "QUERY_PORT", - "default_value": "12881", - "user_viewable": 1, - "user_editable": 0, - "rules": "required|string" - }, - { - "name": "Max Players", - "description": "Max players allowed on the server at one time.", - "env_variable": "MAX_PLAYERS", - "default_value": "60", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:60" - }, - { - "name": "Server Name", - "description": "The name of your server in the public server list.", - "env_variable": "HOSTNAME", - "default_value": "A Hurtworld Server", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:50" - } - ] -} \ No newline at end of file From 8ad7356e070cdf7cc4fb7e539689bda3981b6c07 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sun, 8 Apr 2018 03:04:15 -0400 Subject: [PATCH 06/10] Add Hurtworld remove 7DTD --- 7DTD/7DaysToDie/egg-7-days-to-die.json | 54 ---------------------- Hurtworld/hurtworld/egg-hurtworld.json | 63 ++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 54 deletions(-) delete mode 100644 7DTD/7DaysToDie/egg-7-days-to-die.json create mode 100644 Hurtworld/hurtworld/egg-hurtworld.json diff --git a/7DTD/7DaysToDie/egg-7-days-to-die.json b/7DTD/7DaysToDie/egg-7-days-to-die.json deleted file mode 100644 index 05037330..00000000 --- a/7DTD/7DaysToDie/egg-7-days-to-die.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", - "meta": { - "version": "PTDL_v1" - }, - "exported_at": "2018-03-01T17:26:17-05:00", - "name": "7 Days to Die", - "author": "brycea@rapidnetworks.org", - "description": "Set in a brutally unforgiving post-apocalyptic world overrun by the undead, 7 Days to Die is an open-world game that is a unique combination of first person shooter, survival horror, tower defense, and role-playing games.", - "image": "quay.io\/exonical\/7-days-to-die", - "startup": ".\/startserver.sh -configfile=serverconfig.xml -nographics -logfile 7DaysToDie_Data\/output_log.txt $@", - "config": { - "files": "{\r\n \"serverconfig.xml\": {\r\n \"parser\": \"xml\",\r\n \"find\": {\r\n \"ServerPort\": \"{{server.build.default.port}}\",\r\n \"ServerName\": \"{{server.build.env.HOSTNAME}}\"\r\n }\r\n }\r\n}", - "startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}", - "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", - "stop": "^C" - }, - "scripts": { - "installation": { - "script": "apt update\r\napt -y --no-install-recommends install curl unzip libstdc++6 lib32gcc1 ca-certificates\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\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\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update 294420 +quit\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v \/mnt\/server\/steam\/linux32\/steamclient.so \/mnt\/server\/.steam\/sdk32\/steamclient.so", - "container": "ubuntu:16.04", - "entrypoint": "bash" - } - }, - "variables": [ - { - "name": "Steam Username", - "description": "", - "env_variable": "steam_user", - "default_value": "anonymous", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:50" - }, - { - "name": "Steam Password", - "description": "", - "env_variable": "steam_pass", - "default_value": "", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:20" - }, - { - "name": "Hostname", - "description": "Name of the server that appears publicly.", - "env_variable": "HOSTNAME", - "default_value": "My Server", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:64" - } - ] -} \ No newline at end of file diff --git a/Hurtworld/hurtworld/egg-hurtworld.json b/Hurtworld/hurtworld/egg-hurtworld.json new file mode 100644 index 00000000..9e1d5fb6 --- /dev/null +++ b/Hurtworld/hurtworld/egg-hurtworld.json @@ -0,0 +1,63 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-04-08T03:01:49-04:00", + "name": "Hurtworld", + "author": "brycea@rapidnetworks.org", + "description": "Hurtworld is a hardcore multiplayer survival FPS with a focus on deep survival progression that doesn't become trivial once you establish some basic needs. Built for hardcore gamers, Hurtworld aims to punish.", + "image": "quay.io\/exonical\/pterodactyl-hurtworld:hurtworld", + "startup": ".\/Hurtworld.x86_64 -batchmode -nographics -exec \"host {{SERVER_PORT}};queryport {{QUERY_PORT}};maxplayers {{MAX_PLAYERS}};servername {{HOSTNAME}}\" -logfile output.txt", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"Mono config path = '\/home\/container\/Hurtworld_Data\/Mono\/etc'\",\r\n \"userInteraction\": []\r\n}", + "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/bash\r\n# Hurtworld Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates\r\n\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\n\r\n# SteamCMD fails otherwise for some reason, even running as root.\r\n# This is changed at the end of the install process anyways.\r\nchown -R root:root \/mnt\r\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update ${SERVER_APPID} +quit\r\n\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so", + "container": "ubuntu:16.04", + "entrypoint": "bash" + } + }, + "variables": [ + { + "name": "Game ID", + "description": "The ID corresponding to the game to download and run using SRCDS.", + "env_variable": "SERVER_APPID", + "default_value": "405100", + "user_viewable": 1, + "user_editable": 0, + "rules": "required|regex:\/^(405100)$\/" + }, + { + "name": "Query Port", + "description": "Server Query Default Port", + "env_variable": "QUERY_PORT", + "default_value": "12881", + "user_viewable": 1, + "user_editable": 0, + "rules": "required|string" + }, + { + "name": "Max Players", + "description": "Max players allowed on the server at one time.", + "env_variable": "MAX_PLAYERS", + "default_value": "60", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:60" + }, + { + "name": "Server Name", + "description": "The name of your server in the public server list.", + "env_variable": "HOSTNAME", + "default_value": "A Hurtworld Server", + "user_viewable": 1, + "user_editable": 1, + "rules": "required|string|max:50" + } + ] +} \ No newline at end of file From 52236d24eacb82831ecd7449a80d4380a5d235f0 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sun, 8 Apr 2018 03:10:12 -0400 Subject: [PATCH 07/10] Update Start Detection --- Hurtworld/hurtworld/egg-hurtworld.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hurtworld/hurtworld/egg-hurtworld.json b/Hurtworld/hurtworld/egg-hurtworld.json index 9e1d5fb6..0899152f 100644 --- a/Hurtworld/hurtworld/egg-hurtworld.json +++ b/Hurtworld/hurtworld/egg-hurtworld.json @@ -3,7 +3,7 @@ "meta": { "version": "PTDL_v1" }, - "exported_at": "2018-04-08T03:01:49-04:00", + "exported_at": "2018-04-08T03:09:47-04:00", "name": "Hurtworld", "author": "brycea@rapidnetworks.org", "description": "Hurtworld is a hardcore multiplayer survival FPS with a focus on deep survival progression that doesn't become trivial once you establish some basic needs. Built for hardcore gamers, Hurtworld aims to punish.", @@ -11,7 +11,7 @@ "startup": ".\/Hurtworld.x86_64 -batchmode -nographics -exec \"host {{SERVER_PORT}};queryport {{QUERY_PORT}};maxplayers {{MAX_PLAYERS}};servername {{HOSTNAME}}\" -logfile output.txt", "config": { "files": "{}", - "startup": "{\r\n \"done\": \"Mono config path = '\/home\/container\/Hurtworld_Data\/Mono\/etc'\",\r\n \"userInteraction\": []\r\n}", + "startup": "{\r\n \"done\": \"Found path: \/home\/container\/Hurtworld.x86_64\",\r\n \"userInteraction\": []\r\n}", "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", "stop": "^C" }, From 5b53d828e0a34b03ac0bcbbac5c7a7663c34cecd Mon Sep 17 00:00:00 2001 From: Exonical Date: Mon, 14 May 2018 02:11:07 -0400 Subject: [PATCH 08/10] update container --- Hurtworld/hurtworld/egg-hurtworld.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hurtworld/hurtworld/egg-hurtworld.json b/Hurtworld/hurtworld/egg-hurtworld.json index 0899152f..1e83a89b 100644 --- a/Hurtworld/hurtworld/egg-hurtworld.json +++ b/Hurtworld/hurtworld/egg-hurtworld.json @@ -7,7 +7,7 @@ "name": "Hurtworld", "author": "brycea@rapidnetworks.org", "description": "Hurtworld is a hardcore multiplayer survival FPS with a focus on deep survival progression that doesn't become trivial once you establish some basic needs. Built for hardcore gamers, Hurtworld aims to punish.", - "image": "quay.io\/exonical\/pterodactyl-hurtworld:hurtworld", + "image": "quay.io\/exonical\/pterodactyl-containers:hurtworld", "startup": ".\/Hurtworld.x86_64 -batchmode -nographics -exec \"host {{SERVER_PORT}};queryport {{QUERY_PORT}};maxplayers {{MAX_PLAYERS}};servername {{HOSTNAME}}\" -logfile output.txt", "config": { "files": "{}", @@ -60,4 +60,4 @@ "rules": "required|string|max:50" } ] -} \ No newline at end of file +} From 41297f72e253b9ef4e2fb7fb04fee53190655663 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sat, 2 Jun 2018 17:08:12 -0400 Subject: [PATCH 09/10] Add Egg --- .../conanexiles/egg-conan-exiles.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Conan Exiles/conanexiles/egg-conan-exiles.json diff --git a/Conan Exiles/conanexiles/egg-conan-exiles.json b/Conan Exiles/conanexiles/egg-conan-exiles.json new file mode 100644 index 00000000..5c86b48c --- /dev/null +++ b/Conan Exiles/conanexiles/egg-conan-exiles.json @@ -0,0 +1,36 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v1" + }, + "exported_at": "2018-06-02T17:05:28-04:00", + "name": "Conan Exiles", + "author": "brycea@rapidnetworks.org", + "description": "Conan Exiles is an open-world survival game set in the brutal lands of Conan the Barbarian. Survive in a savage world, build your kingdom, and dominate your enemies in brutal combat and epic warfare.", + "image": "quay.io\/exonical\/pterodactyl-containers:conanexiles", + "startup": "wine ConanSandboxServer.exe -log", + "config": { + "files": "{}", + "startup": "{}", + "logs": "{}", + "stop": "^C" + }, + "scripts": { + "installation": { + "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\r\n# Get First-Time Setup Configuration Files\r\necho \"#!\/bin\/sh\r\nexport WINEARCH=win64\r\nexport WINEPREFIX=\/mnt\/server\/.wine64\r\nxvfb-run --auto-servernum --server-args='-screen 0 640x480x24:32'\r\nwine \/mnt\/server\/SpaceEngineersDedicated.exe -console\" > \/mnt\/server\/start_se.sh\r\nchmod +x \/mnt\/server\/start_se.sh", + "container": "ubuntu:18.04", + "entrypoint": "bash" + } + }, + "variables": [ + { + "name": "Game ID", + "description": "The ID corresponding to the game to download.", + "env_variable": "APPID", + "default_value": "443030", + "user_viewable": 1, + "user_editable": 0, + "rules": "required|numeric|digits_between:1,6" + } + ] +} \ No newline at end of file From 5c4a91a8b416ae2bb5242038cfedcfb105c993e5 Mon Sep 17 00:00:00 2001 From: Exonical Date: Sat, 2 Jun 2018 17:16:46 -0400 Subject: [PATCH 10/10] remove Hurtworld for 1st PR --- Hurtworld/hurtworld/egg-hurtworld.json | 63 -------------------------- 1 file changed, 63 deletions(-) delete mode 100644 Hurtworld/hurtworld/egg-hurtworld.json diff --git a/Hurtworld/hurtworld/egg-hurtworld.json b/Hurtworld/hurtworld/egg-hurtworld.json deleted file mode 100644 index 1e83a89b..00000000 --- a/Hurtworld/hurtworld/egg-hurtworld.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", - "meta": { - "version": "PTDL_v1" - }, - "exported_at": "2018-04-08T03:09:47-04:00", - "name": "Hurtworld", - "author": "brycea@rapidnetworks.org", - "description": "Hurtworld is a hardcore multiplayer survival FPS with a focus on deep survival progression that doesn't become trivial once you establish some basic needs. Built for hardcore gamers, Hurtworld aims to punish.", - "image": "quay.io\/exonical\/pterodactyl-containers:hurtworld", - "startup": ".\/Hurtworld.x86_64 -batchmode -nographics -exec \"host {{SERVER_PORT}};queryport {{QUERY_PORT}};maxplayers {{MAX_PLAYERS}};servername {{HOSTNAME}}\" -logfile output.txt", - "config": { - "files": "{}", - "startup": "{\r\n \"done\": \"Found path: \/home\/container\/Hurtworld.x86_64\",\r\n \"userInteraction\": []\r\n}", - "logs": "{\r\n \"custom\": true,\r\n \"location\": \"logs\/latest.log\"\r\n}", - "stop": "^C" - }, - "scripts": { - "installation": { - "script": "#!\/bin\/bash\r\n# Hurtworld Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc1 ca-certificates\r\n\r\ncd \/tmp\r\ncurl -sSL -o steamcmd.tar.gz http:\/\/media.steampowered.com\/installer\/steamcmd_linux.tar.gz\r\n\r\nmkdir -p \/mnt\/server\/steamcmd\r\ntar -xzvf steamcmd.tar.gz -C \/mnt\/server\/steamcmd\r\ncd \/mnt\/server\/steamcmd\r\n\r\n# SteamCMD fails otherwise for some reason, even running as root.\r\n# This is changed at the end of the install process anyways.\r\nchown -R root:root \/mnt\r\n\r\nexport HOME=\/mnt\/server\r\n.\/steamcmd.sh +login anonymous +force_install_dir \/mnt\/server +app_update ${SERVER_APPID} +quit\r\n\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so", - "container": "ubuntu:16.04", - "entrypoint": "bash" - } - }, - "variables": [ - { - "name": "Game ID", - "description": "The ID corresponding to the game to download and run using SRCDS.", - "env_variable": "SERVER_APPID", - "default_value": "405100", - "user_viewable": 1, - "user_editable": 0, - "rules": "required|regex:\/^(405100)$\/" - }, - { - "name": "Query Port", - "description": "Server Query Default Port", - "env_variable": "QUERY_PORT", - "default_value": "12881", - "user_viewable": 1, - "user_editable": 0, - "rules": "required|string" - }, - { - "name": "Max Players", - "description": "Max players allowed on the server at one time.", - "env_variable": "MAX_PLAYERS", - "default_value": "60", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:60" - }, - { - "name": "Server Name", - "description": "The name of your server in the public server list.", - "env_variable": "HOSTNAME", - "default_value": "A Hurtworld Server", - "user_viewable": 1, - "user_editable": 1, - "rules": "required|string|max:50" - } - ] -}