Updated PixARK image and install script
- Changed the install script to use the appID veriable instead of hardcoded. - Changed the image used to quay.io/parkervcp/pterodactyl-images:wine-source
This commit is contained in:
		| @@ -3,11 +3,11 @@ | |||||||
|     "meta": { |     "meta": { | ||||||
|         "version": "PTDL_v1" |         "version": "PTDL_v1" | ||||||
|     }, |     }, | ||||||
|     "exported_at": "2018-05-17T14:49:19+02:00", |     "exported_at": "2018-06-07T12:39:45-04:00", | ||||||
|     "name": "PixARK", |     "name": "PixARK", | ||||||
|     "author": "hello@venatus.digital", |     "author": "hello@venatus.digital", | ||||||
|     "description": "A simple Docker container with Wine to run PixARK using Pterodactyl Panel", |     "description": "A simple Docker container with Wine to run PixARK using Pterodactyl Panel", | ||||||
|     "image": "venatusdigital\/pterodactyl-pixark:latest", |     "image": "quay.io\/parkervcp\/pterodactyl-images:wine-source", | ||||||
|     "startup": "wine64 .\/ShooterGame\/Binaries\/Win64\/PixARKServer.exe CubeWorld_Light?listen?MaxPlayers={{MAX_PLAYERS}}?Port={{SERVER_PORT}}?QueryPort={{QPORT}}?RCONPort={{RCPORT}}?ServerPassword={{ARK_PASSWORD}}?ServerAdminPassword={{ARK_ADMIN_PASSWORD}}?CULTUREFORCOOKING=en -NoBattlEye -CubePort={{CUBEPORT}} -cubeworld=world -nosteamclient -NoHangDetection -game -server -log", |     "startup": "wine64 .\/ShooterGame\/Binaries\/Win64\/PixARKServer.exe CubeWorld_Light?listen?MaxPlayers={{MAX_PLAYERS}}?Port={{SERVER_PORT}}?QueryPort={{QPORT}}?RCONPort={{RCPORT}}?ServerPassword={{ARK_PASSWORD}}?ServerAdminPassword={{ARK_ADMIN_PASSWORD}}?CULTUREFORCOOKING=en -NoBattlEye -CubePort={{CUBEPORT}} -cubeworld=world -nosteamclient -NoHangDetection -game -server -log", | ||||||
|     "config": { |     "config": { | ||||||
|         "files": "{}", |         "files": "{}", | ||||||
| @@ -17,7 +17,7 @@ | |||||||
|     }, |     }, | ||||||
|     "scripts": { |     "scripts": { | ||||||
|         "installation": { |         "installation": { | ||||||
|             "script": "#!\/bin\/bash\r\n# PixARK: 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\n\r\ntar -xzvf steamcmd.tar.gz -C \/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\/mnt\/server\/steamcmd\/steamcmd.sh +@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir \/home\/container +app_update 824360 +quit", |             "script": "#!\/bin\/bash\r\n# PixARK: 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\n\r\ntar -xzvf steamcmd.tar.gz -C \/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\/mnt\/server\/steamcmd\/steamcmd.sh +@sSteamCmdForcePlatformType windows +login anonymous +force_install_dir \/home\/container +app_update {{SRCDS_APPID}} +quit", | ||||||
|             "container": "ubuntu:latest", |             "container": "ubuntu:latest", | ||||||
|             "entrypoint": "bash" |             "entrypoint": "bash" | ||||||
|         } |         } | ||||||
| @@ -87,4 +87,4 @@ | |||||||
|             "rules": "required|numeric" |             "rules": "required|numeric" | ||||||
|         } |         } | ||||||
|     ] |     ] | ||||||
| } | } | ||||||
| @@ -70,6 +70,12 @@ Supply values to 2 variables to use | |||||||
| #### Nukkit | #### Nukkit | ||||||
| The [Nukkit](https://nukkit.io/) Minecraft PE server | The [Nukkit](https://nukkit.io/) Minecraft PE server | ||||||
|  |  | ||||||
|  | ### PixARK | ||||||
|  | #### PixARK | ||||||
|  | The [PixARK](https://store.steampowered.com/app/593600/PixARK/) dedicated server   | ||||||
|  | More info at [gamepedia](https://pixark.gamepedia.com/Pixark) | ||||||
|  | - As a note this uses the new wine-source image and may not perform up to standard | ||||||
|  |  | ||||||
| ### Squad | ### Squad | ||||||
| #### Squad Dedicated | #### Squad Dedicated | ||||||
| The [Squad](https://joinsquad.com/) official dedicated server | The [Squad](https://joinsquad.com/) official dedicated server | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user