Zombie Grinder

Zombie Grinder

Not enough ratings
専用サーバの建て方(簡易) 日本語版
By paveu
Dedicated Server の建て方と注意点のメモ
   
Award
Favorite
Favorited
Unfavorite
準備
  1. Steamクライアントの "ライブラリ" > "ツール" から、"Zombie Grinder Dedicated Server" をインストールする。
  2. 下記内容のbatファイルを作成する。
    cd "C:\Program Files (x86)\Steam\steamapps\common\ZombieGrinderDedicatedServer\Binary"
    Server.exe -nogui -server -server_name "SERVER_NAME" -server_secure -server_map_name "MAP_NAME" -server_auth_port 8767 -server_master_port 27017 -server_port 57898 -admin_username "ADMIN_NAME" -admin_password "PASSWORD" -admin_port 6060
    【注意点】
    • いわゆる"ポート解放"が必要なポートは恐らく次の通り(未検証)
      8767/UDP
      27017/UDP
      上記でダメだったら 57898 も
    • インストールフォルダが異なる場合は、適宜修正すること。
    • インストール先がCドライブ以外の場合、cd /d フォルダ名 とすること。
    • SERVER_NAMEADMIN_NAMEPASSWORDはそれぞれ任意のものへ変更すること。
    • MAP_NAMEはサーバ起動時及び無人時に読み込まれるマップ。下記表から値を選んで設定すること。

    ゲームモード
    マップ名
    Arena
    Circle
    arena_circle
    Arena
    Snowbound
    arena_snowbound
    Campaign 1
    New Game!
    c1_s1
    Campaign 1
    The Mall
    c1_s2
    Campaign 1
    Homeward Bound
    c1_s3
    Capture The Bag
    Heist
    ctb_heist
    Dungeon Clawler
    Forset
    dc_forest
    Dungeon Clawler
    Dungeon
    dc_random
    Deathmatch
    Street
    dm_street
    Gun Game
    Town
    gg_town
    Gun Game Wave
    Urban
    ggwave_urban
    Rack'Em Up
    Laboratory
    ru_lab
    Team Deathmatch
    District
    tdm_district
    Wave
    Cliff
    wave_cliff
    Wave
    Crowd
    wave_crowd
    Wave
    Forest
    wave_forest
    Wave
    Tiny
    wave_tiny
サーバの稼働と管理
  1. Steamクライアントを起動し、ログインしておく。
    Steamにログインしていない場合、エラーが発生してサーバが起動しない。
  2. 準備で作っておいたbatファイルを実行すると、DOS窓が開く。
    下記メッセージが表示されればサーバ起動成功。
    Setting breakpad minidump AppID = 263920
    FillInMachineIDInfo took a total of *** milliseconds
    File Size=******
  3. ウェブブラウザから http://localhost:6060 を開く。
    IDとパスワードを入力すると管理画面に入れる。
    ”Setting” ボタンから、マップとサーバ名の変更が可能。
    ”Shutdown” ボタンでサーバ停止。