From 4ab866ac05cb0365d6827c593634c4f40f32abfb Mon Sep 17 00:00:00 2001 From: BolverBlitz Date: Fri, 9 Dec 2022 15:14:34 +0100 Subject: [PATCH 1/8] Added IcarusEgg --- game_eggs/steamcmd_servers/icarus/README.md | 69 +++++++++++++++++ .../icarus/egg-icarus--dedicated.json | 75 +++++++++++++++++++ 2 files changed, 144 insertions(+) create mode 100644 game_eggs/steamcmd_servers/icarus/README.md create mode 100644 game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json diff --git a/game_eggs/steamcmd_servers/icarus/README.md b/game_eggs/steamcmd_servers/icarus/README.md new file mode 100644 index 00000000..ecc16682 --- /dev/null +++ b/game_eggs/steamcmd_servers/icarus/README.md @@ -0,0 +1,69 @@ +# Icarus + +***NOTE: Server version currently marked as Beta by the developers.*** +___ + +### Authors / Contributors + + + + + + + +
+ +
Red-Thirten +
+
+ 💻 + 🔨 +
+ + + +___ + +### Game Description + +Icarus is a session-based survival game for up to 8 co-op players or solo players, where most gameplay occurs during timed missions. Players accept contracts for missions on a space station orbiting the planet, and drop down to its terrain to attempt the objectives. Once a mission timer is complete, the drop-pod returns to the station. If the player fails to return in time, their workshop items are left on the surface and their progress is lost. +There is also support for an OpenWorld where without resets. + +___ + +### Egg Capabilities + +- Currently runs the Windows build of the server via Wine64. +- Auto-Updates on restart. + +___ + +### Server Ports + +- Default server ports are listed below, but all three ports can be changed freely. +- Clients connect via the server list in game. + +| Port | Default | Protocol | +|---------|---------|---------| +| Game | 17777 | UDP | +| Query | 27015 | UDP | + +___ + +### Installation/System Requirements + +| | Recommended | +|---------|---------| +| Processor | Recent x86/64 (AMD/Intel) processor. No 32 bit or ARM support. | Unsubstantiated reports say that RCON uses significantly more CPU when enabled, but I have not been able to replicate myself. | +| RAM | 8-16 GB | +| Storage | 14 GB (or more, depending on save size or frequency) | + +___ + +#### Save File and Custom Settings Location + +You can define a custom dir for settings by adding `-UserDir=` to the startparameter. [More Info](https://github.com/RocketWerkz/IcarusDedicatedServer/wiki/Server-Config-&-Launch-Parameters#-userdir) + +#### Server Game Settings + +[Server-Config & Launch-Parameters](https://github.com/RocketWerkz/IcarusDedicatedServer/wiki/Server-Config-&-Launch-Parameters) \ No newline at end of file diff --git a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json new file mode 100644 index 00000000..4ebe28c9 --- /dev/null +++ b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json @@ -0,0 +1,75 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v2", + "update_url": null + }, + "exported_at": "2022-12-09T14:55:27+01:00", + "name": "Icarus-Dedicated", + "author": "bolverblitz@ebg.pw", + "description": "Icarus is a survival game that with dedicated servers as a public beta", + "features": [ + "steam_disk_space" + ], + "docker_images": { + "Staging": "ghcr.io\/parkervcp\/yolks:wine_staging", + "Latest": "ghcr.io\/parkervcp\/yolks:wine_latest" + }, + "file_denylist": [], + "startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"(Engine Initialization) Total time:\"\r\n}", + "logs": "{}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Required for Wine to install vc_redist\r\nENV WINEPREFIX=\/home\/steam\/vcredist\r\nENV WINEARCH=win32\r\nENV WINEPATH=\/\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\npt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\nEOF", + "container": "ghcr.io\/pterodactyl\/installers:debian", + "entrypoint": "\/bin\/bash" + } + }, + "variables": [ + { + "name": "[REQUIRED] Server Query Port", + "description": "UDP port for Steam server list features.", + "env_variable": "QUERY_PORT", + "default_value": "27015", + "user_viewable": true, + "user_editable": true, + "rules": "required|integer|between:1024,65536", + "field_type": "text" + }, + { + "name": "Server Name", + "description": "", + "env_variable": "SERVER_NAME", + "default_value": "IcarusEGG", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|max:32", + "field_type": "text" + }, + { + "name": "Windows Install Flag", + "description": "Required for windows game server installs", + "env_variable": "WINDOWS_INSTALL", + "default_value": "1", + "user_viewable": false, + "user_editable": false, + "rules": "required|boolean", + "field_type": "text" + }, + { + "name": "WINETRICKS_RUN", + "description": "Run installs on software that is required by the server", + "env_variable": "WINETRICKS_RUN", + "default_value": "vcrun2019", + "user_viewable": false, + "user_editable": false, + "rules": "required|string", + "field_type": "text" + } + ] +} \ No newline at end of file From d875faa0a5e0a97c6552a19fc1d7142d879e4cae Mon Sep 17 00:00:00 2001 From: BolverBlitz Date: Fri, 9 Dec 2022 15:15:56 +0100 Subject: [PATCH 2/8] Revert "Added IcarusEgg" This reverts commit 4ab866ac05cb0365d6827c593634c4f40f32abfb. --- game_eggs/steamcmd_servers/icarus/README.md | 69 ----------------- .../icarus/egg-icarus--dedicated.json | 75 ------------------- 2 files changed, 144 deletions(-) delete mode 100644 game_eggs/steamcmd_servers/icarus/README.md delete mode 100644 game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json diff --git a/game_eggs/steamcmd_servers/icarus/README.md b/game_eggs/steamcmd_servers/icarus/README.md deleted file mode 100644 index ecc16682..00000000 --- a/game_eggs/steamcmd_servers/icarus/README.md +++ /dev/null @@ -1,69 +0,0 @@ -# Icarus - -***NOTE: Server version currently marked as Beta by the developers.*** -___ - -### Authors / Contributors - - - - - - - -
- -
Red-Thirten -
-
- 💻 - 🔨 -
- - - -___ - -### Game Description - -Icarus is a session-based survival game for up to 8 co-op players or solo players, where most gameplay occurs during timed missions. Players accept contracts for missions on a space station orbiting the planet, and drop down to its terrain to attempt the objectives. Once a mission timer is complete, the drop-pod returns to the station. If the player fails to return in time, their workshop items are left on the surface and their progress is lost. -There is also support for an OpenWorld where without resets. - -___ - -### Egg Capabilities - -- Currently runs the Windows build of the server via Wine64. -- Auto-Updates on restart. - -___ - -### Server Ports - -- Default server ports are listed below, but all three ports can be changed freely. -- Clients connect via the server list in game. - -| Port | Default | Protocol | -|---------|---------|---------| -| Game | 17777 | UDP | -| Query | 27015 | UDP | - -___ - -### Installation/System Requirements - -| | Recommended | -|---------|---------| -| Processor | Recent x86/64 (AMD/Intel) processor. No 32 bit or ARM support. | Unsubstantiated reports say that RCON uses significantly more CPU when enabled, but I have not been able to replicate myself. | -| RAM | 8-16 GB | -| Storage | 14 GB (or more, depending on save size or frequency) | - -___ - -#### Save File and Custom Settings Location - -You can define a custom dir for settings by adding `-UserDir=` to the startparameter. [More Info](https://github.com/RocketWerkz/IcarusDedicatedServer/wiki/Server-Config-&-Launch-Parameters#-userdir) - -#### Server Game Settings - -[Server-Config & Launch-Parameters](https://github.com/RocketWerkz/IcarusDedicatedServer/wiki/Server-Config-&-Launch-Parameters) \ No newline at end of file diff --git a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json deleted file mode 100644 index 4ebe28c9..00000000 --- a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", - "meta": { - "version": "PTDL_v2", - "update_url": null - }, - "exported_at": "2022-12-09T14:55:27+01:00", - "name": "Icarus-Dedicated", - "author": "bolverblitz@ebg.pw", - "description": "Icarus is a survival game that with dedicated servers as a public beta", - "features": [ - "steam_disk_space" - ], - "docker_images": { - "Staging": "ghcr.io\/parkervcp\/yolks:wine_staging", - "Latest": "ghcr.io\/parkervcp\/yolks:wine_latest" - }, - "file_denylist": [], - "startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"", - "config": { - "files": "{}", - "startup": "{\r\n \"done\": \"(Engine Initialization) Total time:\"\r\n}", - "logs": "{}", - "stop": "^C" - }, - "scripts": { - "installation": { - "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Required for Wine to install vc_redist\r\nENV WINEPREFIX=\/home\/steam\/vcredist\r\nENV WINEARCH=win32\r\nENV WINEPATH=\/\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\npt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\nEOF", - "container": "ghcr.io\/pterodactyl\/installers:debian", - "entrypoint": "\/bin\/bash" - } - }, - "variables": [ - { - "name": "[REQUIRED] Server Query Port", - "description": "UDP port for Steam server list features.", - "env_variable": "QUERY_PORT", - "default_value": "27015", - "user_viewable": true, - "user_editable": true, - "rules": "required|integer|between:1024,65536", - "field_type": "text" - }, - { - "name": "Server Name", - "description": "", - "env_variable": "SERVER_NAME", - "default_value": "IcarusEGG", - "user_viewable": true, - "user_editable": true, - "rules": "required|string|max:32", - "field_type": "text" - }, - { - "name": "Windows Install Flag", - "description": "Required for windows game server installs", - "env_variable": "WINDOWS_INSTALL", - "default_value": "1", - "user_viewable": false, - "user_editable": false, - "rules": "required|boolean", - "field_type": "text" - }, - { - "name": "WINETRICKS_RUN", - "description": "Run installs on software that is required by the server", - "env_variable": "WINETRICKS_RUN", - "default_value": "vcrun2019", - "user_viewable": false, - "user_editable": false, - "rules": "required|string", - "field_type": "text" - } - ] -} \ No newline at end of file From 3aa24dce0495e3ecb052e4fba3a5542b558577df Mon Sep 17 00:00:00 2001 From: BolverBlitz Date: Fri, 9 Dec 2022 15:23:47 +0100 Subject: [PATCH 3/8] Added Icarus --- README.md | 1 + game_eggs/steamcmd_servers/icarus/README.md | 69 +++++++++++++++++ .../icarus/egg-icarus--dedicated.json | 75 +++++++++++++++++++ 3 files changed, 145 insertions(+) create mode 100644 game_eggs/steamcmd_servers/icarus/README.md create mode 100644 game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json diff --git a/README.md b/README.md index a2f8db43..80205c82 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ If you are reading this it looks like you are looking to add an egg to your serv * [ReHLDS](game_eggs/steamcmd_servers/hlds_server/rehlds) * [Holdfast: Nations At War](game_eggs/steamcmd_servers/holdfast) * [Hurtworld](game_eggs/steamcmd_servers/hurtworld) +* [Icarus](game_eggs/steamcmd_servers/icarus) * [Insurgency: Sandstorm](game_eggs/steamcmd_servers/insurgency_sandstorm) * [Killing Floor 2](game_eggs/steamcmd_servers/killing_floor_2) * [Left 4 Dead](game_eggs/steamcmd_servers/left4dead) diff --git a/game_eggs/steamcmd_servers/icarus/README.md b/game_eggs/steamcmd_servers/icarus/README.md new file mode 100644 index 00000000..ecc16682 --- /dev/null +++ b/game_eggs/steamcmd_servers/icarus/README.md @@ -0,0 +1,69 @@ +# Icarus + +***NOTE: Server version currently marked as Beta by the developers.*** +___ + +### Authors / Contributors + + + + + + + +
+ +
Red-Thirten +
+
+ 💻 + 🔨 +
+ + + +___ + +### Game Description + +Icarus is a session-based survival game for up to 8 co-op players or solo players, where most gameplay occurs during timed missions. Players accept contracts for missions on a space station orbiting the planet, and drop down to its terrain to attempt the objectives. Once a mission timer is complete, the drop-pod returns to the station. If the player fails to return in time, their workshop items are left on the surface and their progress is lost. +There is also support for an OpenWorld where without resets. + +___ + +### Egg Capabilities + +- Currently runs the Windows build of the server via Wine64. +- Auto-Updates on restart. + +___ + +### Server Ports + +- Default server ports are listed below, but all three ports can be changed freely. +- Clients connect via the server list in game. + +| Port | Default | Protocol | +|---------|---------|---------| +| Game | 17777 | UDP | +| Query | 27015 | UDP | + +___ + +### Installation/System Requirements + +| | Recommended | +|---------|---------| +| Processor | Recent x86/64 (AMD/Intel) processor. No 32 bit or ARM support. | Unsubstantiated reports say that RCON uses significantly more CPU when enabled, but I have not been able to replicate myself. | +| RAM | 8-16 GB | +| Storage | 14 GB (or more, depending on save size or frequency) | + +___ + +#### Save File and Custom Settings Location + +You can define a custom dir for settings by adding `-UserDir=` to the startparameter. [More Info](https://github.com/RocketWerkz/IcarusDedicatedServer/wiki/Server-Config-&-Launch-Parameters#-userdir) + +#### Server Game Settings + +[Server-Config & Launch-Parameters](https://github.com/RocketWerkz/IcarusDedicatedServer/wiki/Server-Config-&-Launch-Parameters) \ No newline at end of file diff --git a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json new file mode 100644 index 00000000..4ebe28c9 --- /dev/null +++ b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json @@ -0,0 +1,75 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v2", + "update_url": null + }, + "exported_at": "2022-12-09T14:55:27+01:00", + "name": "Icarus-Dedicated", + "author": "bolverblitz@ebg.pw", + "description": "Icarus is a survival game that with dedicated servers as a public beta", + "features": [ + "steam_disk_space" + ], + "docker_images": { + "Staging": "ghcr.io\/parkervcp\/yolks:wine_staging", + "Latest": "ghcr.io\/parkervcp\/yolks:wine_latest" + }, + "file_denylist": [], + "startup": "wine64 .\/Icarus\/Binaries\/Win64\/IcarusServer-Win64-Shipping.exe -Log -SteamServerName=${SERVER_NAME} -PORT=\"${SERVER_PORT}\" -QueryPort=\"${QUERY_PORT}\"", + "config": { + "files": "{}", + "startup": "{\r\n \"done\": \"(Engine Initialization) Total time:\"\r\n}", + "logs": "{}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Required for Wine to install vc_redist\r\nENV WINEPREFIX=\/home\/steam\/vcredist\r\nENV WINEARCH=win32\r\nENV WINEPATH=\/\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\npt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\nEOF", + "container": "ghcr.io\/pterodactyl\/installers:debian", + "entrypoint": "\/bin\/bash" + } + }, + "variables": [ + { + "name": "[REQUIRED] Server Query Port", + "description": "UDP port for Steam server list features.", + "env_variable": "QUERY_PORT", + "default_value": "27015", + "user_viewable": true, + "user_editable": true, + "rules": "required|integer|between:1024,65536", + "field_type": "text" + }, + { + "name": "Server Name", + "description": "", + "env_variable": "SERVER_NAME", + "default_value": "IcarusEGG", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|max:32", + "field_type": "text" + }, + { + "name": "Windows Install Flag", + "description": "Required for windows game server installs", + "env_variable": "WINDOWS_INSTALL", + "default_value": "1", + "user_viewable": false, + "user_editable": false, + "rules": "required|boolean", + "field_type": "text" + }, + { + "name": "WINETRICKS_RUN", + "description": "Run installs on software that is required by the server", + "env_variable": "WINETRICKS_RUN", + "default_value": "vcrun2019", + "user_viewable": false, + "user_editable": false, + "rules": "required|string", + "field_type": "text" + } + ] +} \ No newline at end of file From 000eaf1d0e1ea5802d05725b8502807786054b8f Mon Sep 17 00:00:00 2001 From: BolverBlitz Date: Fri, 9 Dec 2022 15:37:45 +0100 Subject: [PATCH 4/8] Removed unused env from install skript & updated readme --- game_eggs/steamcmd_servers/icarus/README.md | 2 +- game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game_eggs/steamcmd_servers/icarus/README.md b/game_eggs/steamcmd_servers/icarus/README.md index ecc16682..3c350a65 100644 --- a/game_eggs/steamcmd_servers/icarus/README.md +++ b/game_eggs/steamcmd_servers/icarus/README.md @@ -11,7 +11,7 @@ ___ -
Red-Thirten +
BolverBlitz

💻 diff --git a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json index 4ebe28c9..4c7641ad 100644 --- a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json +++ b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-09T14:55:27+01:00", + "exported_at": "2022-12-09T15:36:49+01:00", "name": "Icarus-Dedicated", "author": "bolverblitz@ebg.pw", "description": "Icarus is a survival game that with dedicated servers as a public beta", @@ -25,7 +25,7 @@ }, "scripts": { "installation": { - "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Required for Wine to install vc_redist\r\nENV WINEPREFIX=\/home\/steam\/vcredist\r\nENV WINEARCH=win32\r\nENV WINEPATH=\/\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\npt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\nEOF", + "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\npt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\nEOF", "container": "ghcr.io\/pterodactyl\/installers:debian", "entrypoint": "\/bin\/bash" } From f4ae3000871cdd94ea2014c91f12a83a2068c63f Mon Sep 17 00:00:00 2001 From: BolverBlitz Date: Fri, 9 Dec 2022 15:48:26 +0100 Subject: [PATCH 5/8] Fixed some of QuintenQVD0 points --- .../steamcmd_servers/icarus/egg-icarus--dedicated.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json index 4c7641ad..d9cd4a0c 100644 --- a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json +++ b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-09T15:36:49+01:00", + "exported_at": "2022-12-09T15:47:49+01:00", "name": "Icarus-Dedicated", "author": "bolverblitz@ebg.pw", "description": "Icarus is a survival game that with dedicated servers as a public beta", @@ -25,7 +25,7 @@ }, "scripts": { "installation": { - "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\npt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\nEOF", + "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"", "container": "ghcr.io\/pterodactyl\/installers:debian", "entrypoint": "\/bin\/bash" } @@ -68,7 +68,7 @@ "default_value": "vcrun2019", "user_viewable": false, "user_editable": false, - "rules": "required|string", + "rules": "required|string|in:vcrun2019", "field_type": "text" } ] From 13036c01577d918425b0b70fe8e4d1b22cbb37b8 Mon Sep 17 00:00:00 2001 From: BolverBlitz Date: Fri, 9 Dec 2022 16:23:20 +0100 Subject: [PATCH 6/8] Added variables SRCDS_APPID & AUTO_UPDATE --- .../icarus/egg-icarus--dedicated.json | 24 +++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json index d9cd4a0c..c79d3ed6 100644 --- a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json +++ b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-09T15:47:49+01:00", + "exported_at": "2022-12-09T16:22:17+01:00", "name": "Icarus-Dedicated", "author": "bolverblitz@ebg.pw", "description": "Icarus is a survival game that with dedicated servers as a public beta", @@ -25,7 +25,7 @@ }, "scripts": { "installation": { - "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Install packages. Default packages below are skipped if using image noted above, thus speeding up the install process.\r\napt -y update\r\napt -y --no-install-recommends install curl lib32gcc-s1 ca-certificates\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 2089300 validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"", + "script": "#!\/bin\/bash\r\n\r\n## License: MIT License\r\n## Image to install with is 'ghcr.io\/parkervcp\/installers:debian'\r\n\r\n# Download and install SteamCMD\r\nexport HOME=\/mnt\/server\r\ncd \/tmp\r\nmkdir -p $HOME\/steamcmd $HOME\/steamapps\r\ncurl -sSL -o steamcmd.tar.gz https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steamcmd_linux.tar.gz\r\ntar -xzvf steamcmd.tar.gz -C $HOME\/steamcmd\r\ncd $HOME\/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\n# Install game server using SteamCMD\r\n.\/steamcmd.sh +force_install_dir $HOME +login anonymous $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update \"${SRCDS_APPID}\" validate +quit\r\n\r\n# Set up 32 and 64 bit libraries\r\nmkdir -p $HOME\/.steam\/sdk{32,64}\r\ncp -v linux32\/steamclient.so $HOME\/.steam\/sdk32\/steamclient.so\r\ncp -v linux64\/steamclient.so $HOME\/.steam\/sdk64\/steamclient.so\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"", "container": "ghcr.io\/pterodactyl\/installers:debian", "entrypoint": "\/bin\/bash" } @@ -70,6 +70,26 @@ "user_editable": false, "rules": "required|string|in:vcrun2019", "field_type": "text" + }, + { + "name": "SRCDS_APPID", + "description": "steam app id found here - https:\/\/developer.valvesoftware.com\/wiki\/Dedicated_Servers_List", + "env_variable": "SRCDS_APPID", + "default_value": "2089300", + "user_viewable": false, + "user_editable": false, + "rules": "required|string|in:2089300", + "field_type": "text" + }, + { + "name": "AUTO_UPDATE", + "description": "Disabling or enabling automated updates on boot", + "env_variable": "AUTO_UPDATE", + "default_value": "1", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|in:0,1", + "field_type": "text" } ] } \ No newline at end of file From 4f38775928433436230e7709a7e4383392fd14be Mon Sep 17 00:00:00 2001 From: BolverBlitz Date: Fri, 9 Dec 2022 16:33:14 +0100 Subject: [PATCH 7/8] Updated validation to boolean --- game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json index c79d3ed6..31873f44 100644 --- a/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json +++ b/game_eggs/steamcmd_servers/icarus/egg-icarus--dedicated.json @@ -4,7 +4,7 @@ "version": "PTDL_v2", "update_url": null }, - "exported_at": "2022-12-09T16:22:17+01:00", + "exported_at": "2022-12-09T16:28:51+01:00", "name": "Icarus-Dedicated", "author": "bolverblitz@ebg.pw", "description": "Icarus is a survival game that with dedicated servers as a public beta", @@ -88,7 +88,7 @@ "default_value": "1", "user_viewable": true, "user_editable": true, - "rules": "required|string|in:0,1", + "rules": "required|boolean", "field_type": "text" } ] From 711c024113791aa5f2b8b5f897b6749502b79cc3 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:55:50 +0100 Subject: [PATCH 8/8] add icarus to all readme + fix extra requirements field --- game_eggs/README.md | 1 + game_eggs/steamcmd_servers/README.md | 4 ++++ game_eggs/steamcmd_servers/icarus/README.md | 16 ++++++++-------- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/game_eggs/README.md b/game_eggs/README.md index aee5ad02..cab85a5a 100644 --- a/game_eggs/README.md +++ b/game_eggs/README.md @@ -125,6 +125,7 @@ * [ReHLDS](steamcmd_servers/hlds_server/rehlds) * [Holdfast: Nations At War](steamcmd_servers/holdfast) * [Hurtworld](steamcmd_servers/hurtworld) +* [Icarus](steamcmd_servers/icarus) * [Insurgency: Sandstorm](steamcmd_servers/insurgency_sandstorm) * [Killing Floor 2](steamcmd_servers/killing_floor_2) * [Left 4 Dead](steamcmd_servers/left4dead) diff --git a/game_eggs/steamcmd_servers/README.md b/game_eggs/steamcmd_servers/README.md index 0a27bc93..1f75042c 100644 --- a/game_eggs/steamcmd_servers/README.md +++ b/game_eggs/steamcmd_servers/README.md @@ -77,6 +77,10 @@ This is a collection of servers that use SteamCMD to install. [Hurtworld](hurtworld) +## Icarus + +* [Icarus](icarus) + ## Insurgency: Sandstorm [Insurgency: Sandstorm](insurgency_sandstorm) diff --git a/game_eggs/steamcmd_servers/icarus/README.md b/game_eggs/steamcmd_servers/icarus/README.md index 3c350a65..259ec816 100644 --- a/game_eggs/steamcmd_servers/icarus/README.md +++ b/game_eggs/steamcmd_servers/icarus/README.md @@ -43,20 +43,20 @@ ___ - Default server ports are listed below, but all three ports can be changed freely. - Clients connect via the server list in game. -| Port | Default | Protocol | -|---------|---------|---------| -| Game | 17777 | UDP | -| Query | 27015 | UDP | +| Port | Default | Protocol | +|---------|---------|----------| +| Game | 17777 | UDP | +| Query | 27015 | UDP | ___ ### Installation/System Requirements -| | Recommended | -|---------|---------| +| | Recommended | Extra info | +|-----------|--------------|-------------| | Processor | Recent x86/64 (AMD/Intel) processor. No 32 bit or ARM support. | Unsubstantiated reports say that RCON uses significantly more CPU when enabled, but I have not been able to replicate myself. | -| RAM | 8-16 GB | -| Storage | 14 GB (or more, depending on save size or frequency) | +| RAM | 8-16 GB | +| Storage | 14 GB (or more, depending on save size or frequency) | ___