diff --git a/docs/games/palworld/info.md b/docs/games/palworld/info.md new file mode 100644 index 00000000..7805c1f8 --- /dev/null +++ b/docs/games/palworld/info.md @@ -0,0 +1,35 @@ +--- +id: info +title: Frequent Issues & FAQ +slug: info +hide_table_of_contents: true +description: Find useful information, such as known issues, frequently asked questions, and more, for Palworld +--- + +## Known Issues / FAQ + +1. **The server won't show up in the Community-Server tab**: + - 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**: + - This is also an issue that they are aware of. + - The `bEnableInvaderEnemy` option seems to have a huge impact on the current RAM usage. Disabling it might be choice. + - Tip: Schedule a server restart every 6h. You might adjust the value according to your system! +3. **The server does not show up in the steam server list**: + - This is currently and might never be supported. +4. **The config file gets deleted / reset on server restart**: + - Before editing the config file always make sure to fully stop the server first. Otherwise all changes wont be saved. + +--- + +## Recommended Server Limits + +Due to at least one memory leak the server requires about 16-32 GB RAM. +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. +The minimum should be 16GB but 32GB are fairly recommended for now. + +As of January 19th 2024 the server requires about 5GB of storage space. This might extend with further content/updates. + +--- + +## Credits +- [parkervcp's Pterodactyl Eggs Repository](https://github.com/parkervcp/eggs/tree/master/game_eggs/steamcmd_servers/palworld) diff --git a/embeds.yml b/embeds.yml index e60b811b..3348bb3b 100644 --- a/embeds.yml +++ b/embeds.yml @@ -292,6 +292,12 @@ palworldupdate: description: |+ To update your server to the latest version of Palworld, follow the steps [in our guide](https://docs.bloom.host/games/palworld/update)! +palworldinfo: + aliases: [ 'palinfo' ] + title: 'Palworld Frequent Issues & FAQ' + description: |+ + Find useful information, such as known issues, frequently asked questions, and more, for Palworld + [in our guide](https://docs.bloom.host/games/palworld/update)! rate: aliases: [ 'support' ] title: 'Rate Bloom.host!' diff --git a/sidebars.js b/sidebars.js index eec538cb..5a7d1187 100644 --- a/sidebars.js +++ b/sidebars.js @@ -105,7 +105,8 @@ module.exports = { label: 'Palworld', items: [ 'games/palworld/config', - 'games/palworld/update' + 'games/palworld/update', + 'games/palworld/info' ] }, {