mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-04 17:02:53 +08:00
Compare commits
3 Commits
dd67ee8056
...
76d021394f
Author | SHA1 | Date | |
---|---|---|---|
|
76d021394f | ||
|
930810b3bd | ||
|
bd9f966c8b |
30
game_eggs/path_of_titans/README.md
Normal file
30
game_eggs/path_of_titans/README.md
Normal file
@ -0,0 +1,30 @@
|
||||
# Path Of Titans
|
||||
|
||||
<!--Please remove these comments and irelevent parts for the server egg your adding before summiting a PR request-->
|
||||
|
||||
## From their [Github](https://github.com/Hendalf-DEV/eggs)
|
||||
|
||||
## Install notes
|
||||
This could be a little buggy or not well tested because made on the fast hand.
|
||||
|
||||
You need to open these ports before running the server `7777, 7778, 7779, 7780`. They are require for RCON, seeing your servr on the list and etc.
|
||||
|
||||
# Other documentation
|
||||
|
||||
If you are experienced the I could reccomend using this documentation website on the github
|
||||
[DOCS](https://github.com/Alderon-Games/pot-community-servers/wiki)
|
||||
|
||||
## Server Ports
|
||||
|
||||
Ports required to run the server in a table format.
|
||||
|
||||
| Port | default |
|
||||
|---------|---------|
|
||||
| Game | 7777 |
|
||||
|
||||
### Notes
|
||||
|
||||
<!--Notes about the server ports.-->
|
||||
`7777` is the default port, but any port can be used.
|
||||
|
||||
|
102
game_eggs/path_of_titans/egg-path-of-titans.json
Normal file
102
game_eggs/path_of_titans/egg-path-of-titans.json
Normal file
@ -0,0 +1,102 @@
|
||||
{
|
||||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||
"meta": {
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2024-04-07T19:39:38+00:00",
|
||||
"name": "Path Of Titans",
|
||||
"author": "danielivanvladimir.revin@gmail.com",
|
||||
"description": null,
|
||||
"features": null,
|
||||
"docker_images": {
|
||||
"ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
|
||||
},
|
||||
"file_denylist": [],
|
||||
"startup": ".\/AlderonGamesCmd-Linux --game path-of-titans --server true --beta-branch {{BETA_BRANCH}} --auth-token {{AG_AUTH_TOKEN}} --install-dir .\/server\/ && .\/server\/PathOfTitansServer.sh {{SERVER_MAP}}?listen?MaxPlayers={{SERVER_MAX_PLAYERS}} -nullRHI -ServerName={{SERVER_NAME}} -ServerGUID={{SERVER_GUID}} -BranchKey={{BETA_BRANCH}} -Database={{SERVER_DB}} -log",
|
||||
"config": {
|
||||
"files": "{}",
|
||||
"startup": "{\r\n \"done\": \"Server ready\"\r\n}",
|
||||
"logs": "{}",
|
||||
"stop": "quit"
|
||||
},
|
||||
"scripts": {
|
||||
"installation": {
|
||||
"script": "#!\/bin\/bash\r\napt-get update && apt-get install -y --no-install-recommends apt-utils apt-transport-https ca-certificates libunwind8 icu-devtools openssl libkrb5-3 zlib1g libuuid1 dos2unix gnupg gnupg2 debian-archive-keyring gcc g++ lib32gcc-s1 lib32z1 lib32stdc++6 iproute2 gdb libsdl1.2debian libfontconfig libcurl4\r\napt-get autoremove --purge -y\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server && curl -o AlderonGamesCmd-Linux https:\/\/launcher-cdn.alderongames.com\/AlderonGamesCmd-Linux-x64\r\nchmod +x \/mnt\/server\/AlderonGamesCmd-Linux\r\nchown -R root:root \/mnt\r\nexport HOME=\/mnt\/server",
|
||||
"container": "ghcr.io\/parkervcp\/installers:debian",
|
||||
"entrypoint": "bash"
|
||||
}
|
||||
},
|
||||
"variables": [
|
||||
{
|
||||
"name": "Server Map",
|
||||
"description": "",
|
||||
"env_variable": "SERVER_MAP",
|
||||
"default_value": "Island",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:20",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Max Players",
|
||||
"description": "",
|
||||
"env_variable": "SERVER_MAX_PLAYERS",
|
||||
"default_value": "100",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|numeric|max:200",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Server name",
|
||||
"description": "",
|
||||
"env_variable": "SERVER_NAME",
|
||||
"default_value": "YoutServerName",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:25",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "GUID",
|
||||
"description": "Use https:\/\/guidgenerator.com\/",
|
||||
"env_variable": "SERVER_GUID",
|
||||
"default_value": "",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:40",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Branch",
|
||||
"description": "Choose between production or demo-public-test",
|
||||
"env_variable": "BETA_BRANCH",
|
||||
"default_value": "production",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:15",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Database mode",
|
||||
"description": "Server can use a Local or Remote Database. Specified using Local or Remote. We recommend using a Local Database unless you plan on connecting shared character data between servers.",
|
||||
"env_variable": "SERVER_DB",
|
||||
"default_value": "Local",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:8",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Auth Token",
|
||||
"description": "",
|
||||
"env_variable": "AG_AUTH_TOKEN",
|
||||
"default_value": "",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:1500",
|
||||
"field_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user