From 209d0457d402fee29ae487dd6b21094b12f8d758 Mon Sep 17 00:00:00 2001 From: Torsten Widmann Date: Wed, 8 May 2024 16:31:05 +0200 Subject: [PATCH] Add foundry (#6) * add Foundry * Update README.md --- README.md | 5 ++ foundry/README.md | 26 ++++++ foundry/egg-foundry.json | 184 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 215 insertions(+) create mode 100644 foundry/README.md create mode 100644 foundry/egg-foundry.json diff --git a/README.md b/README.md index 4dbade85..956068a7 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ This is a collection of servers that use SteamCMD to install. [Fistful of Frags](fof) +## Foundry + +[Foundry](foundry) + ## Frozen Flame [Frozen Flame](frozen_flame) @@ -373,4 +377,5 @@ This is a collection of servers that use SteamCMD to install. [VEIN](vein) ## Wurm Unlimited + [Wurm Unlimited](wurm_unlimited/) diff --git a/foundry/README.md b/foundry/README.md new file mode 100644 index 00000000..6e193eac --- /dev/null +++ b/foundry/README.md @@ -0,0 +1,26 @@ +# Foundry + +### Game Description + +Build a factory optimized to perfection or an artistic masterpiece in an infinite voxel world. Mine and harvest resources, automate your ever-growing production lines and manage complex systems while researching your way to mechanical mastery in FOUNDRY. + +### Useful links + +Steam: https://store.steampowered.com/app/983870/FOUNDRY/ +Homepage: https://www.paradoxinteractive.com/games/foundry/about + +### Author & Contributers +| Name | Github Profile | Buy me a Coffee | +| ------------- |-------------|-------------| +| gOOvER | https://github.com/gOOvER | [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B351D0Q) | + + +### Server Ports + +Sons of the Forest requires up to 2 ports. You can choose every port you want. + +| Port | default | +|---------|---------------| +| Game | 7777 | +| Query | 27015 | + diff --git a/foundry/egg-foundry.json b/foundry/egg-foundry.json new file mode 100644 index 00000000..d7819932 --- /dev/null +++ b/foundry/egg-foundry.json @@ -0,0 +1,184 @@ +{ + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v2", + "update_url": null + }, + "exported_at": "2024-05-08T16:09:18+02:00", + "name": "Foundry", + "author": "eggs@goover.dev", + "description": "Build a factory optimized to perfection or an artistic masterpiece in an infinite voxel world. Mine and harvest resources, automate your ever-growing production lines and manage complex systems while researching your way to mechanical mastery in FOUNDRY.", + "features": [ + "steam_disk_space" + ], + "docker_images": { + "ghcr.io\/parkervcp\/yolks:wine_staging": "ghcr.io\/parkervcp\/yolks:wine_staging" + }, + "file_denylist": [], + "startup": "xvfb :0 -screen 0 1024x768x16; DISPLAY=:0.0 xvfb-run wine \/home\/container\/FoundryDedicatedServer.exe -log", + "config": { + "files": "{\r\n \"App.cfg\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server_name\": \"{{server.build.env.SERVER_NAME}}\",\r\n \"server_password\": \"{{server.build.env.SRV_PW}}\",\r\n \"server_world_name\": \"{{server.build.env.WORLD_NAME}}\",\r\n \"server_max_players\": \"{{server.build.env.MAX_PLAYERS}}\",\r\n \"server_port\": \"{{server.build.default.port}}\",\r\n \"server_query_port\": \"{{server.build.env.QUERY_PORT}}\",\r\n \"pause_server_when_empty\": \"{{server.build.env.PAUSE_SERVER}}\",\r\n \"autosave_interval\": \"{{server.build.env.AUTOSAVE_INTERVAL}}\",\r\n \"server_is_public\": \"{{server.build.env.PUBLIC_SERVER}}\",\r\n \"server_persistent_data_override_folder\": \"{{server.build.env.SAVE_PATH}}\",\r\n \"map_seed\": \"{{server.build.env.MAP_SEED}}\"\r\n }\r\n }\r\n}", + "startup": "{\r\n \"done\": \"Dedicated server is now running!\"\r\n}", + "logs": "{}", + "stop": "^C" + }, + "scripts": { + "installation": { + "script": "#!\/bin\/bash\r\n\r\nclear\r\nRED='\\033[0;31m'\r\nGREEN='\\033[0;32m'\r\nYELLOW='\\033[1;33m'\r\nBLUE='\\033[0;34m'\r\nNC='\\033[0m'\r\n\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\necho -e \"${YELLOW}Foundry Installscript${NC}\"\r\necho -e \"${YELLOW}Egg by gOOvER | 2024 MIT Licence${NC}\"\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\n\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\necho -e \"${YELLOW}download and install steamcmd. please wait...${NC}\"\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\n\r\n## just in case someone removed the defaults.\r\nif [[ \"${STEAM_USER}\" == \"\" ]] || [[ \"${STEAM_PASS}\" == \"\" ]]; then\r\n echo -e \"steam user is not set.\\n\"\r\n echo -e \"Using anonymous user.\\n\"\r\n STEAM_USER=anonymous\r\n STEAM_PASS=\"\"\r\n STEAM_AUTH=\"\"\r\nelse\r\n echo -e \"user set to ${STEAM_USER}\"\r\nfi\r\n\r\n## download and install steamcmd\r\ncd \/tmp\r\nmkdir -p \/mnt\/server\/steamcmd\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 \/mnt\/server\/steamcmd\r\nmkdir -p \/mnt\/server\/steamapps # Fix steamcmd disk write error when this folder is missing\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\nexport HOME=\/mnt\/server\r\necho -e \"${GREEN}..done..${NC}\"\r\n\r\n## install game using steamcmd\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\necho -e \"${YELLOW}install game using steamcmd. please wait...${NC}\"\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\n\r\n.\/steamcmd.sh +force_install_dir \/mnt\/server +login ${STEAM_USER} ${STEAM_PASS} ${STEAM_AUTH} $( [[ \"${WINDOWS_INSTALL}\" == \"1\" ]] && printf %s '+@sSteamCmdForcePlatformType windows' ) +app_update 1007 +app_update ${SRCDS_APPID} $( [[ -z ${SRCDS_BETAID} ]] || printf %s \"-beta ${SRCDS_BETAID}\" ) $( [[ -z ${SRCDS_BETAPASS} ]] || printf %s \"-betapassword ${SRCDS_BETAPASS}\" ) ${INSTALL_FLAGS} validate +quit ## other flags may be needed depending on install. looking at you cs 1.6\r\n\r\n## set up 32 bit libraries\r\nmkdir -p \/mnt\/server\/.steam\/sdk32\r\ncp -v linux32\/steamclient.so ..\/.steam\/sdk32\/steamclient.so\r\n\r\n## set up 64 bit libraries\r\nmkdir -p \/mnt\/server\/.steam\/sdk64\r\ncp -v linux64\/steamclient.so ..\/.steam\/sdk64\/steamclient.so\r\n\r\n# add below your custom commands if needed\r\nmkdir -p $HOME\/Mods\r\nmkdir -p $HOME\/serverfiles\r\n\r\n#ccheck for config\r\nFILE=$HOME\/App.cfg\r\n\r\nif [ -f \"$FILE\" ]; then\r\n echo -e \"${BLUE}-------------------------------------------------${NC}\"\r\n echo -e \"${GREEN}App.cfg found.${NC}\"\r\n echo -e \"${BLUE}-------------------------------------------------${NC}\"\r\nelse \r\n echo -e \"${BLUE}-------------------------------------------------${NC}\"\r\n echo -e \"${RED}No App.cfg found. downloading default...${NC}\"\r\n echo -e \"${BLUE}-------------------------------------------------${NC}\"\r\n cd $HOME\r\n curl -sSL -o App.cfg https:\/\/dedicated.foundry-game.com\/App.cfg\r\n echo -e \"${GREEN}..done..${NC}\"\r\nfi\r\n\r\n## cleanup to prevent errors\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\necho -e \"${RED}deleting old wine dirs... please wait...${NC}\"\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\n\r\nif [ ! -d \"\/mnt\/server\/.wine\" ]; then\r\n rm -fR \/mnt\/server\/.wine\r\n rm -fR \/mnt\/server\/.config\r\n rm -fR \/mnt\/server\/.cache\r\n rm -fR \/mnt\/server\/.local\r\n rm -fR \/mnt\/server\/appcache\r\nfi\r\necho -e \"${GREEN}..done..${NC}\"\r\n\r\n## install end\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"\r\necho -e \"${GREEN}Installation completed...${NC}\"\r\necho -e \"${BLUE}-------------------------------------------------${NC}\"", + "container": "ghcr.io\/parkervcp\/installers:debian", + "entrypoint": "bash" + } + }, + "variables": [ + { + "name": "[SERVER] Steam Query Port", + "description": "Sets the network port used by the Steam server browser to query information about the game. This is only used if the server is set to public.", + "env_variable": "QUERY_PORT", + "default_value": "", + "user_viewable": true, + "user_editable": false, + "rules": "required|integer|between:1024,65536", + "field_type": "text" + }, + { + "name": "[SERVER] Server Name", + "description": "This is the name of the server listed in the Steam server browser.", + "env_variable": "SERVER_NAME", + "default_value": "", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|max:40", + "field_type": "text" + }, + { + "name": "[SERVER] Server World Name", + "description": "Sets the server world name. This is the folder where the save files will be stored.", + "env_variable": "WORLD_NAME", + "default_value": "MyFoundry", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|max:20", + "field_type": "text" + }, + { + "name": "[SERVER] Server Password", + "description": "Sets the server password.", + "env_variable": "SRV_PW", + "default_value": "", + "user_viewable": true, + "user_editable": true, + "rules": "nullable|string|max:20", + "field_type": "text" + }, + { + "name": "[SERVER] Pause Server When Empty", + "description": "Will the server pause when nobody is connected.", + "env_variable": "PAUSE_SERVER", + "default_value": "true", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|in:true,false", + "field_type": "text" + }, + { + "name": "[SERVER] Autosave Interval", + "description": "Sets the autosave frequency in seconds.", + "env_variable": "AUTOSAVE_INTERVAL", + "default_value": "300", + "user_viewable": true, + "user_editable": true, + "rules": "required|numeric", + "field_type": "text" + }, + { + "name": "[SERVER] Server Public", + "description": "Sets whether the server is listed on the Steam server browser.", + "env_variable": "PUBLIC_SERVER", + "default_value": "true", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|in:true,false", + "field_type": "text" + }, + { + "name": "[SERVER] Map Seed", + "description": "Sets the map seed used to generate the world.", + "env_variable": "MAP_SEED", + "default_value": "42938743982", + "user_viewable": true, + "user_editable": true, + "rules": "required|numeric", + "field_type": "text" + }, + { + "name": "[SERVER] Server Max Players", + "description": "This sets the max amount of players on a server.", + "env_variable": "MAX_PLAYERS", + "default_value": "32", + "user_viewable": true, + "user_editable": true, + "rules": "required|numeric", + "field_type": "text" + }, + { + "name": "[SERVER] Savepath", + "description": "", + "env_variable": "SAVE_PATH", + "default_value": "\/home\/container\/serverfiles", + "user_viewable": true, + "user_editable": true, + "rules": "required|string", + "field_type": "text" + }, + { + "name": "WINDOWS_INSTALL", + "description": "", + "env_variable": "WINDOWS_INSTALL", + "default_value": "1", + "user_viewable": false, + "user_editable": false, + "rules": "required|in:1", + "field_type": "text" + }, + { + "name": "[STEAM] Steam App ID", + "description": "Steam App ID", + "env_variable": "SRCDS_APPID", + "default_value": "2915550", + "user_viewable": false, + "user_editable": false, + "rules": "required|string|in:2915550", + "field_type": "text" + }, + { + "name": "[WINE] WINETRICKS_RUN", + "description": "", + "env_variable": "WINETRICKS_RUN", + "default_value": "mono", + "user_viewable": false, + "user_editable": false, + "rules": "required|string", + "field_type": "text" + }, + { + "name": "[WINE] WINEDEBUG", + "description": "", + "env_variable": "WINEDEBUG", + "default_value": "-all", + "user_viewable": false, + "user_editable": false, + "rules": "required|string", + "field_type": "text" + }, + { + "name": "[WINE] XVFB", + "description": "", + "env_variable": "XVFB", + "default_value": "1", + "user_viewable": false, + "user_editable": false, + "rules": "required|in:1", + "field_type": "text" + } + ] +} \ No newline at end of file