This guide will show you how to properly setup a local server on Windows OS for Jour des Dragons.
Guide de configuration du serveur local Windows
- Pour commencer, d'abord, download SteamCMD and extract it to your desired location.
- Suivant, open a Windows administrator console in the directory where you extracted SteamCMD. You can do this by navigating to the menu, searching for ‘cmd’, right-clicking, et en sélectionnant ‘Run as administrator’. Alors, change directory to your SteamCMD directory by typing:
cd YOUR_PATH_TO_STEAMCMD_DIRECTORY
. - Maintenant, run SteamCMD in the administrator command prompt and enter the following commands:
login anonymous
app_update 1088320
app_update 1088320 valider
Toi’ll then need to set up port forwarding and adjust your network settings accordingly.
Si tu’re in a LAN environment, configure port forwarding on your local router and ensure the following UDP ports are open and forwarded to the IP hosting the server:
- 7777
- 14001
- 27017
The server also utilizes a TCP port over 50000, but specific configuration may not be necessary.
Pendant que je ne l'ai pas fait’t verify if the client/server uses UPNP for dynamic port redirection, enabling it could be beneficial.
- Proceed to configure the server as instructed ici.
- You may need to replace certain files under
\Dragons\Binaries\Win64\
with those from your Steam client directory to avoid « securerandombytes entry point not found » erreurs. These files include:- steamclient64.dll
- tier0_s64.dll
- vstdlib_s64.dll
- Enfin, launch the server using the following command line (saved in a .cmd file, Par exemple):
commencer "" /NORMALE "C:\DATA\dodserver\steamcmd\steamapps\common\dayofdragons_server\DragonsServer.exe" -SteamServerName="XXXXXXXXXXXXX" -enregistrer ?QueryPort=27017 -NOSTEAM
After refreshing your client server list, you should be able to see it.
Problèmes connus
Here are the issues I encountered and the solutions I attempted:
- IPv6 Compatibility: Malheureusement, the client/server does not support IPv6. This means that attempting to run it using IPv6 will not work.
- Virtual Machine Limitations: Running the server in a virtual machine poses challenges due to hypervisors lacking 3D acceleration and fully functional drivers necessary for the client to run properly. While it might theoretically be possible with PCIe passthrough to a GPU, I have not tested this scenario.
- Running Client and Server on the Same Computer: Despite attempts, je pourrais’t get the client and server to run directly on my computer. As a workaround, I successfully ran the server on a separate computer.
C'est tout ce que nous partageons aujourd'hui pour cela Jour des Dragons guide. Ce guide a été initialement créé et rédigé par Vacknishkara. Si nous ne parvenons pas à mettre à jour ce guide, vous pouvez trouver la dernière mise à jour en suivant ceci lien.