how to host your own dp wdf
Requirements
- linux server or machine (you could try translating the instructions to mac or windows but idk about them)
- nodejs and npm
- mongodb, memcached
- cloned copy of my fork on your machine because its not broken
steps
- on a terminal window that's cd'ed in your clone, type npm i to install the stuff it needs
- after that start the NAS and WDF services with
node src\gameserver.js serve nas --env dev --http-port yourporthere
node src\gameserver.js serve wdf --env dev --http-port yourporthere
- be sure memcached is running on port 11212 or else the server will not start
- there you go, now clone or download the patcher and point the constants in the config.js file to your machine's ip and the ports you chose in the ip:port format
final considerations
i did not want to gatekeep this info because its fun to host things yourself annd i hate gatekeepers
if there's any errors, you're on your own because i have no idea on how to fix them either