Edit Foundry egg (#13)

* Edit Foundry egg

* Export Foundry egg from a panel
This commit is contained in:
Liborsaf 2024-05-11 08:28:42 +02:00 committed by GitHub
parent 501c5aae44
commit ab9c20966b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -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/ Steam: https://store.steampowered.com/app/983870/FOUNDRY/
Homepage: https://www.paradoxinteractive.com/games/foundry/about Homepage: https://www.paradoxinteractive.com/games/foundry/about
More server info: https://dedicated.foundry-game.com/
### Author & Contributers ### Author & Contributers
| Name | Github Profile | Buy me a Coffee | | Name | Github Profile | Buy me a Coffee |
@ -17,10 +18,10 @@ Homepage: https://www.paradoxinteractive.com/games/foundry/about
### Server Ports ### 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 | | Port | default |
|---------|---------------| |---------|---------------|
| Game | 7777 | | Game | 3724 |
| Query | 27015 | | Query | 27015 |

View File

@ -4,7 +4,7 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2024-05-09T09:33:57+02:00", "exported_at": "2024-05-11T00:02:11+02:00",
"name": "Foundry", "name": "Foundry",
"author": "eggs@goover.dev", "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.", "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.",
@ -34,7 +34,7 @@
"name": "[SERVER] Steam Query Port", "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.", "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", "env_variable": "QUERY_PORT",
"default_value": "", "default_value": "27015",
"user_viewable": true, "user_viewable": true,
"user_editable": false, "user_editable": false,
"rules": "required|integer|between:1024,65536", "rules": "required|integer|between:1024,65536",