护核纪元 服务器安装教程 Windows

geteshi
2025-05-31 / 0 评论 / 16 阅读 / 正在检测是否收录...

其实其他平台都大差不差,都可以服用

下载steamcmd

下载后直接解压,进去后只有一个steamcmd.exe,运行它,没有运行的话在cmd里面运行

steamcmd.exe

安装护核纪元服务端

login anonymous
app_update 1963720

安装完后找到游戏目录

在steamcmd同级目录下的里面

steamapps\common

双击运行Launch.bat

会产生一下服务器文件

路径:

C:\Users\Administrator\AppData\LocalLow\Pugstorm\Core Keeper\DedicatedServer

ServerConfig.json -- 服务器配置文件

{
    "gameId": "2222222222222222222222",
      //用于服务器的游戏ID。需要至少28个字符的字母和数字,不包括Y,y,x,0,O.不填或无效表示将在开始时生成一个新的ID。这里我用了一堆2来举例
    "world": 0,
      //表示使用哪个世界文件,0将会使用worlds文件夹中0.world.gzip
    "worldName": "Core Keeper",
      //服务器名称
    "worldSeed": 0,
      //生成新世界时使用的种子,设置为0将会随机
    "maxNumberPlayers": 100,
      //最大游玩人数
    "maxNumberPacketsSentPerFrame": 1,
    "networkSendRate": 20,
      //网络配置,不懂请无视
    "worldMode": 0,
      //为世界设置世界模式。可以是普通(0),困难(1),创意(2),休闲(4)。注意:目前不支持在创意和非创意世界之间切换。
    "seasonOverride": -1
      //通过设置为None (0), Easter (1), Halloween (2), Christmas (3), Valentine (4), Anniversary (5), CherryBlossom(6)中的任何一个来覆盖当前季节。-1是根据系统日期设置的默认设置。
}

复制游戏世界

本地的游戏世界

安装steam的路径\userdata\你的steamid\1621690\remote\worlds

运行过一次之后,会在服务器产生的文件里面有一个worlds文件,复制到里面去

加载mod

https://mod.io/g/corekeeper
下载mod,是压缩包,解压后放在服务器的

steamapps\common\Core Keeper Dedicated Server\CoreKeeperServer_Data\StreamingAssets\Mods

tips:没有Mods的话新建一个

查看mod是否加载

运行服务器之后,可以在CoreKeeperServerLog.txt日志里面看到

0

评论 (0)

取消