Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Data isn't being populated when you run the .exe so it is causing you to not have a functioning server.
We have to wait for Palworld server files to update through steamcmd. :/
Got sick of running SteamCMD every 10 minutes and typing all the bs in.
Here's a link to my .bat file I'm using to update check and run the program.
https://mega.nz/file/AJFnBKZS#DnUSWdV3EH8ipEma7kijqXeMZk2Kil0oSGoebqCTU0Q
Everything in the .bat file is commented out, so if people are learning they can understand what it does. :)
You will need to own it to download via SteamCMD yes but not to run it most likely.
Yeah just downloaded on my server now as anonymous login.
@echo off
echo "Thank you for using the automated server update file."
echo "This file is designed to update your Palworld Dedicated Server."
echo "Please close this window if you do not wish to update your server."
timeout /t 30
::The section above shows an opening message and gives a 30 second countdown in case you wish to
::cancel the exectution of the .bat file. Minor safety feature for those "just in case" moments.
::Delays are always skippable by pressing a key.
CD C:\Users\Xinterp\Desktop\SteamCMD
echo "Directory changed SteamCMD's Main Directory."
::Directory gets changed to the SteamCMD directory. Change the directory on line 9 to match your
::current SteamCMD directory if you plan on using this.
start "steamcmd" steamcmd +login anonymous +app_update 2394010 validate +quit
echo "SteamCMD should be updating the Palworld Server."
timeout /t 600
::This section starts SteamCMD from the directory set above on line 9, logs in as anonymous, updates
::the AppID: 2394010 (Palworld Dedicated Server) and performs a validation check. Once those things
::have gone through, it then closes SteamCMD. The default timer added to this is a 10 minute timer
::again for those "just in case" moments. Delays are always skippable by pressing a key.
CD .\steamapps\common\PalServer
echo "Attempting to run the Palworld Server."
PalServer.exe
::This appends the directory from SteamCMD to the Palworld Dedicated Server directory. You will need
::to change the directory on line 23 to your current server's directory with the executable file.
::Once you've changed the directory, you can specify what file you wish to run. If that's a .bat,
::.exe, .gen, .sh, etc... This change is on line 25.
::I know most people don't explain what .bat files do, but it would be nice if people started
::commenting their .bat files out like this to help others who are learning. Enjoy -Xinterp
pause
Was genuinely trying to help. Sometimes my idiot brain forgets that people are malicious and ♥♥♥♥. Ruins it for those who are trying to help.
i ran your cmd script and still get Setting breakpad minidump AppID = 1623730
so I'm guess Ill have to wait for palworld to update the files?
Set breakpad minidump AppID = xxxxxxxxxxxxxxxxx
entered the local IP of the server computer and was able to enter the game, since the direct connection in the game defaults to 127. and a number, and if I make the connection as is, it fails.
The problem is that when I enable the password, I can't even get in through the direct connection, so I was able to get in locally, but I don't know if others can join because it doesn't show up in the waiting server list.
I know I can join in other games, so if I can't, I'll just use the IP direct connection. I just play with friends.