【零成本】七日杀 服务器搭建 异地联机 无需公网IP、服务器

主要内容

  • 什么是七日杀

  • 搭建前需要准备什么

  • 详细步骤

  • 1.Steam中下载七日杀服务器工具

  • 2.修改七日杀服务配置文件

  • 3.启动七日杀服务器应用

  • 4.运行 MoleSDN 进行异地联机

  • 5.小伙伴打开游戏加入 鼠鼠的服务器

什么是七日杀

《七日杀》是一款沙盒生存恐怖游戏,突出了其开放世界、建筑与生存要素的混合体验。

游戏特色:沙盒生存:玩家需要在一个开放世界中生存,收集资源、建造基地、抵御丧尸和其他玩家的攻击。丧尸与敌对生物:游戏中充斥着多种类型的丧尸和其他怪物,它们的攻击随着时间推移变得更加强大和频繁。建造与破坏:玩家可以通过收集资源和合成物品来建造和加固建筑,同时世界中的几乎所有物体都可以被破坏或移动。合作与PvP:支持多人合作模式,玩家可以一起建设基地和对抗敌人,也可以选择攻击其他玩家的基地。

《七日杀》最早于2013年作为Alpha版本发布,由The Fun Pimps开发团队制作。游戏经历了多次重大更新,包括增加新的游戏机制、改进图形和物理引擎以及优化游戏性能。开发团队积极与玩家社区互动,接受玩家反馈并根据反馈进行游戏改进和更新。最近《七日杀》1.0正式版本,目前仍在持续更新。

搭建前需要准备什么

不需要准备什么:一台能上网的Windows系统电脑、一个MoleSDN账户即可

详细步骤

1.Steam中下载七日杀服务器工具

Steam游戏库中搜索294420 (或7 Days to Die Dedicated Server),下载并安装

2.修改七日杀服务配置文件

使用记事本打开 serverconfig.xml配置文件

配置文件格式讲解

主要的几个配置设置,可以自行按需调整:

<?xml version="1.0"?> <ServerSettings> <!-- GENERAL SERVER SETTINGS --> <!-- Server representation --> <property name="ServerName" value="FeiJian的服务器"/> <!-- 服务器名称,请自行设置(默认是:My Game Host) --> <property name="ServerDescription" value="禁止外挂作弊,谢谢配合"/><!-- 相当于服务器的简介 --> <property name="ServerWebsiteURL" value=""/><!-- 服务器的网站URL(默认无) --> <property name="ServerPassword" value=""/><!-- 进入服务器的密码(默认无) --> <property name="ServerLoginConfirmationText" value=""/><!-- 如果设置用户将在加入服务器的过程中看到该消息(玩家进入游戏时会看到的文字,默认没有) --> <!-- Networking --> <property name="ServerPort" value="26900"/><!-- 服务器监听的端口. --> <property name="ServerVisibility" value="2"/><!-- 服务器的可见性:2=公共,1=仅向朋友显示,0=未列出. --> <property name="ServerDisabledNetworkProtocols" value="SteamNetworking"/> <!-- 【未知,请勿乱开】Networking protocols that should not be used. Separated by comma. Possible values: LiteNetLib, SteamNetworking. Dedicated servers should disable SteamNetworking if there is no NAT router in between your users and the server or when port-forwarding is set up correctly --> <property name="ServerMaxWorldTransferSpeedKiBs" value="512"/><!-- 【上传带宽(KB/S)默认即可,读取地图或上传保存时的速度 】 Maximum (!) speed in kiB/s the world is transferred at to a client on first connect if it does not have the world yet. Maximum is about 1300 kiB/s, even if you set a higher value. --> <!-- Slots --> <property name="ServerMaxPlayerCount" value="4"/> <!-- 最多多少人同时在线(越多越卡) --> <property name="ServerReservedSlots" value="0"/> <!-- 【最多人上限时,允许几个特权的人还可加入游戏】Out of the MaxPlayerCount this many slots can only be used by players with a specific permission level --> <property name="ServerReservedSlotsPermission" value="100"/> <!-- Required permission level to use reserved slots above --> <property name="ServerAdminSlots" value="0"/> <!-- 【最多人上限时,允许几位管理员还可加入游戏】This many admins can still join even if the server has reached MaxPlayerCount --> <property name="ServerAdminSlotsPermission" value="0"/> <!-- Required permission level to use the admin slots above --> <!-- Admin interfaces --> <property name="ControlPanelEnabled" value="false"/> <!-- 启用/禁用Web控制面板 --> <property name="ControlPanelPort" value="8080"/> <!-- 控制面板网页的端口 --> <property name="ControlPanelPassword" value="CHANGEME"/> <!-- 进入控制面板的密码 --> <property name="TelnetEnabled" value="true"/> <!-- 启用/禁用telnet --> <property name="TelnetPort" value="8081"/> <!-- 远程登录服务器的端口 --> <property name="TelnetPassword" value=""/> <!-- 进入telnet界面的密码 --> <property name="TelnetFailedLoginLimit" value="10"/> <!-- 在来自单个远程客户端的许多错误密码之后将被阻止连接到Telnet --> <property name="TelnetFailedLoginsBlocktime" value="10"/> <!-- 阻止将持续多长时间(以秒为单位 --> <property name="TerminalWindowEnabled" value="true"/> <!-- 显示用于日志输出/命令输入的终端窗口 --> <!-- Folder and file locations --> <property name="AdminFileName" value="serveradmin.xml"/> <!-- 服务器管理文件名 --> <property name="UserDataFolder" value="D:\7 Day BaoCun\"/> <!--value="这里复制你保存的路径(默认保存到C盘)极大影响游戏性能!" />--> <property name="SaveGameFolder" value="D:\7 Day BaoCun\"/> <!--value="这里复制你保存的路径(默认保存到C盘)极大影响游戏性能!" />--> <!-- Other technical settings --> <property name="EACEnabled" value="true"/> <!-- 启用或禁用EAC反作弊 true=启用 false=禁用(一旦禁用玩家就可以修改文件作弊了)Enables/Disables EasyAntiCheat --> <property name="HideCommandExecutionLog" value="0"/> <!-- Hide logging of command execution. 0 = show everything, 1 = hide only from Telnet/ControlPanel, 2 = also hide from remote game clients, 3 = hide everything --> <property name="MaxUncoveredMapChunksPerPlayer" value="131072"/> <!-- Override how many chunks can be uncovered on the ingame map by each player. Resulting max map file size limit per player is (x * 512 Bytes), uncovered area is (x * 256 m²). Default 131072 means max 32 km² can be uncovered at any time --> <property name="PersistentPlayerProfiles" value="false"/> <!-- If disabled a player can join with any selected profile. If true they will join with the last profile they joined with --> <!-- 游戏设置 --> <!-- 游戏世界/地图设置 --> <property name="GameWorld" value="Navezgane"/> <!-- "RWG" (see WorldGenSeed and WorldGenSize options below) or any already existing world name in the Worlds folder (currently shipping with e.g. "Navezgane", "PREGEN01", ...) --> <property name="WorldGenSeed" value="asdf"/> <!-- If RWG this is the seed for the generation of the new world. If a world with the resulting name already exists it will simply load it --> <property name="WorldGenSize" value="4096"/> <!-- If RWG this controls the width and height of the created world. It is also used in combination with WorldGenSeed to create the internal RWG seed thus also creating a unique map name even if using the same WorldGenSeed. Has to be between 2048 and 16384, though large map sizes will take long to generate / download / load --> <property name="GameName" value="My Game"/> <!-- Whatever you want the game name to be. This affects the save game name as well as the seed used when placing decoration (trees etc) in the world. It does not control the generic layout of the world if creating an RWG world --> <property name="GameMode" value="GameModeSurvival"/> <!-- GameModeSurvival --> <!-- 难度设置 --> <property name="GameDifficulty" value="2"/> <!-- 0-5,0 =最简单,5 =最困难 --> <property name="BlockDamagePlayer" value="300"/> <!-- -玩家对方块的伤害(整数百分比) --> <property name="BlockDamageAI" value="50"/> <!-- AI对积木造成的伤害(整数百分比) --> <property name="BlockDamageAIBM" value="75"/> <!-- 血月期间AI对块造成的损害(整数百分比) --> <property name="XPMultiplier" value="100"/> <!-- XP增益乘数(整数百分比) --> <property name="PlayerSafeZoneLevel" value="5"/> <!-- 如果玩家小于或等于该级别,则在生成时会创建一个安全区域 --> <property name="PlayerSafeZoneHours" value="5"/> <!-- 此安全区存在的世界时间 --> <!-- --> <property name="BuildCreate" value="false"/> <!-- 作弊模式打开/关闭 --> <property name="DayNightLength" value="40"/> <!-- 这里设置真实世界多少分钟=游戏中的24小时(默认为真实世界60分钟=游戏中24小时) --> <property name="DayLightLength" value="18"/> <!-- 在游戏时间内,白天时间为:游戏日中每天18小时的日照 --> <property name="DropOnDeath" value="2"/> <!-- 玩家死亡时掉落 0 =无,1 =一切,2 =仅工具带,3 =仅背包,4 =全部删除 --> <property name="DropOnQuit" value="0"/> <!-- 玩家退出游戏时掉落 0 =无,1 =一切,2 =仅工具带,3 =仅背包 --> <property name="BedrollDeadZoneSize" value="15"/> <!-- Size (box "radius", so a box with 2 times the given value for each side's length) of bedroll deadzone, no zombies will spawn inside this area, and any cleared sleeper volumes that touch a bedroll deadzone will not spawn after they've been cleared. --> <property name="BedrollExpiryTime" value="45"/> <!-- Number of days a bedroll stays active after owner was last online --> <!-- 性能设置 --> <property name="MaxSpawnedZombies" value="64"/> <!-- 整个地图能同时出现多少个僵尸(越多越卡)建议按玩家比例来调整,参考:1个玩家对4-8个左右差不多了 --> <property name="MaxSpawnedAnimals" value="50"/> <!-- 整个地图能同时出现多少个野生动物(越多越卡),这个使用的性能比僵尸少,可以略多于僵尸 --> <property name="ServerMaxAllowedViewDistance" value="12"/> <!-- 玩家最多可以看多远(6-12).数值越高越卡 --> <!-- 僵尸设置 --> <property name="EnemySpawnMode" value="true"/> <!-- 启用/禁用敌人生成 true=启用 false=禁用 --> <property name="EnemyDifficulty" value="0"/> <!-- 僵尸的难度 0 =正常,1 =疯狂 --> <property name="ZombieMove" value="1"/> <!-- 僵尸白天速度 0-4(0=步行,1=慢跑,2=奔跑,3=冲刺,4=噩梦) --> <property name="ZombieMoveNight" value="2"/> <!-- 僵尸夜间速度0-4(0=步行,1=慢跑,2=奔跑,3=冲刺,4=噩梦) --> <property name="ZombieFeralMove" value="3"/> <!-- 凶残丧尸速度0-4(0=步行,1=慢跑,2=奔跑,3=冲刺,4=噩梦) --> <property name="ZombieBMMove" value="4"/> <!-- 丧尸雪月速度0-4(0=步行,1=慢跑,2=奔跑,3=冲刺,4=噩梦) --> <property name="BloodMoonFrequency" value="10"/> <!-- 血月隔几天出现一次《七日杀》的名字由来啊!(以天为单位),设置为“ 0”表示没有血月 --> <property name="BloodMoonRange" value="0"/> <!-- How many days can the actual blood moon day randomly deviate from the above setting. Setting this to 0 makes blood moons happen exactly each Nth day as specified in BloodMoonFrequency --> <property name="BloodMoonWarning" value="8"/> <!-- The Hour number that the red day number begins on a blood moon day. Setting this to -1 makes the red never show. --> <property name="BloodMoonEnemyCount" value="8"/> <!-- This is the number of zombies that can be alive (spawned at the same time) at any time PER PLAYER during a blood moon horde, however, MaxSpawnedZombies overrides this number in multiplayer games. Also note that your game stage sets the max number of zombies PER PARTY. Low game stage values can result in lower number of zombies than the BloodMoonEnemyCount setting. Changing this setting has a huge impact on performance. --> <!-- 战利品 --> <property name="LootAbundance" value="200"/> <!-- 战利品掉落率:整数百分比 --> <property name="LootRespawnDays" value="30"/> <!-- 地块或者区域或者房间、物品多久刷新一次:整数天 --> <property name="AirDropFrequency" value="240"/> <!-- 空投在游戏时间发生的频率(应该为小时单位)How often airdrop occur in game-hours, 0 == never --> <property name="AirDropMarker" value="true"/> <!-- 是否在标记空投位置(地图或指南针显示)true=是,false=不标记 --> <!--多人游戏设置 --> <property name="PartySharedKillRange" value="500"/> <!-- 你需要在队友多少范围内拿到队友的共享经验值(比如说击杀僵尸、建基地、挖矿、交任务等) --> <property name="PlayerKillingMode" value="0"/> <!-- 玩家杀戮设置(0 =无法杀死玩家,1 =仅杀死盟友,2 =仅杀死陌生人,3 =杀死所有人)玩家对战还是纯粹合作模式看你的选择了 --> <!-- 多人游戏-土地认证设置 --> <property name="LandClaimCount" value="1"/> <!-- 玩家拥有多少个土地Maximum allowed land claims per player. --> <property name="LandClaimSize" value="41"/> <!-- 所有权范围Size in blocks that is protected by a keystone --> <property name="LandClaimDeadZone" value="30"/> <!-- 死区距离Keystones must be this many blocks apart (unless you are friends with the other player) --> <property name="LandClaimExpiryTime" value="7"/> <!-- 所有权期限The number of days a player can be offline before their claims expire and are no longer protected --> <property name="LandClaimDecayMode" value="0"/> <!-- Controls how offline players land claims decay. 0=Slow (Linear) , 1=Fast (Exponential), 2=None (Full protection until claim is expired). --> <property name="LandClaimOnlineDurabilityModifier" value="4"/> <!-- How much protected claim area block hardness is increased when a player is online. 0 means infinite (no damage will ever be taken). Default is 4x --> <property name="LandClaimOfflineDurabilityModifier" value="4"/> <!-- How much protected claim area block hardness is increased when a player is offline. 0 means infinite (no damage will ever be taken). Default is 4x --> <property name="LandClaimOfflineDelay" value="0"/> <!-- The number of minutes after a player logs out that the land claim area hardness transitions from online to offline. Default is 0 --> <!-- There are several game settings that you cannot change when starting a new game. You can use console commands to change at least some of them ingame. setgamepref BedrollDeadZoneSize 30 --> </ServerSettings>

3.启动七日杀服务器应用

4.运行 MoleSDN 进行异地联机

下文以创建mc服务域为例,七日杀 服务域 步骤完全相同。服务域名称可自行设置。

1.创建MoleSDN服务域,SDN控制器-服务域创建 (molesdn.com)

创建供 mc 联机服务的服务域

2.登录客户端MoleSDN Window客户端下载,随后在服务域管理界面绑定该设备

在鼠鼠 MC服务 电脑上 下载运行MoleSDN,完成登录。

回到服务域管理页,将客户端 以中心模式 绑定 至服务域

鼠鼠的其他小伙伴,如何连接该服务,进行游戏联机呢?

以小伙伴之一的“皮蛋举例”

皮蛋只需在自己电脑上运行MoleSDN客户端登录自己的账户(本文示例为:molepal,用户可自行注册)。前往SDN控制器-授权管理-我的申请 (molesdn.com),发起申请即可。

填写服务域ID(前面创建的服务域ID: minecraft001),选择自己要加入的客户端提交申请

此时皮蛋就可以通知一下鼠鼠,让其同意您的加入申请

服务域所有者的申请审批面板

通过后,皮蛋就可以从客户端上连接至该服务域了

连接完成后,我们可以看到服务域IP、鼠鼠的公告。它能帮助我们后续的联机操作

完成后,皮蛋就可以打开七日杀 去 加入游戏 啦

5.小伙伴打开游戏加入 鼠鼠的服务器

至此就可以一起愉快的玩啥啦。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.rhkb.cn/news/428926.html

如若内容造成侵权/违法违规/事实不符,请联系长河编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

【2025】儿童疫苗接种预约小程序(源码+文档+解答)

博主介绍&#xff1a; ✌我是阿龙&#xff0c;一名专注于Java技术领域的程序员&#xff0c;全网拥有10W粉丝。作为CSDN特邀作者、博客专家、新星计划导师&#xff0c;我在计算机毕业设计开发方面积累了丰富的经验。同时&#xff0c;我也是掘金、华为云、阿里云、InfoQ等平台…

LeetCode[中等] 54.螺旋矩阵

给你一个 m 行 n 列的矩阵 matrix &#xff0c;请按照 顺时针螺旋顺序 &#xff0c;返回矩阵中的所有元素。 思路&#xff1a;定义方向数组&#xff0c;按照顺时针顺序&#xff1a;右(0,1)&#xff0c;下(1,0)&#xff0c;左(0,-1)&#xff0c;上(0,-1) 从矩阵的左上角开始遍历…

5. 数字证书与公钥基础设施

5. 数字证书与公钥基础设施 (1) PKI 的定义、组成及应用 PKI(Public Key Infrastructure,公钥基础设施) 是一个使用公钥技术来提供安全服务的框架。它定义了如何管理和维护公钥,以及如何通过证书来验证公钥的真实性。PKI的核心组成部分包括: 证书颁发机构(CA, Certifica…

Maven 安装

Maven 安装 Maven 下载安装 下载MAVEN 选择版本注意&#xff1a; IDEA 2022 兼容maven 3.8.1及之前的所用版本 IDEA 2021 兼容maven 3.8.1及之前的所用版本 IDEA 2020 兼容Maven 3.6.3及之前所有版本 IDEA 2018 兼容Maven3.6.1及之前所有版本 打开MAVEN官网 下载需要的版本 Wi…

软件设计师——操作系统

&#x1f4d4;个人主页&#x1f4da;&#xff1a;秋邱-CSDN博客☀️专属专栏✨&#xff1a;软考——软件设计师&#x1f3c5;往期回顾&#x1f3c6;&#xff1a;C: 类和对象&#xff08;上&#xff09;&#x1f31f;其他专栏&#x1f31f;&#xff1a;C语言_秋邱 一、操作系统…

Qt_窗口界面QMainWindow的介绍

目录 1、菜单栏QMenuBar 1.1 使用QMainWindow的准备工作 1.2 在ui文件中设计窗口 1.3 在代码中设计窗口 1.4 实现点击菜单项的反馈 1.5 菜单中设置快捷键 1.6 菜单中添加子菜单 1.7 菜单项中添加分割线和图标 1.8 关于菜单栏创建方式的讨论 2、工具栏QToolBar …

谷歌-BERT-“bert-base-chinese ”

1 需求 需求&#xff1a;自动下载模型和分词器 需求&#xff1a;手动导入模型和分词器 需求&#xff1a;pipeline使用预训练模型 需求&#xff1a;训练和评估 需求&#xff1a;测试 关键词&#xff1a;训练数据集、评估数据集、测试数据集 需求&#xff1a;上线 2 接口 3 自…

[UTCTF2020]sstv

用goldwave和010editor打开均未发现线索&#xff0c; 网上搜索sstv&#xff0c;豆包回答如下&#xff1a; 慢扫描电视&#xff08;Slow Scan Television&#xff0c;简称 SSTV&#xff09;是一种通过无线电传输和接收静态图像的技术。 一、工作原理 SSTV 通过将图像逐行扫描并…

鸿蒙OpenHarmony【轻量系统内核通信机制(互斥锁)】子系统开发

互斥锁 基本概念 互斥锁又称互斥型信号量&#xff0c;是一种特殊的二值性信号量&#xff0c;用于实现对共享资源的独占式处理。 任意时刻互斥锁的状态只有两种&#xff0c;开锁或闭锁。当任务持有互斥锁时&#xff0c;该互斥锁处于闭锁状态&#xff0c;这个任务获得该互斥锁…

利用Metasploit进行信息收集与扫描

Metasploit之信息收集和扫描 在本文中&#xff0c;我们将学习以下内容 使用Metasploit被动收集信息 使用Metasploit主动收集信息 使用Nmap进行端口扫描 使用db_nmap方式进行端口扫描 使用ARP进行主机发现 UDP服务探测 SMB扫描和枚举 SSH版本扫描 FTP扫描 SMTP枚举 …

基于python上门维修预约服务数据分析系统

目录 技术栈和环境说明解决的思路具体实现截图python语言框架介绍技术路线性能/安全/负载方面可行性分析论证python-flask核心代码部分展示python-django核心代码部分展示操作可行性详细视频演示源码获取 技术栈和环境说明 结合用户的使用需求&#xff0c;本系统采用运用较为广…

Git使用详解:从安装到精通

前言 什么是Git Git是一个分布式版本控制工具&#xff0c;主要用于管理开发过程中的源代码文件&#xff08;Java类、xml文件、html页面等&#xff09;&#xff0c;在软件开发过程中被广泛使用。 可以理解&#xff1a; git是一个管理源代码的工具&#xff0c;主要用于企业团队开…

接口自动化框架入门(requests+pytest)

一、接口自动化概述 二、数据库概述 2.1 概念 存储数据的仓库&#xff0c;程序中数据的载体 2.2 分类 关系型数据库&#xff1a;安全 如mysql&#xff0c;oracle&#xff0c;SQLLite database tables 行列 非关系型数据库&#xff1a;高效 如redis&#xff0c;mongoDB 数…

学习大数据DAY59 全量抽取和增量抽取实战

目录 需求流程&#xff1a; 需求分析与规范 作业 作业2 需求流程&#xff1a; 全量抽取 增量抽取 - DataX Kettle Sqoop ... 场景: 业务部门同事或者甲方的工作人员给我们的部门经理和你提出了新的需 求 流程: 联系 > 开会讨论 > 确认需求 > 落地 需求文档( 具体…

4.提升客户服务体验:ChatGPT在客服中的应用(4/10)

本文大纲旨在指导撰写一篇全面探讨ChatGPT如何通过优化客户服务流程、提供实际应用案例和用户反馈&#xff0c;以提升客户服务体验的深入博客文章。 引言 在当今竞争激烈的商业环境中&#xff0c;客户服务已成为企业成功的关键因素。优质的客户服务不仅能够增强客户满意度和忠…

天池Fashion AI 比赛失败经历分享

关联比赛: FashionAI全球挑战赛—服饰关键点定位 昨天是天池Fashion AI初赛Deadline&#xff0c; 成绩出来复赛都没能进&#xff0c;虽然结果很遗憾&#xff0c;但在比赛的过程中也接触到了不少的新东西&#xff0c;希望能在这里把我尝试过的方法都分享出来。作为对自己的总结…

Why Is Prompt Tuning for Vision-Language Models Robust to Noisy Labels?

文章汇总 本文的作者针对了提示学习的结构设计进行了分析&#xff0c;发现了一些规律&#xff1a; 1)固定的类名令牌为模型的优化提供了强正则化&#xff0c;减少了由噪声样本引起的梯度。 2)从多样化和通用的web数据中学习到的强大的预训练图像文本嵌入为图像分类提供了强大…

基于kubernetes-nmstate配置节点网络

kubernetes-nmstate 简介 kubernetes-nmstate 通过 Kubernetes API 驱动的声明式节点网络配置。 随着混合云的出现&#xff0c;节点网络设置变得更加具有挑战性。不同的环境有不同的网络要求。 容器网络接口&#xff08;CNI&#xff09;标准实现了不同的解决方案&#xff0c;…

简单多状态dp第二弹 leetcode -删除并获得点数 -粉刷房子

740. 删除并获得点数 删除并获得点数 分析: 使用动态规划解决 这道题依旧是 打家劫舍I 问题的变型。 我们注意到题目描述&#xff0c;选择 x 数字的时候&#xff0c; x - 1 与 x 1 是不能被选择的。像不像 打家劫舍 问题中&#xff0c;选择 i 位置的金额之后&#xff0c;就不…

更高效的搜索工具,国内免费好用的AI智能搜索引擎工具

搜索引擎是我们获取信息的重要渠道&#xff0c;然而由于搜索引擎搜索结果存在较多的广告以及一些无关内容&#xff0c;这使我们的搜索效率变得更低效。小编就和大家分享几款国内免费好用的AI智能搜索工具&#xff0c;提高搜索效率。 1.开搜AI搜索 开搜AI搜索是一款基于深度学…