This guide will show you how to properly setup a local server on Windows OS for Día de Dragones.
Guía de configuración del servidor local de Windows
- para empezar, primero, download SteamCMD and extract it to your desired location.
- Próximo, 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, and selecting ‘Run as administrator’. Entonces, change directory to your SteamCMD directory by typing:
cd YOUR_PATH_TO_STEAMCMD_DIRECTORY
. - Ahora, run SteamCMD in the administrator command prompt and enter the following commands:
login anonymous
app_update 1088320
actualización_aplicación 1088320 validar
You’ll then need to set up port forwarding and adjust your network settings accordingly.
If you’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.
While I didn’t verify if the client/server uses UPNP for dynamic port redirection, enabling it could be beneficial.
- Proceed to configure the server as instructed aquí.
- 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» errores. These files include:- steamclient64.dll
- tier0_s64.dll
- vstdlib_s64.dll
- Finalmente, launch the server using the following command line (saved in a .cmd file, Por ejemplo):
comenzar "" /NORMAL "C:\DATA\dodserver\steamcmd\steamapps\common\dayofdragons_server\DragonsServer.exe" -SteamServerName="XXXXXXXXXXXXX" -registro ?QueryPort=27017 -NOSTEAM
After refreshing your client server list, you should be able to see it.
Problemas conocidos
Here are the issues I encountered and the solutions I attempted:
- IPv6 Compatibility: Desafortunadamente, 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, I couldn’t get the client and server to run directly on my computer. As a workaround, I successfully ran the server on a separate computer.
Eso es todo lo que estamos compartiendo hoy para este Día de Dragones guía. Esta guía fue originalmente creada y escrita por Vacknishkara. En caso de que no actualicemos esta guía, puede encontrar la última actualización siguiendo este enlace.