heckler
heckler
There's no need to spam. Every time you post a new message, it gets emailed to everyone watching this repo, not all of whom are interested in holding your hand...
fwiw DefaultPalWorldSettings.ini lists 8211 (not 8221) as default port ```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") ``` note: ```ini PublicPort=8211 ```
> already tried with this startline ``cd Pal/Binaries/Linux && ./PalServer-Linux-Test -port 7877 -players 16 -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS```makes no difference for now. their shell script passes `Pal` to PalServer-Linux-Test ```diff -cd...
[Steamworks SDK](https://steamdb.info/app/1007/) is already [included in the yolk](https://github.com/pelican-eggs/yolks/blob/master/steamcmd/entrypoint.sh#L71-L75). There is no need to add it again. It's unclear why the resolution was changed from 1x1x24 to 1024x768x24. I'm not sure...
Bro I'm so curious to know how you figured that out because I spent several hours over the course of two days trying to debug this before giving up. 😂
Yeah, I was trying to figure out what configuration file it's trying to open because the segfault stack trace has `BumblelionLogger::TryToLoadConfigurationFile()` as the final method being called before it crashes....
> @hackles I don't have any more open requests. this should be in ready state if you are a reviewer Oh, sorry, I'm not a maintainer in this repo or...