mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-06 19:03:02 +08:00
Compare commits
5 Commits
930810b3bd
...
e7014a765c
Author | SHA1 | Date | |
---|---|---|---|
|
e7014a765c | ||
|
84e6fb551f | ||
|
7d0daaa2c0 | ||
|
d6cfe10a64 | ||
|
09551c8c68 |
@ -228,6 +228,8 @@ If you are reading this it looks like you are looking to add an egg to your serv
|
|||||||
* [OpenRA Red Alert](game_eggs/openra/openra_red_alert)
|
* [OpenRA Red Alert](game_eggs/openra/openra_red_alert)
|
||||||
* [OpenRA Tiberian Dawn](game_eggs/openra/openra_tiberian_dawn)
|
* [OpenRA Tiberian Dawn](game_eggs/openra/openra_tiberian_dawn)
|
||||||
|
|
||||||
|
[Path Of Titans](game_eggs/paht_of_titans)
|
||||||
|
|
||||||
[Red Dead Redemption](game_eggs/rdr)
|
[Red Dead Redemption](game_eggs/rdr)
|
||||||
|
|
||||||
* [RedM](game_eggs/rdr/redm)
|
* [RedM](game_eggs/rdr/redm)
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
## Install notes
|
## Install notes
|
||||||
This could be a little buggy or not well tested because made on the fast hand.
|
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.
|
You need to open these ports before running the server `7777, 7778, 7779, 7780, 7781`. They are require for RCON, seeing your servr on the list and etc.
|
||||||
|
|
||||||
# Other documentation
|
# Other documentation
|
||||||
|
|
||||||
@ -18,13 +18,23 @@ If you are experienced the I could reccomend using this documentation website on
|
|||||||
|
|
||||||
Ports required to run the server in a table format.
|
Ports required to run the server in a table format.
|
||||||
|
|
||||||
| Port | default |
|
| Port | default |
|
||||||
|---------|---------|
|
|---------------|---------|
|
||||||
| Game | 7777 |
|
| Game | 7777 |
|
||||||
|
| Reserved port | 7778 |
|
||||||
|
| Rcon | 7779 |
|
||||||
|
| Stats | 7780 |
|
||||||
|
| Query | 7781 |
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
<!--Notes about the server ports.-->
|
<!--Notes about the server ports.-->
|
||||||
`7777` is the default port, but any port can be used.
|
`7777` is the default port, but any port can be used.
|
||||||
|
You need to assign to network port `7779` if you want to use RCON
|
||||||
|
Also you need to open port `7778` and `7781` for the query, so it can appear on the server list.
|
||||||
|
`7780` is Stats port.
|
||||||
|
|
||||||
|
`7777, 7781` open for UDP
|
||||||
|
`7778, 7779, 7780` both protocols
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
"_comment": "DO NOT EDIT IF YOU DO NOT KNOW WHAT YOU ARE DOING!",
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2024-04-07T19:39:38+00:00",
|
"exported_at": "2024-04-26T06:39:41+00:00",
|
||||||
"name": "Path Of Titans",
|
"name": "Path Of Titans",
|
||||||
"author": "danielivanvladimir.revin@gmail.com",
|
"author": "danielivanvladimir.revin@gmail.com",
|
||||||
"description": null,
|
"description": null,
|
||||||
@ -15,10 +15,10 @@
|
|||||||
"file_denylist": [],
|
"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",
|
"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": {
|
"config": {
|
||||||
"files": "{}",
|
"files": "{\r\n \"server.properties\": {\r\n \"parser\": \"properties\",\r\n \"find\": {\r\n \"server-ip\": \"0.0.0.0\",\r\n \"enable-query\": \"true\",\r\n \"server-port\": \"{{server.build.default.port}}\",\r\n \"query.port\": \"{{QUERY_PORT}}\"\r\n }\r\n }\r\n}",
|
||||||
"startup": "{\r\n \"done\": \"Server ready\"\r\n}",
|
"startup": "{\r\n \"done\": \"Server ready\"\r\n}",
|
||||||
"logs": "{}",
|
"logs": "{}",
|
||||||
"stop": "quit"
|
"stop": "^C"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"installation": {
|
"installation": {
|
||||||
@ -97,6 +97,16 @@
|
|||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|string|max:1500",
|
"rules": "required|string|max:1500",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Query port",
|
||||||
|
"description": "",
|
||||||
|
"env_variable": "QUERY_PORT",
|
||||||
|
"default_value": "7778",
|
||||||
|
"user_viewable": true,
|
||||||
|
"user_editable": true,
|
||||||
|
"rules": "required|numeric|max:8",
|
||||||
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user