From 3a4f9bc9945d5b7a06fd6527d34e90a593567206 Mon Sep 17 00:00:00 2001 From: smashyalts Date: Sun, 21 Jan 2024 16:32:39 +0100 Subject: [PATCH 1/4] Update embeds.yml --- embeds.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/embeds.yml b/embeds.yml index a1195f84..af19cea9 100644 --- a/embeds.yml +++ b/embeds.yml @@ -280,6 +280,12 @@ waitlist: **4.** Transfer or purchase your server! Thanks again for your interest in our plans! +palworld: + aliases: [ 'palworld' ] + title: 'How to change config on your PalWorld server' + description: |+ + To change your config on your PalWorld server, follow the steps in our guide + [Guide](https://docs.bloom.host/games/palworld/config) rate: aliases: [ 'support' ] From 16309d3be2027302d50b986315b65f8d5a4849fd Mon Sep 17 00:00:00 2001 From: smashyalts Date: Sun, 21 Jan 2024 16:27:33 +0100 Subject: [PATCH 2/4] Update sidebars.js --- sidebars.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sidebars.js b/sidebars.js index e8d2ae15..d8709cba 100644 --- a/sidebars.js +++ b/sidebars.js @@ -100,6 +100,13 @@ module.exports = { label: 'Games', collapsed: true, items: [ + { + type: 'category', + label: 'PalWorld', + items: [ + 'games/palworld/config' + ] + }, { type: 'category', label: 'Rust', From bf0f8f0d31408c0a88f037ad8fdd73f46fe2a141 Mon Sep 17 00:00:00 2001 From: smashyalts Date: Sun, 21 Jan 2024 16:14:01 +0100 Subject: [PATCH 3/4] Create config.md --- docs/games/palworld/config.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/games/palworld/config.md diff --git a/docs/games/palworld/config.md b/docs/games/palworld/config.md new file mode 100644 index 00000000..3db1c4c4 --- /dev/null +++ b/docs/games/palworld/config.md @@ -0,0 +1,20 @@ +--- +id: config +title: Modifying Settings +hide_table_of_contents: true +description: Learn how you can change the settings of your PalWorld server! +--- + +## PalWorld + + + +First stop the server and copy the contents of the /home/container/DefaultPalWorldSettings.ini file to the /home/container/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini file +then remove the first 3 lines, it should look something like this when done + +``` +[/Script/Pal.PalGameWorldSettings] +OptionSettings=(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") +``` + +Now you can change it to your hearts content From 2877ccd5bcfba098fab27a4ab936e107cf8c4c31 Mon Sep 17 00:00:00 2001 From: Geri Date: Mon, 22 Jan 2024 10:18:45 +0100 Subject: [PATCH 4/4] fix: some styling --- docs/games/palworld/config.md | 19 +++++++++++-------- embeds.yml | 8 ++++---- sidebars.js | 4 ++-- 3 files changed, 17 insertions(+), 14 deletions(-) diff --git a/docs/games/palworld/config.md b/docs/games/palworld/config.md index 3db1c4c4..24c753c2 100644 --- a/docs/games/palworld/config.md +++ b/docs/games/palworld/config.md @@ -2,19 +2,22 @@ id: config title: Modifying Settings hide_table_of_contents: true -description: Learn how you can change the settings of your PalWorld server! +description: Learn how you can change the settings of your Palworld server! --- -## PalWorld +## Palworld Modifying Settings +First, stop your server. Then, using the [File Manager](/using_the_panel/file-manager-controls), +copy the contents of the `DefaultPalWorldSettings.ini` file to the +`Pal/Saved/Config/LinuxServer/PalWorldSettings.ini` file. +Lastly, remove the first 3 lines of the file. - -First stop the server and copy the contents of the /home/container/DefaultPalWorldSettings.ini file to the /home/container/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini file -then remove the first 3 lines, it should look something like this when done - -``` +It should look something like this when you are finished: +```ini [/Script/Pal.PalGameWorldSettings] OptionSettings=(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") ``` -Now you can change it to your hearts content +Now you can change it to your hearts content! + +Make sure to restart your server to apply the changes. diff --git a/embeds.yml b/embeds.yml index af19cea9..ac93f2cf 100644 --- a/embeds.yml +++ b/embeds.yml @@ -280,12 +280,12 @@ waitlist: **4.** Transfer or purchase your server! Thanks again for your interest in our plans! + palworld: - aliases: [ 'palworld' ] - title: 'How to change config on your PalWorld server' + title: 'How to change config on your Palworld server' description: |+ - To change your config on your PalWorld server, follow the steps in our guide - [Guide](https://docs.bloom.host/games/palworld/config) + To change your config on your Palworld server, follow the steps + [in our guide](https://docs.bloom.host/games/palworld/config)! rate: aliases: [ 'support' ] diff --git a/sidebars.js b/sidebars.js index d8709cba..a39f5190 100644 --- a/sidebars.js +++ b/sidebars.js @@ -100,9 +100,9 @@ module.exports = { label: 'Games', collapsed: true, items: [ - { + { type: 'category', - label: 'PalWorld', + label: 'Palworld', items: [ 'games/palworld/config' ]