文档中心 > 帮助文档 > 幻兽帕鲁配置文件怎么修改

幻兽帕鲁配置文件怎么修改

最近更新时间:2024-01-22 20:04:11

怎么配置自己的倍率、伤害,以及如何传送他人?封禁他人?
服务器的游戏配置,都是通过配置文件来修改,部分人并不知道如何修改或者各项参数含义,以及如何使用游戏中的命令。

首先,先了解一个文件:DefaultPalWorldSettings.ini
此文件包含了配置参数的默认配置,但此文件仅仅是模板,不会生效。
而真正文件的配置路径为:
Windows:
steamapps/common/PalServer/Pal/Saved/Config/WindowsServer/PalWorldSettings.ini
Linux:

cd /home/steam/Steam/steamapps/common/PalServer/Pal/Saved/Config/LinuxServer/PalWorldSettings.ini


此篇教程只讲如何在Linux中修改配置文件

注意:在修改前请先停止游戏服务,在服务器终端执行:systemctl stop pal-world
修改完成后请再开启游戏服务,在服务器终端执行:sudo systemctl restart pal-world


首先,下载winscp软件 软件官网WinSCP :: Official Site :: Download
image.png

安装就下载完直接下一步下一步好了 没什么好教的
打开软件后自动弹出一个连接界面  
文件协议不需要动 主机名写外网地址 端口号写nat映射后的端口 用户名root 密码为服务器密码
如果不是nat机器就是默认的22
此处是我这台的ssh端口映射后的端口号为36885 每个人都不一样 不要照抄image.png

如果经常要改的话点保存 只改一次就点登录
image.png

点是
image.png

根据箭头 选择打开目录/书签

image.png

输入 /home/steam/Steam/steamapps/common/PalServer
image.png

双击DefaultPalWorldSettings.ini 全选复制到其他地方比如聊天框备用
image.png

再次点击打开目录/书签 输入/home/steam/Steam/steamapps/common/PalServer/Pal/Saved/Config/LinuxServer 确定
image.png

下拉找到PalWorldSettings.ini 双击 把刚才复制到其他地方备用的文本粘贴进来
image.png

设定管理员密码 文档中ctrl+F 搜索AdminPassword 这个参数来管理员可以用的指令如下

image.png
之后再服务器聊天框里输入/AdminPassword 你的密码 来认证为管理员 管理员指令:

Command  命令

Description  描述

/Shutdown  {Seconds} {MessageText}

Gracefully  shuts down server with an optional timer and/or message to notify players in  your server.使用可选的计时器和/或消息正常关闭服务器,以通知服务器中的玩家。

/DoExit

Forcefully  shuts down the server immediately. It is not recommended to use this option  unless you've got a technical problem or are okay with potentially losing  data.立即强制关闭服务器。不建议使用此选项,除非您遇到技术问题或可以接受可能丢失数据的情况。

/Broadcast  {MessageText}

Broadcasts  a message to all players in the server.向服务器中的所有玩家广播消息。

/KickPlayer  {PlayerUID or SteamID}

Kicks  player from the server. Useful for getting a player's attention with  moderation.将玩家踢出服务器。有助于适度地吸引玩家的注意力。

/BanPlayer  {PlayerUID or SteamID}

Bans  player from the server. The Player will not be able to rejoin the server  until they are unbanned.禁止玩家进入服务器。玩家在解禁之前将无法重新加入服务器。

/TeleportToPlayer  {PlayerUID or SteamID}

INGAME  ONLY

Immediately  teleport to the target player仅限游戏内

立即传送到目标玩家

/TeleportToMe  {PlayerUID or SteamID}

INGAME  ONLY

Immediately  teleports target player to you.仅限游戏内

立即将目标玩家传送到您身边。

/ShowPlayers

Shows  information on all connected players显示所有已连接玩家的信息······

/Info

Shows  server information 显示服务器信息

/Save

Save the  world data to disk. Useful to ensure your Pal, player, and other data is  saved before stopping the server or performing a risky gameplay  option.将世界数据保存到磁盘。有助于确保您的好友、玩家和其他数据在停止服务器或执行有风险的游戏选项之前得到保存。





调整参数 比如Pal蛋孵化时间改成1小时 文档中ctrl+F 搜索PalEggDefaultHatchingTime
剩下的各个参数会在最下方列出来
image.png

默认为72小时 我们改成1后保存即可

image.png




参数含义:

DayTimeSpeedRate白天流逝速度,0.1到5
NightTimeSpeedRate夜晚流逝速度,0.1到5
ExpRate经验值倍率,0.1到20
DeathPenalty死亡惩罚(None 是关闭死亡掉落。Item表示只掉落物品而不掉装备,ItemAndEquipment表示掉落物品和装备,All表示全部都掉。)
PalCaptureRate捕获概率倍率,0.5到2
PalSpawnNumRate帕鲁出现数量倍率,提高帕鲁出现数量将导致游戏性能下降,0.5到3
PalDamageRateAttack帕鲁攻击伤害倍率,0.1到5
PalDamageRateDefense帕鲁承受伤害倍率,0.1到5
PlayerDamageRateAttack玩家攻击伤害倍率,0.1到5
PlayerDamageRateDefense玩家承受伤害倍率,0.1到5
PlayerStomachDecreaceRate玩家饱食度降低倍率,0.1到5
PlayerStaminaDecreaceRate玩家耐力降低倍率,0.1到5
PlayerAutoHPRegeneRate玩家生命值自然回复倍率,0.1到5
PlayerAutoHpRegeneRateInSleep玩家睡眠时生命值恢复倍率,0.1到5
PalStomachDecreaceRate帕鲁饱食度降低倍率,0.1到5
PalStaminaDecreaceRate帕鲁耐力降低倍率,0.1到5
PalAutoHPRegeneRate帕鲁生命值自然回复倍率,0.1到5
PalAutoHpRegeneRateInSleep帕鲁睡眠时生命值回复倍率(帕鲁终端中的生命值回复倍率),0.1到5
BuildObjectDamageRate对建筑伤害倍率,0.5到3
BuildObjectDeteriorationDamageRate建筑物的劣化速度倍率,0到10
CollectionDropRate道具采集量倍率,0.5到3
CollectionObjectHpRate可采集物品生命值倍率,0.5到3
CollectionObjectRespawnSpeedRate可采集物品刷新间隔,0.5到3
EnemyDropItemRate道具掉落量倍率,0.5到3
GuildPlayerMaxNum公会人数上限,1到100
PalEggDefaultHatchingTime巨大蛋孵化所需时间(小时),其他蛋也会相应改变孵化时间。0到240
ServerDescription服务器描述
Difficulty游戏难度(Difficulty=3 是困难模式。你可以选择None或者Difficulty)



如果您的问题还未解决,可以 提交工单寻求帮助。

免费试用30+款云服务产品 即刻开始您的上云之旅
免费试用