Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
start c:\"First Directory"\ShooterGameServer TheIsland?SessionName=Prism Gaming Network Ark?listen?QueryPort=27015?ServerPassword=?ServerAdminPassword=password?
start C:\"second directory"\ShooterGameServer TheIsland?SessionName=Prism Gaming Network Ark 2?listen?QueryPort=27020?ServerPassword=?ServerAdminPassword=password?
no need for -nosteamclient -game -server as the file you are running is a steamless server already
I run my own VPS as well. Ill screw around a bit and see what happens.
Your router needs to forward port 7777... as well as the queryport for each of your "instances". For example, I forward 27015 (private server for friends) and 27020 (public server)
I have a seperate folder for each instance. e.g. SteamCMD install twice... once into D:\Ark and once into D:\ArkPrivate. I run a batch file separate for each instance.
Note that you'll need to adjust the queryport in each batch file. Also note that each instance requires about 5Gb to run... so if you are running 2 instances of the game you'd want 12Gb of memory.
For CPU, I individually adjust the affinity for each process... so my private server uses cores 1,2,3 and 4... whilst the other one uses 5,6,7 and 8. Just lessons the chance of a glitch smashing both instances.
I want to host 2 servers on 1 same dedicated machine with the same IP without having to virtualize anything. For example:
PVE server -> IP: 1.1.1.1:27015
PVP server -> IP: 1.1.1.1:27016
But since the game forces port 7777 that is the unreal engine's port, you cannot have it set up.
Anyone know a workaround?
http://ark.gamepedia.com/Dedicated_Server_Setup
Which says:
"You can host multiple dedicated servers on the same host, however be aware that CPU and memory should be monitored carefully if they are busy servers rather than test servers.
For example:
Server game instance 1: 7777/27020
Server game instance 2: 7778/27030
Server game instance 3: 7779/27040"
Sadly, there isn't any documentation as to how one might accomplish this.
"TheIsland?QueryPort=27016?Port=7778?SessionName
Can confirm this, does work on debian 7 with the new parameter Port="xxxx"
Thank you LiquidIce, was searching for this for awhile now!
EDIT:
I'm running two different servers within different folders (2x 16GB for server files!) on the same machine running debian 7.
Make sure you use different Ports for QueryPort, GamePort AND RCON-Port (if needed) for each server.
e.g.: (tested, worked for me like this)
Server 1: qPort: 27015 gPort: 7777 RCON: 32330
Server 2: qPort: 27016 gPort: 7778 RCON: 32331
Or whatever ports you want ;)
OutSTANDing! Thanks very much LiquidIce for this, and Jisagi for testing. :) I'm going to get this implemented right now. Woohoo!