当前位置:网站首页>Ark server open tool, server tutorial win
Ark server open tool, server tutorial win
2022-08-03 15:14:00 【V13807970340】
开服教程
Everything you need to download to start the server is here,Plug-in tools etc. are not included...Small partners who need plugins and tools can find me
1.steamCMD
steamYou have to pass the server-side program of any gamesteamcmd来安装
下载解压steamcmd,然后通过steamcmd安装ark的服务端程序
2.Edit the server configuration,启动ark服务端程序
First you have to have a server,As for the home computer as a server, it is certainly possible,
But first you have to have a public networkip,Secondly if you want the service to be online all the time,就要24小时不关机,且公网IPYou need to apply to the operator,This requires submission and approval.Therefore, it is not recommended to build games on your own computer.
然后你的服务器要满足下面的要求.
首先内存问题,低于4G不用考虑了,实测4GPretty much the bare minimum for a service,Too many people will collapse,一个70People serve if full,must be achieved8G.
It is equivalent to having a server4-8g内存.
Two-way three-way multi-way,In fact, it is running multiple server programs at the same time,所以直接乘
双通8-16g
三通12-24g
这里仅供参考
端口问Just ask me directly,If it is a server bought by a certain company or another operator,Just go to the console to open and close the corresponding port,Note which are in the pictureudp 哪些是tcp.
Then you need to install it at the bottom of the picture above C++ 2013 ,DirectXthese two prerequisites,Otherwise, the server program will not be able to run
接下来正式开始Ai Xi hand-in-hand teach you how to open the server:
学会之后,基本上steamThe servers of other games are the same way.
https://developer.valvesoftware.com/wiki/SteamCMD
打开steamcmd页面,If English is inconvenient to read, you can use the translation function of your browser,比如chorme浏览器.
找到这个steamcmd下载链接
https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip
下载
This is what the directory looks like after decompression
打开cmd控制台,win+r 输入cmd打开
然后cmdspecified to yousteamcmd目录
Which disk is entered first,C还是D还是E,然后回车
It is used after the beginning becomes the specified drive lettercd命令 指定到目录
Then in ordercmdEnter the commands as shown in the figure below and press Enter
steamcmd最后一步,下载ark服务端程序
此处的376030是akr的服务端程序id If you want to install other game servers,Others can be searchedid,后面添加的vaildateIt is the role of download verification,推荐加上.
steam所有服务端id列表
https://developer.valvesoftware.com/wiki/Dedicated_Servers_List
然后等待下载完成,输入quit退出就行了,The first step is done here
Download the completed server directory
开始第二步,Edit the server configuration,启动服务器
https://ark.gamepedia.com/Dedicated_Server_Setup
这是ark wiki的文档
Under the directory of the server program in the above figure,ShooterGame\Binaries\Win64文件夹内创建一个start_server.bat文件,
The name doesn't really matter,This file is used to start the server program,And pass in the relevant command line configuration
Focus on this belowbat文件内容
start ShooterGameServer.exe
"Extinction
?listen
?Port=7777
?QueryPort=27015
?RCONPort=27020
?PreventDownloadSurvivors=False
?PreventDownloadItems=False
?PreventDownloadDinos=False
?PreventUploadSurvivors=False
?PreventUploadItems=False
?PreventUploadDinos=False
?SessionName=Arbalest_Extinction<灭绝/2倍/无MOD/双通>
?AltSaveDirectoryName=Save_EX -NoTransferFromFiltering -clusterid=mycluster1"
exit
I am here for your convenience,So one command line,It should actually be the same as in my picture,One line to the end The English symbol question mark connects each parameter command
start ShooterGameServer.exe The first line was unstoppable,启动服务端程序
?listen Monitoring is necessary
?Port=7777 Main game port
?QueryPort=27015 用于steamSearch the official list for your server's port
?RCONPort=27020 Command line chat port
?SessionName=Arbalest_Extinction<灭绝/2倍/无MOD/双通> Here you can write your own server name
The following part is for the use of multi-pass services,If you only open one service or don't need to communicate with each other, you don't need it
?PreventDownloadSurvivors=False
?PreventDownloadItems=False
?PreventDownloadDinos=False
?PreventUploadSurvivors=False
?PreventUploadItems=False
?PreventUploadDinos=False
?AltSaveDirectoryName=Save_EX -NoTransferFromFiltering -clusterid=mycluster1 这里的“-”前面要加空格
exit 最后别忘了exit
About the multi-pass server 参数里的 -clusterid=mycluster1 这里的mucluster1 你可以随便命名,But you want more than one server,这个clusteridmust be consistent,并且这里的?PreventDownloadSurvivors=False It means that the download of Survivor is prohibited,It means to open the Survivor download,其他同理
Fill in the map parameters,Put it first in all parameters
TheIsland 孤岛
TheCenter 中心岛
ScorchedEarth 焦土
Ragnarok 仙境
Aberration 畸变
Extinction 灭绝
Here are all the server configuration parameters,有兴趣的可以自己看看
https://ark.gamepedia.com/Server_Configuration
配置完参数,And make sure your file content format is correct,直接执行这个bat文件就可以了.
Then a command window will flash by,And then jump out of the server window
If you are all like me这结束了,那就说明成功了
除了在batIn addition to writing the server configuration in the file,It is also possible to write in this file in the image above,And the priority of this file configuration is higherbat文件中的配置的,意思就是比如***atAn experience gain multiplier is set in the file2倍,但是在这个GameUserSetting.ini文件中设置的是5倍,Then the server will end up with ini文件中的5times,In addition, if it is a multi-pass service,这个iniFiles are also public,So the configuration will be unified,If you want each server configuration is different,The solution is not to start multiple servers at the same time,Startup completes one modificationini,再启动下一个.
All relevant server configuration parameters,都在23Lin the link given.
In addition, if the server name is encountered, the Chinese name is written,But after the startup is completed, the Chinese becomes garbled.
解决办法就是在GameUserSetting.iniSet the server name in the file,并且修改这个GameUserSetting.ini文件的编码格式.
很简单,Just save it directly.
If you can keep looking here,Even if you have no programming experience,You should also be able to understand the principles of those third-party configuration tools.
写一个win窗口,List each server configuration item you want to add and modify,When you modify the configuration items in the window,The script reads and writes to modify the corresponding configuration file,比如arkThe server here means to modifyGameUserSetting.ini这个文件,To achieve unified management of server configuration.
边栏推荐
猜你喜欢
随机推荐
PAT乙级-B1014 福尔摩斯的约会(20)
Taurus.MVC WebAPI 入门开发教程1:框架下载环境配置与运行(含系列目录)。
如何用二分法搜索、查找旋转数组中是否含有某个(目标)值? leetcode 81.搜索旋转排序数组
今日睡眠质量记录75分
HDU Largest prime factor(埃拉托色尼筛选法求素数模板法改动)
兆骑科创高层次人才引进平台,创新创业赛事活动路演
问题3:你提交的缺陷开发认为这不是BUG,怎么办?
2021年12月电子学会图形化一级编程题解析含答案:放学
2022年镇海夏令营组合数学和数论班 —— 数学作业 1
HDU 1160 FatMouse's Speed(最长递减子序列变形)
内心的需求
方舟开服工具、服务器教程win
方舟生存进化开服需要多少钱
cnpm 安装成功后提示不是内部和外部命令,也不是可运行的命令解决方案
身为程序员的我们如何卷死别人?破局重生。
20220801使用安信可的ESP-01S模块实现WIFI的UART传输功能
Windows服务器如何防止黑客入侵的安全设置
【指针内功修炼】函数指针 + 函数指针数组 + 回调函数(二)
0 code 4 steps to experience IoT devices on the cloud
[The Beauty of Software Engineering - Column Notes] 36 | What exactly do DevOps engineers do?