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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
since the holiday patch, we cant remove it from our server as it was before the patch.....for me...i cant open steam in game with battlecrap running....now they are forcing people to use it on private servers...hopefully we can get it sorted soon
- BattlEye is now enabled by default for dedicated servers, use -NoBattlEye to run your server without it
ShooterGameServer.exe ScorchedEarth_P?listen?Port=7777?QueryPort=27015? -NoBattlEye -useallavailablecores -usecache -nomemorybias -exclusivejoin -nosteamclient -game -server -log
then there is no BattlEye.
My batch looks like this :
start ShooterGameServer "TheIsland?listen?SessionName=Server?ServerPassword=join?ServerAdminPassword=admin?-NoBattlEye"
-NoBattlEye
exit
and battleye is still starting up. How should I modify it to make sure battly eye doesn't start up?
okay remove the second -NoBattlEye in the line above exit
excange the ? after ServerAdminPassword=admin for a space so it looks like:
start ShooterGameServer.exe TheIsland?listen?SessionName=Server?ServerPassword=join?ServerAdminPassword=admin -NoBattlEye
exit
edit:
ofc you should have ?Port=7777?QueryPort=27015 in there too, portnumbers just as standard examples can be changed to your likings
and i would suggest -game -server so the server don't loads all the client files too.
so in the end:
start ShooterGameServer.exe TheIsland?listen?SessionName=Server?Port=7777?QueryPort=27015?ServerPassword=join?ServerAdminPassword=admin -game -server -NoBattlEye
exit
start ARKServerLauncher.exe TheIsland?listen?LostCitiesOfTheAncients=Server?Port=7777?QueryPort=27015?ServerPassword=********?ServerAdminPassword=******** -game -server -NoBattlEye
exit
Battleye is still loading up on my server.