great job, just to add to run the node server via a batch file just creat a runserver.bat at where u install delta zone e.g. c:\Delta Zone Release 18.1 build 240217_v02\
also copy the "server.txt" after u had download from the author of this post.
Copy paste below into the runsever.cmd using notepad.
=======this is just to a divider dont need to be included inside the cmd file contents ===
Echo on
cd C:
cd C:\Delta Zone Release 18.1 build 240217_v02\
node server.txt"
pause
=======this is just to a divider dont need to be included inside the cmd file contents ===