Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit Foundry egg #13

Merged
merged 2 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions foundry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Build a factory optimized to perfection or an artistic masterpiece in an infinit

Steam: https://store.steampowered.com/app/983870/FOUNDRY/
Homepage: https://www.paradoxinteractive.com/games/foundry/about
More server info: https://dedicated.foundry-game.com/

### Author & Contributers
| Name | Github Profile | Buy me a Coffee |
Expand All @@ -17,10 +18,10 @@ Homepage: https://www.paradoxinteractive.com/games/foundry/about

### Server Ports

Sons of the Forest requires up to 2 ports. You can choose every port you want.
Foundry requires up to 2 ports. You can choose every port you want.

| Port | default |
|---------|---------------|
| Game | 7777 |
| Game | 3724 |
| Query | 27015 |

4 changes: 2 additions & 2 deletions foundry/egg-foundry.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-05-09T09:33:57+02:00",
"exported_at": "2024-05-11T00:02:11+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.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"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": "",
"default_value": "27015",
"user_viewable": true,
"user_editable": false,
"rules": "required|integer|between:1024,65536",
Expand Down