Your cart is currently empty!
DLU Multiplayer Updates
PROPER UPDATING PROCEDURE
I accidentally gave incomplete instructions for updating the Darkflame Server software at 59:22. Please refer to these complete instructions for updating your server, if needed (do not include the numbers in your commands). Be sure to stop the game server first.
Note: This may take the full length of the building procedure that occurs at 28:35 in the tutorial, so if your server is not very powerful you should wait to update until you need to.
- sudo apt update
- sudo apt upgrade -y
- cd ~/DarkflameServer
- git pull
- git submodule update –init –recursive
- ./build.sh -j2
- The -j2 is optional if your server/VM is powerful enough
- Don’t forget the period before the slash!
Wait for the build script to finish, then you can start the server as normal and continue playing!