mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
Update egg-palworld.json for RCON cli (#2771)
* Update egg-palworld.json for RCON cli * Update args -publiclobby * Remove Pal * Exported from my panel * Fix rcon * Update the Parser to v1.0.11 for the new flags * PUBLIC_IP is not required anymore if the allocation is public because the parser takes care of that * add bShowPlayerList note --------- Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
This commit is contained in:
parent
7eb5a044fc
commit
074c786862
Binary file not shown.
@ -105,6 +105,9 @@ The RCON port does not need to be allocated.
|
|||||||
1. Update your egg
|
1. Update your egg
|
||||||
2. Update the startup of all already made servers to the one that now comes with the egg
|
2. Update the startup of all already made servers to the one that now comes with the egg
|
||||||
3. Then hit reinstall because the parser application has to be downloaded
|
3. Then hit reinstall because the parser application has to be downloaded
|
||||||
|
4. Because the Palworld devs forgot with the v0.1.5.0 to add the new `bShowPlayerList` key to the config you will need to add it yourself. This maybe fixt in the future. Its default value is False
|
||||||
|
|
||||||
|
Example of the end of the config: `bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt",bShowPlayerList=False)`
|
||||||
|
|
||||||
### Variable Parsing
|
### Variable Parsing
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2024-01-30T17:49:20+01:00",
|
"exported_at": "2024-02-27T15:23:38+01:00",
|
||||||
"name": "Palworld",
|
"name": "Palworld",
|
||||||
"author": "admin@ballaual.de",
|
"author": "admin@ballaual.de",
|
||||||
"description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!",
|
"description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"file_denylist": [
|
"file_denylist": [
|
||||||
"PalServer.sh"
|
"PalServer.sh"
|
||||||
],
|
],
|
||||||
"startup": ".\/PalworldServerConfigParser; (while read cmd; do rcon -s -a \"localhost:$RCON_PORT\" -p \"$ADMIN_PASSWORD\" \"$cmd\";done) < \/dev\/stdin & \/home\/container\/Pal\/Binaries\/Linux\/PalServer-Linux-Test Pal EpicApp=PalServer -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -publicip={{PUBLIC_IP}} -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername=\"{{SERVER_NAME}}\" -players={{MAX_PLAYERS}} $(if [ -n \"$SERVER_PASSWORD\" ]; then echo \"-serverpassword=\\\"${SERVER_PASSWORD}\\\"\"; fi) -adminpassword=\"{{ADMIN_PASSWORD}}\"",
|
"startup": ".\/PalworldServerConfigParser; (while read cmd; do rcon -s -a \"localhost:$RCON_PORT\" -p \"$ADMIN_PASSWORD\" \"$cmd\";done) < \/dev\/stdin & \/home\/container\/Pal\/Binaries\/Linux\/PalServer-Linux-Test Pal -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -port={{SERVER_PORT}} -publicport={{SERVER_PORT}} -servername=\"{{SERVER_NAME}}\" -players={{MAX_PLAYERS}} $(if [ -n \"$SERVER_PASSWORD\" ]; then echo \"-serverpassword=\\\"${SERVER_PASSWORD}\\\"\"; fi) -adminpassword=\"{{ADMIN_PASSWORD}}\" -rcon",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{}",
|
"files": "{}",
|
||||||
"startup": "{\r\n \"done\": \"Setting breakpad minidump AppID = 2394010\"\r\n}",
|
"startup": "{\r\n \"done\": \"Setting breakpad minidump AppID = 2394010\"\r\n}",
|
||||||
@ -94,12 +94,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Public IP",
|
"name": "Public IP",
|
||||||
"description": "Set this to the servers public ip address.",
|
"description": "Set this to the server public ip address.\r\nOnly needed if the allocation is a local ip, else the allocate ip will be used automatically",
|
||||||
"env_variable": "PUBLIC_IP",
|
"env_variable": "PUBLIC_IP",
|
||||||
"default_value": "",
|
"default_value": "",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|string",
|
"rules": "nullable|string",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user