Palworld

Palworld

View Stats:
legojoe Jan 21, 2024 @ 11:40am
Dedicated Server - Increase Pal Base Worker limit?
Anyone able to increase the pal limit increase on dedicated servers? My base level right now is 17 but even after adjusting BaseCampWorkerMaxNum=20, it's still showing 15. Base level not high enough maybe?
< >
Showing 1-15 of 24 comments
Yukilona Jan 21, 2024 @ 7:41pm 
we have the same problem .. :{
lpirtle Jan 21, 2024 @ 8:00pm 
Im also having the same issue, no matter what I put in the limit remains at 15; I suspect that this is a bug because the game shouldn't be ignoring this setting.
Zervo⭐ Jan 21, 2024 @ 8:21pm 
imo a lot of the server config/setting aren't working just yet.
this also happen in similar games like ark/conan. especially back in the day of their EA.
They have a lot of place holder for server config. but wasn't working yet.
Lazy Bunny Kiera Jan 21, 2024 @ 11:52pm 
Same problem here, it ignores this, so i'm wondering if it's supposed to be called something else, or if it just doesn't check this
ManawarGames Jan 22, 2024 @ 7:55am 
Same, not working
Sylfarion Jan 23, 2024 @ 1:07am 
Originally posted by CantQuitWanting:
I have a fix here. https://steamcommunity.com/app/1623730/discussions/0/4132683277287112559/
Your not the smartest one?
MG_Jerry Jan 23, 2024 @ 1:44am 
Originally posted by Sylfarion:
Originally posted by CantQuitWanting:
I have a fix here. https://steamcommunity.com/app/1623730/discussions/0/4132683277287112559/
Your not the smartest one?

"Uhm... Actually..." ☝️🤓

Jokes aside, if it's stupid but it works, then it ain't stupid. 🙂
At least he did mention the sav to json thing (which I did not even know has been made) so I can fix the admin password (I need it for my RCON) that his method broke.
Originally posted by MG_Jerry:
Originally posted by Sylfarion:
Your not the smartest one?

"Uhm... Actually..." ☝️🤓

Jokes aside, if it's stupid but it works, then it ain't stupid. 🙂
At least he did mention the sav to json thing (which I did not even know has been made) so I can fix the admin password (I need it for my RCON) that his method broke.

Hey i added u, did u get the admin password working in the worldoption.sav? :c
Guttacat Jan 23, 2024 @ 5:59am 
Make sure you're editing palworld.properties in the servers root now. It used to be in pal/saved/linux... etc but they changed the file to update settings to the one in the root
BlackRockSoul Jan 23, 2024 @ 6:29am 
Using this tool https://gist.github.com/cheahjs/300239464dd84fe6902893b6b9250fd0
1. You should create a new multiplayer game and copy WorldOption.sav file
2. Paste it to a new empty folder (next temp)
3. Drag and drop temp folder to convert-to-json.bat and press buttons
4. You'll have a JSON config file
5. Delete WorldOption.sav from temp
6. Tweak it as you like and add (probably would work for AdminPassword as well):
"ServerPassword": { "Str": { "value": "1337" } }
7. Drag and drop temp folder to convert-to-sav.bat
8. Copy new WorldOption.sav to your save folder near to Level.sav
9. Done
Last edited by BlackRockSoul; Jan 23, 2024 @ 6:29am
MG_Jerry Jan 23, 2024 @ 8:53am 
Originally posted by cute anime girl UwU <3:

Hey i added u, did u get the admin password working in the worldoption.sav? :c

Just follow what BlackRockSoul said above, and it pretty much works.

Here's my config in the WorldOptions.sav.json (insert at about line 450-ish)

"ServerPlayerMaxNum": { "Int": { "value": 8 } }, "ServerName": { "Str": { "value": "Generic Server" } }, "ServerDescription": { "Str": { "value": "Generic Server Desc" } }, "AdminPassword": { "Str": { "value": "password" } }, "RCONEnabled": { "Bool": { "value": true } }, "RCONPort": { "Int": { "value": 25575 } }

(Literally value names ported from PalWorldSettings.ini)
Just remember to add a comma to the line before you add this, or it won't work



Originally posted by Guttacat:
Make sure you're editing palworld.properties in the servers root now. It used to be in pal/saved/linux... etc but they changed the file to update settings to the one in the root

Heard some people were mentioning something along the lines of "palworld.properties". Can you link me how to do that file, can't seem to find any guide about it?

edit: apparently it's a thing with some hosting providers like ShockByte, dunno how they did it tho, and I ain't shilling $20 to get that info after "the last time"
Last edited by MG_Jerry; Jan 23, 2024 @ 10:33am
TheRealRazgriz Jan 23, 2024 @ 5:51pm 
Originally posted by MG_Jerry:
Originally posted by cute anime girl UwU <3:

Hey i added u, did u get the admin password working in the worldoption.sav? :c

Just follow what BlackRockSoul said above, and it pretty much works.

Here's my config in the WorldOptions.sav.json (insert at about line 450-ish)

"ServerPlayerMaxNum": { "Int": { "value": 8 } }, "ServerName": { "Str": { "value": "Generic Server" } }, "ServerDescription": { "Str": { "value": "Generic Server Desc" } }, "AdminPassword": { "Str": { "value": "password" } }, "RCONEnabled": { "Bool": { "value": true } }, "RCONPort": { "Int": { "value": 25575 } }

(Literally value names ported from PalWorldSettings.ini)
Just remember to add a comma to the line before you add this, or it won't work



Originally posted by Guttacat:
Make sure you're editing palworld.properties in the servers root now. It used to be in pal/saved/linux... etc but they changed the file to update settings to the one in the root

Heard some people were mentioning something along the lines of "palworld.properties". Can you link me how to do that file, can't seem to find any guide about it?

edit: apparently it's a thing with some hosting providers like ShockByte, dunno how they did it tho, and I ain't shilling $20 to get that info after "the last time"

What are you using to unpack and re-pack the WorldOptions.sav file? The linked option above doesnt work with WorldOptions, but only Level.sav and will throw an error when using a WorldOptions.sav file. I seem to be missing something or within the last 7 hours something has changed? My server doesn't even HAVE a WorldOptions.sav file to begin with, only Level.sav
TheRealRazgriz Jan 23, 2024 @ 6:48pm 
Ignore my previous, within the timeframe of OP and when I was trying this, the tool dev broke the tool on accident. It has since been fixed and I can confirm this works.
Larry Bambel Jan 24, 2024 @ 10:49am 
Hello,

It doesn't work for me.
Do you have any detailed video or written tutorials?

Thank you
< >
Showing 1-15 of 24 comments
Per page: 1530 50

Date Posted: Jan 21, 2024 @ 11:40am
Posts: 24