Dayz standalone(スタンドアローン版) 日本語攻略 Wiki
[
ホーム
|
リロード
|
新規
]
サイト内検索
:
[
差分チェッカー
]
[
アップローダー
]
【楽天スーパーDEAL】毎日更新・最大50%ポイントバック!!(広告)
Tweet
Comments/サーバーの立て方
をテンプレートにして作成
開始行:
[[サーバーの立て方]]
-
自動でリスタートされたくない方は↓↓
@echo off
cls
set watch=DayZ Server
title %watch% Watchdog
cd "DayZServer_x64.exeがある場所のパス"
:watchdog
echo (%time%) %watch% started.
start "DayZ Server" /wait "DayZServer_x64.exe" -config=se...
:echo (%time%) %watch% closed or crashed, restarting.
set /p ANSWER="(%time%) %watch% closed or crashed, restar...
if /i {%ANSWER%}=={y} (goto :yes)
if /i {%ANSWER%}=={yes} (goto :yes)
exit /b
:yes
echo (%time%) %watch% restarting.
goto watchdog -- [[匿名]] &new{2020-05-24 (日) 10:01:34};
終了行:
[[サーバーの立て方]]
-
自動でリスタートされたくない方は↓↓
@echo off
cls
set watch=DayZ Server
title %watch% Watchdog
cd "DayZServer_x64.exeがある場所のパス"
:watchdog
echo (%time%) %watch% started.
start "DayZ Server" /wait "DayZServer_x64.exe" -config=se...
:echo (%time%) %watch% closed or crashed, restarting.
set /p ANSWER="(%time%) %watch% closed or crashed, restar...
if /i {%ANSWER%}=={y} (goto :yes)
if /i {%ANSWER%}=={yes} (goto :yes)
exit /b
:yes
echo (%time%) %watch% restarting.
goto watchdog -- [[匿名]] &new{2020-05-24 (日) 10:01:34};
ページ名: