• 方舟:生存进化开服务器端口映射教程


    方舟:生存进化开服教程端口映射教程

    发现还是很多小伙伴在架设的时候搞不懂端口映射,那么今天艾西教下大家怎么解决这个问题。那么现在我们直接进入主题!

     

    步骤1下载服务器并且运行

    在C盘创建一个名为Ark的文件夹

    下载我打包的工具找到1号文件夹把里面的两个文件放到Ark文件夹下并且运行update_ark.bat 等待下载完成,成功后会自动退出

    【注意不要错把1文件夹放入Ark里,是里面的两个文件】

    找到方舟游戏路径D:\Steam\steamapps\common\ARK\ShooterGame\Win64 实在找不到的打开steam右键方舟 ——属性——本地文件——浏览本地文件就会出来 找到之后具体目录应该是ShooterGame\Win64里】

    之前下载的文件夹里找到2号文件,复制run_arkserver.bat粘贴到ShooterGame\Win64里

    步骤2端口映射【针对路由器用户】

    1、这里要用到三个端口 27015、27016、77771、首先查看下自己内网IP 开始——运行——输入CMD——输入ipconfig 找到IPv4地址 后面IP就是你内网IP实在不会的直接找服务器商问,他们会告诉你你的内网ip多少

    2、打开网页输入192.168.1.1 打开路由器后台设置

     【不同的路由器IP不一样,具体请查看路由器贴的纸条】

    3、找到转发规则——虚拟服务器 服务器端口号输入27015 IP地址输入刚才你查询的内网IP 协议ALL 状态生效 常用服务端口号不用选择、点击保存 另外两个也这样添加

    1. 同样转发规则——DMZ主机 DMZ主机IP地址输入查询到的内网IP DMZ状态启用 点击保存

    【这个很重要 想要显示在steam上给大家看到必须这么设置】

    步骤3后台命令

    ServerPVE: this enables PVE mode. players can not hurt other players, or their structures, or their tamed dinos.ServerHardcore: this enables ahrdcore mode. when you die, your character is gone.ServerCrosshair: this enables use of the crosshairServerForceNoHUD: this force disables the floating character name popupsAltSaveDirectoryName: this is if you wanna save the data to an alternate directory to run multiple concurrent servers or whatnot

    GlobalVoiceChat: this will make voice chat not proximity basedProximityChat: This will make text chat proximity basedNoTributeDownloads: This will disable downloading external items/characters/dinos into this ARKAllowThirdPersonPlayer: this enables players to play in 3rd person foot mode (work in progress)AlwaysNotifyPlayerLeft: this will notify playres when someone leavesDontAlwaysNotifyPlayerJoined: this will prevent notification of players when someone joins

    喜欢的记得点赞加关注qvq我是艾西我们下期再见!

  • 相关阅读:
    沁恒 CH32V208(五): CH32V208 运行FreeRTOS示例的说明
    extern和static的使用与区别
    Flutter笔记:桌面应用 窗口定制库 bitsdojo_window
    Hadoop集群配置相关架构介绍
    杰理之MIDI 在运行中动态配置功能示例【篇】
    Python的打包神器—Nuitka
    React报错之Type '() => JSX.Element[]' is not assignable to type FunctionComponent
    python个人bug修炼手册
    微信小程序合集7(体育赛事+高仿知乎+微赞论坛+数独游戏+小熊日记)
    Oracle中全表扫描优化方法
  • 原文地址:https://blog.csdn.net/V13807970340/article/details/126242611