TrueChartsClone/charts/stable/palworld/docs/installation_notes.md

91 lines
6.2 KiB
Markdown
Raw Normal View History

feat(palworld) add rcon sidecar to palworld, docs, and 100 percent config converage. (#17761) **Description** - Add a sidecar rcon to palworld. - docs and notes - about 100% config coverage for the ini file. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-02-01 16:25:06 +00:00
---
title: PalWorld Installation Notes
---
fix(palworld) fix rcon sidecar and update docs and update probes (#17776) **Description** - Fixes rcon sidecar - mount a default file to persist the creds and host for the rcon command tool - updates docs - update probes ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-04 06:42:22 +00:00
:::note
feat(palworld) add rcon sidecar to palworld, docs, and 100 percent config converage. (#17761) **Description** - Add a sidecar rcon to palworld. - docs and notes - about 100% config coverage for the ini file. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-02-01 16:25:06 +00:00
All app configuration defined in the GUI will take precedence over ANY manual configuration changed via the ini file.
:::
:::tip
fix(palworld) fix rcon sidecar and update docs and update probes (#17776) **Description** - Fixes rcon sidecar - mount a default file to persist the creds and host for the rcon command tool - updates docs - update probes ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [X] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-02-04 06:42:22 +00:00
You may need to restart the chart every 24 to 48hrs to keep the server from running out of memory and crashing.
:::
fix(palworld) update ini code,gui, docs and rcon sidecar (#17951) **Description** - Update ini code - update gui item - remove update docs and add it to main instead. - give the end user to enable/disable the rcon sidecar ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-02-05 21:36:11 +00:00
## Update Notes
:::note
To update the server; restart the chart, it will download the latest available version when present. Highly recommend to checkout [rocn docs](./rcon_notes.md) to save the game prior to restarting it.
:::
feat(palworld) add rcon sidecar to palworld, docs, and 100 percent config converage. (#17761) **Description** - Add a sidecar rcon to palworld. - docs and notes - about 100% config coverage for the ini file. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [X] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2024-02-01 16:25:06 +00:00
## Default Values
| KEY | VALUE |
| ------------------------------------ | ---------------------------------------------- |
| Difficulty | None |
| DayTimeSpeedRate | 1.000000 |
| NightTimeSpeedRate | 1.000000 |
| ExpRate | 1.000000 |
| PalCaptureRate | 1.000000 |
| PalSpawnNumRate | 1.000000 |
| PalDamageRateAttack | 1.000000 |
| PalDamageRateDefense | 1.000000 |
| PlayerDamageRateAttack | 1.000000 |
| PlayerDamageRateDefense | 1.000000 |
| PlayerStomachDecreaceRate | 1.000000 |
| PlayerStaminaDecreaceRate | 1.000000 |
| PlayerAutoHPRegeneRate | 1.000000 |
| PlayerAutoHpRegeneRateInSleep | 1.000000 |
| PalStomachDecreaceRate | 1.000000 |
| PalStaminaDecreaceRate | 1.000000 |
| PalAutoHPRegeneRate | 1.000000 |
| PalAutoHpRegeneRateInSleep | 1.000000 |
| BuildObjectDamageRate | 1.000000 |
| BuildObjectDeteriorationDamageRate | 1.000000 |
| CollectionDropRate | 1.000000 |
| CollectionObjectHpRate | 1.000000 |
| CollectionObjectRespawnSpeedRate | 1.000000 |
| EnemyDropItemRate | 1.000000 |
| DeathPenalty | All |
| bEnablePlayerToPlayerDamage | False |
| bEnableFriendlyFire | False |
| bEnableInvaderEnemy | True |
| bActiveUNKO | False |
| bEnableAimAssistPad | True |
| bEnableAimAssistKeyboard | False |
| DropItemMaxNum | 3000 |
| DropItemMaxNum_UNKO | 100 |
| BaseCampMaxNum | 128 |
| BaseCampWorkerMaxNum | 15 |
| DropItemAliveMaxHours | 1.000000 |
| bAutoResetGuildNoOnlinePlayers | False |
| AutoResetGuildTimeNoOnlinePlayers | 72.000000 |
| GuildPlayerMaxNum | 20 |
| PalEggDefaultHatchingTime | 72.000000 |
| WorkSpeedRate | 1.000000 |
| bIsMultiplay | False |
| bIsPvP | False |
| bCanPickupOtherGuildDeathPenaltyDrop | False |
| bEnableNonLoginPenalty | True |
| bEnableFastTravel | True |
| bIsStartLocationSelectByMap | True |
| bExistPlayerAfterLogout | False |
| bEnableDefenseOtherGuildPlayer | False |
| CoopPlayerMaxNum | 4 |
| ServerPlayerMaxNum | 32 |
| ServerName | "Default Palworld Server" |
| ServerDescription | "" |
| AdminPassword | "" |
| ServerPassword | "" |
| PublicPort | 8211 |
| PublicIP | "" |
| RCONEnabled | False |
| RCONPort | 25575 |
| Region | "" |
| bUseAuth | True |
| BanListURL | "https://api.palworldgame.com/api/banlist.txt" |