Closed tefuirZ closed 9 months ago
Hey @tefuirZ As i see this right now, some values and used and some dont.
Please do a fresh install of this image with a new game
directory and force-pull the "latest" image, you might just dont have the latest bug-fixes downloaded.
@tefuirZ 重建的时候在环境变量里改
Hey @tefuirZ As i see this right now, some values and used and some dont.
Please do a fresh install of this image with a new
game
directory and force-pull the "latest" image, you might just dont have the latest bug-fixes downloaded.
It has been fixed now. It turns out it was really a version problem. Another problem is how do we roll back the file? If I replace the current file with the backup file, I will not be able to enter the server directly. Another suggestion is to add the server monitoring panel to the container https://github.com/Hoshinonyaruko/palworld-go This is a good server operation and maintenance panel
Another problem is how do we roll back the file?
What file?
Another suggestion is to add the server monitoring panel to the container https://github.com/Hoshinonyaruko/palworld-go This is a good server operation and maintenance panel
You mean to solve your problem? Or for what is the suggestion?
Have you read the Important information text above
Current behavior
I set it using environment variables, but the configuration didn't take effect. I checked that the configuration file in the locally mapped /game/Pal/Saved/Config/LinuxServer/PalWorldSetting.ini has not been changed according to the preset environment variables. Is this a bug? The following are the details of the docker-compose.yml file and the details of the configuration file.
Desired behavior
This is the environment variable of docker: version: '3.9' services: palworld-dedicated-server:
build: .
The following is the configuration file generated by the server: [/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="tefuir私",ServerDescription="Palworld-Dedicated-Server running in Docker by jammsen",AdminPassword="40061198",ServerPassword="tefuir",PublicPort=8211,PublicIP="",RCONEnabled=false,RCONPort=25575,Region="",bUseAuth=True,BanListURL="https://api.palworldgame.com/api/banlist.txt")
Links to screenshots
No response
To Reproduce
Steps to reproduce the behavior:
Software setup
Hardware setup
Additional context
No response