- Joined
- Jan 19, 2024
- Messages
- 151
How to edit Palworld Server Settings with config file? Palworld server configuration is easy. You can change the server settings easily.
If you followed our Guide about How to Setup a Palworld Dedicated Server
You need to change the settings of your Palworld Server. I will explain every settings in detail.
Palworld server config file location
You can find the Palworld Server Settings file under:
Palworld server config folder
Open the file with your text editor. (I recommend the Notepad++)
Default Palworld server settings:
Adjusts the overall difficulty of the game.
Modifies the speed of in-game time during the day.
Modifies the speed of in-game time during the night.
Changes the experience gain rate for both players and creatures.
Adjusts the rate at which Pal creatures can be captured.
Adjusts the rate at which Pal creatures spawn.
Fine-tunes Pal creature damage dealt.
Fine-tunes Pal creature damage received.
Fine-tunes player damage dealt.
Fine-tunes player damage received.
Adjusts the rate at which the player’s stomach decreases.
Adjusts the rate at which the player’s stamina decreases.
Adjusts the rate of automatic player health regeneration.
Adjusts the rate of automatic player health regeneration during sleep.
Adjusts the rate at which Pal creature stomach decreases.
Adjusts the rate at which Pal creature stamina decreases.
Adjusts the rate of automatic Pal creature health regeneration.
Adjusts the rate of automatic Pal creature health regeneration during sleep.
Adjusts the rate at which built objects take damage.
Adjusts the rate at which built objects deteriorate.
Adjusts the drop rate of collected items.
Adjusts the health of collected objects.
Adjusts the respawn speed of collected objects.
Adjusts the drop rate of items from defeated enemies.
Defines the penalty upon player death (e.g., All, None).
Enables or disables player-to-player damage.
Enables or disables friendly fire.
Enables or disables invader enemies.
Activates or deactivates UNKO (Unidentified Nocturnal Knock-off).
Enables or disables aim assist for controllers.
Enables or disables aim assist for keyboards.
Sets the maximum number of dropped items in the game.
Sets the maximum number of dropped UNKO items in the game.
Sets the maximum number of base camps that can be built.
Sets the maximum number of workers in a base camp.
Sets the maximum time items remain alive after being dropped.
Automatically resets guilds with no online players.
Sets the time after which guilds with no online players are automatically reset.
Sets the maximum number of players in a guild.
Sets the default hatching time for Pal eggs.
Adjusts the overall work speed in the game.
Enables or disables multiplayer mode.
Enables or disables player versus player (PvP) mode.
Enables or disables the pickup of death penalty drops from other guilds.
Enables or disables non-login penalties.
Enables or disables fast travel.
Enables or disables the selection of starting locations on the map.
Enables or disables the existence of players after logout.
Enables or disables the defense of other guild players.
Sets the maximum number of cooperative players in a session.
Sets the maximum number of players allowed on the server.
Sets the name of the Palworld server.
Provides a description for the Palworld server.
Sets the password for server administration.
Sets the password for joining the Palworld server.
Sets the public port for the Palworld server.
Sets the public IP address for the Palworld server.
Enables or disables Remote Console (RCON) for server administration.
Sets the port for Remote Console (RCON) communication.
Sets the region for the Palworld server.
Enables or disables server authentication.
|Sets the URL for the server’s ban list.|
If you followed our Guide about How to Setup a Palworld Dedicated Server
You need to change the settings of your Palworld Server. I will explain every settings in detail.
Palworld server config file location
You can find the Palworld Server Settings file under:
Palworld server config folder
Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
Open the file with your text editor. (I recommend the Notepad++)
Default Palworld server settings:
Code:
[/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"
)
Whole List of Palworld Server Settings and Meanings:
Code:
Difficulty=None,
Code:
DayTimeSpeedRate=1.000000,
Code:
NightTimeSpeedRate=1.000000,
Code:
ExpRate=1.000000,
Code:
PalCaptureRate=1.000000,
Code:
PalSpawnNumRate=1.000000,
Code:
PalDamageRateAttack=1.000000,
Code:
PalDamageRateDefense=1.000000,
Code:
PlayerDamageRateAttack=1.000000,
Code:
PlayerDamageRateDefense=1.000000,
Code:
PlayerStomachDecreaceRate=1.000000,
Code:
PlayerStaminaDecreaceRate=1.000000,
Code:
PlayerAutoHPRegeneRate=1.000000,
Code:
PlayerAutoHpRegeneRateInSleep=1.000000,
Code:
PalStomachDecreaceRate=1.000000,
Code:
PalStaminaDecreaceRate=1.000000,
Code:
PalAutoHPRegeneRate=1.000000,
Code:
PalAutoHpRegeneRateInSleep=1.000000,
Code:
BuildObjectDamageRate=1.000000,
Code:
BuildObjectDeteriorationDamageRate=1.000000,
Code:
CollectionDropRate=1.000000,
Code:
CollectionObjectHpRate=1.000000,
Code:
CollectionObjectRespawnSpeedRate=1.000000,
Code:
EnemyDropItemRate=1.000000,
Code:
DeathPenalty=All,
Code:
bEnablePlayerToPlayerDamage=False,
Code:
bEnableFriendlyFire=False,
Code:
bEnableInvaderEnemy=True,
Code:
bActiveUNKO=False,
Code:
bEnableAimAssistPad=True,
Code:
bEnableAimAssistKeyboard=False,
Code:
DropItemMaxNum=3000,
Code:
DropItemMaxNum_UNKO=100,
Code:
BaseCampMaxNum=128,
Code:
BaseCampWorkerMaxNum=15,
Code:
DropItemAliveMaxHours=1.000000,
Code:
bAutoResetGuildNoOnlinePlayers=False,
Code:
AutoResetGuildTimeNoOnlinePlayers=72.000000,
Code:
GuildPlayerMaxNum=20,
Code:
PalEggDefaultHatchingTime=72.000000,
Code:
WorkSpeedRate=1.000000,
Code:
bIsMultiplay=False,
Code:
bIsPvP=False,
Code:
bCanPickupOtherGuildDeathPenaltyDrop=False,
Code:
bEnableNonLoginPenalty=True,
Code:
bEnableFastTravel=True,
Code:
bIsStartLocationSelectByMap=True,
Code:
bExistPlayerAfterLogout=False,
Code:
bEnableDefenseOtherGuildPlayer=False,
Code:
CoopPlayerMaxNum=4,
Code:
ServerPlayerMaxNum=32,
Code:
ServerName="Default Palworld Server",
Code:
ServerDescription="",
Code:
AdminPassword="",
Code:
ServerPassword="",
Code:
PublicPort=8211,
Code:
PublicIP="",
Code:
RCONEnabled=False,
Code:
RCONPort=25575,
Code:
Region="",
Code:
bUseAuth=True,
Code:
BanListURL="https://api.palworldgame.com/api/banlist.txt"
Last edited by a moderator: