mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 07:52:56 +08:00
074c786862
* 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>
121 lines
5.6 KiB
Markdown
121 lines
5.6 KiB
Markdown
# Palworld
|
|
|
|
### Steam Description
|
|
Fight, farm, build and work alongside mysterious creatures called "Pals" in this completely new multiplayer, open world survival and crafting game!
|
|
|
|
### Authors / Contributors
|
|
<table>
|
|
<tr>
|
|
<td align="center">
|
|
<a href="https://github.com/Ballaual">
|
|
<img src="https://avatars.githubusercontent.com/u/38478976" width="50px;" alt=""/><br /><sub><b>Alexander Ballauf</b></sub>
|
|
</a>
|
|
<br />
|
|
<a href="https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900216079" title="Codes">💻</a>
|
|
<a href="https://github.com/parkervcp/eggs/commits?author=Ballaual" title="Maintains">🔨</a>
|
|
</td>
|
|
<td align="center">
|
|
<a href="https://github.com/QuintenQVD0">
|
|
<img src="https://avatars.githubusercontent.com/u/67589015" width="50px;" alt=""/><br /><sub><b>QuintenQVD0</b></sub>
|
|
</a>
|
|
<br />
|
|
<a href="https://github.com/parkervcp/eggs/issues/2669#issuecomment-1899999796" title="Codes">💻</a>
|
|
<td align="center">
|
|
<a href="https://github.com/hackles">
|
|
<img src="https://avatars.githubusercontent.com/u/30584261" width="50px;" alt=""/><br /><sub><b>heckler</b></sub>
|
|
</a>
|
|
<br />
|
|
<a href="https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900043987" title="Contributor">💡</a>
|
|
</td>
|
|
</td>
|
|
<td align="center">
|
|
<a href="https://github.com/danny6167">
|
|
<img src="https://avatars.githubusercontent.com/u/388231" width="50px;" alt=""/><br /><sub><b>Daniel Barton</b></sub>
|
|
</a>
|
|
<br />
|
|
<a href="https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900100992" title="Codes">💻</a>
|
|
</td>
|
|
<td align="center">
|
|
<a href="https://github.com/Rodhin">
|
|
<img src="https://avatars.githubusercontent.com/u/13395074" width="50px;" alt=""/><br /><sub><b>Rodhin</b></sub>
|
|
</a>
|
|
<br />
|
|
<a href="https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900153550" title="Codes">💻</a>
|
|
</td>
|
|
<td align="center">
|
|
<a href="https://github.com/B0rbor4d">
|
|
<img src="https://avatars.githubusercontent.com/u/33213807" width="50px;" alt=""/><br /><sub><b>B0rbor4d</b></sub>
|
|
</a>
|
|
<br />
|
|
<a href="https://github.com/parkervcp/eggs/issues/2669#issuecomment-1900213758" title="Contributor">💡</a>
|
|
</td>
|
|
<td align="center">
|
|
<a href="https://github.com/Simsz">
|
|
<img src="https://avatars.githubusercontent.com/u/12779829" width="50px;" alt=""/><br /><sub><b>Zach</b></sub>
|
|
</a>
|
|
<br />
|
|
<a href="https://github.com/parkervcp/eggs/issues/2669#issuecomment-1899954711" title="Contributor">💡</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
## Known Issues / FAQ
|
|
|
|
1) The server won't show up in the Community-Server tab.<br>
|
|
-> This is a known problem and the devs will hopefully fix that asap. Best choice is to connect by IP and Password.
|
|
|
|
2) The server has a memory leak.<br>
|
|
-> This is also an issue that they are aware of.<br>
|
|
-> The `bEnableInvaderEnemy` option seems to have a huge impact on the current RAM usage. Disabling it might be choice.<br>
|
|
-> Tip: Schedule a server restart every 6h. You might adjust the value according to your system!<br>
|
|
|
|
3) The server does not show up in the steam server list.<br>
|
|
-> This is currently and might never be supported.
|
|
|
|
4) The config file gets deleted / reset on server restart.<br>
|
|
-> Before editing the config file always make sure to fully stop the server first. Otherwise all changes wont be saved.
|
|
|
|
## Recommended server settings
|
|
|
|
### RAM
|
|
|
|
Due to at least one memory leak the server requires about 16-32GB RAM.<br>
|
|
Referring to the [official documentation](https://tech.palworldgame.com/dedicated-server-guide) you can start the server with 8GB but you will run out of memory very quickly.<br>
|
|
The minimum should be 16GB but 32GB are fairly recommended for now.<br>
|
|
|
|
### CPU
|
|
|
|
Intel / AMD processor with at least 4 cores.
|
|
|
|
### Storage
|
|
|
|
As of January 19th 2024 the server requires about 5GB of storage capacity. This might extend with further content/updates.
|
|
|
|
## Server Ports
|
|
|
|
| Port | Default |
|
|
| --------------- | ------- |
|
|
| Game | 8211 |
|
|
| RCON (optional) | 25575 |
|
|
|
|
The RCON port does not need to be allocated.
|
|
|
|
### Updating
|
|
|
|
1. Update your 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
|
|
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
|
|
|
|
The parser application that is currently being shipped is capable of editing all variables that are present in the Palworld configuration file as of February 1, 2024.
|
|
|
|
However, only the most basic and necessary variables are present in the egg.
|
|
Those who need more variables will have to add them themselves.
|
|
|
|
See a list of what key matches with what variable [Here](https://github.com/QuintenQVD0/Palword-server-config-parser?tab=readme-ov-file#key-with-variables)
|
|
|
|
**Variables that do not exist will automatically be skipped parsing so you do not have to worry about it emptying your config file** |