nitrog0d / palworld-arm64

Palworld Arm64 Dedicated server with Docker and FEX
100 stars 5 forks source link

PalWorldSettings.ini is not automatically populated with default values? #11

Closed Deses closed 6 months ago

Deses commented 6 months ago

I was expecting to have a fully populated PalWorldSettings.ini with the default values but mine is empty. Is it normal?

Deses commented 6 months ago

Even manually setting this the game doesn't seem to take the settings into consideration. I can log into the server without password, and when I die I lose all my stuff even though I set it to "None".

[/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=None,
bEnablePlayerToPlayerDamage=True,
bEnableFriendlyFire=True,
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=True,
bCanPickupOtherGuildDeathPenaltyDrop=False,
bEnableNonLoginPenalty=False,
bEnableFastTravel=True,
bIsStartLocationSelectByMap=False,
bExistPlayerAfterLogout=False,
bEnableDefenseOtherGuildPlayer=False,
CoopPlayerMaxNum=4,
ServerPlayerMaxNum=32,
ServerName=A Server
ServerDescription=A server for friends
AdminPassword=Password
ServerPassword=Password
PublicPort=8211,
PublicIP=0.0.0.0
RCONEnabled=False,
RCONPort=25575,
Region=
bUseAuth=True,
BanListURL="https://api.palworldgame.com/api/banlist.txt"
nitrog0d commented 6 months ago

It is normal for it to be empty, and the file you just posted is parsed wrong (doesn't end with ) and has new lines every , I'm not sure if that works), use the default at DefaultPalGameWorldSettings.ini file

Deses commented 6 months ago

Oh! Damn it I forgot I added new lines to every option for readability and after 3 days I completely forgot about it.

Thank you!!

fogolin commented 6 months ago

Mine has an empty file as well, how can I get it to be populated?