一、配置文件路径 1.在steam库中找到服务端程序,打开本地文件 (如果没有,检查steam库是否显示“工具”) 2.依次点开Pal\Saved\Config\WindowsServer,找到PalWorldSettings.ini文件,用可以编辑的编辑器打开(例如记事本) 二、配置文件指令对应表(游戏版本v0.1.2.0) 以下是文字版,方便复制 设置项(游戏版本v0.1.2.0)...
cd /home/steam/Steam mkdir -p ~/.steam/sdk64/ ./steamcmd.sh +login anonymous +app_update 1007 +quit cp ~/Steam/steamapps/common/Steamworks\ SDK\ Redist/linux64/steamclient.so ~/.steam/sdk64/ 然后重新尝试运行即可 cd steamapps/common/PalServer ./PalServer.sh ...
Setting up the Palworld dedicated server isn’t a complicated process, so if you aren’t too familiar with Linux or using the terminal, then don’t worry, as we will walk you through all of the steps to One thing to warn you is that at the time of publishing, only the Steam version...
在服务器启动后,会自动生成一个配置文件steamapps\common\PalServer\Pal\Saved\Config\WindowsServer\PalWorldSettings.ini,默认状态下文件是空白的,可以双击点开steamapps\common\PalServer\DefaultPalWorldSettings.ini复制默认配置。 对默认配置中的值进行修改,即可改变世界参数。
①直接通过STEAM 客户端下载 服务器端 图形化 STEAM 客户端 -库-工具-中 可以找到 Palworld Dedicated Server 针对新手较友好的服务器搭建方式 本文使用后者 启动选择界面 ps.实际上使用 Steam图形化客户端 启动 服务器 也可以显示 Setting breakpad minidump AppID = 2394010 即 “有字版” ...
Pal/Saved/Config/LinuxServer/PalWorldSettings.iniCopy 默认这个文件是空的 cd ~/Steam/steamapps/common/PalServer/DefaultPalWorldSettings.iniCopy 但是在这里有默认设置,复制一下根据这个修改即可 ; This configuration file is a sample of the default server settings. ...
二、安装PalServer 1.安装所需库 代码语言:bash 复制 yuminstallglibc.i686 libstdc++.i686 2.创建用户 代码语言:bash 复制 sudouseradd-msteamsudopasswdsteamsudo-usteam-scd/home/steam 3.下载steamcmd 代码语言:bash 复制 mkdir~/Steam&&cd~/Steamcurl-sqL"https://steamcdn-a.akamaihd.net/client/installer...
Palworld on Steam Deck: Best settings for performance, graphics, and battery life It's hard to run no matter what Lowest settings inPalworldon the Steam Deck The game becomes decently playable when settingPalworldto the lowest settings possible across the board. The only gripe I have is the...
这里我们选用⌈ jammsen / docker-palworld-dedicated-server ⌉的docker 镜像,有兴趣的可以去研究一下,下边我提供一下我改好的 docker-compose.yml文件,大家略微修改即可。 2.1、编写 docker-compose.yml 文件 version: '3.9' services: palworld-dedicated-server: container_name: palworld-dedicated-server ...
This section will explain the steps to make your own dedicated server for the Palworld Steam version, from setting up your VPS environment to installing mods to improve gameplay. Since we’ll useDebian 12, theLinux commandsmight differ depending on your distribution. ...