Windows でローカル Day of Dragons サーバーをセットアップする方法

Quick tuto how to setup a local server.

Windows でローカル Day of Dragons サーバーをセットアップする方法

1) ダウンロード steamcmd and unzip it where you want.

2) Open a windows administrator console where you unzipped steamcmd

メニュー > search 'cmd' > 右クリック > run as admin > cd YOUR_PATH_TO_STEAMCMD_DIRECTORY

3) Execute steamcmd in a batch cmd administrator prompt, and run the following commands:

login anonymous
app_update 1088320 
アプリ_アップデート 1088320 検証

You then need to configure port forwarding and network accordingly.

If you are in a LAN environment, you’ll need to configure port forwarding on your local router, as well as open ports in Windows firewall.

Make sure these are opened and forwarded to the ip hosting the server:

udp:
7777
14001
27017

The server is also using a TCP port over 50000, but I didn’t need to do anything particular for it.

I didn’t checked if the client/server uses UPNP for dynamic port redirection, but it can also be worth to enable it.

4) Configure the server as explained ここ.

5) I had to replace the following files under (\Dragons\Binaries\Win64\) by the one from my steam client directory, or i get errorssecurerandombytes entry point not found”.

Said files are:

  • steamclient64.dll
  • tier0_s64.dll
  • vstdlib_s64.dll

6) You can finally boot it, here is the command line i use on my side (in a .cmd file)

始める "" /NORMAL "ハ:\DATA\dodserver\steamcmd\steamapps\common\dayofdragons_server\DragonsServer.exe" -Steamサーバー名="XXXXXXXXXXXXX" -ログ ?QueryPort=27017 -NOSTEAM

7) you should be able to see it after refreshing your client serverlist.

What doesn’t Work

Here is also what i tried and didn’t worked:

ipv6 for client/server isn’t supported
running the server in a Virtual Machine doesn’t work as hypervisors don’t implement 3D acceleration, and miss fully functionnal drivers to allow the client to run properly. I guess the only situation where it could work would be a pcie passthrough to your GPU, but i haven’t tested it.
– 何らかの理由で, i couldn’t run get the client and server to run directly on my computer, i ran server on a separate computer.

このガイドについて ドラゴンの日 によって書かれた Vacknishkara. 原文はこちらからご覧いただけます リンク. このガイドに関してご不明な点がございましたら, お気軽にお問い合わせください ここ.

著者について