Releases: Preston159/dbd-server
Releases · Preston159/dbd-server
DbD Dev Server v1.7.4
- Fixed EACCES occurring by default on Linux
- This was fixable before if you knew what you were doing, but now the default script launches the server with
sudo
, which will likely ask for your password.
- This was fixable before if you knew what you were doing, but now the default script launches the server with
DbD Dev Server v1.7.3
- Fixed a breaking package incompatibility
DbD Dev Server v1.7.2
- Added
aliases
command - Changed how web interface loads save data
- Changed how default save is loaded
- Added documentation generation
npm run gen-docs
DbD Dev Server v1.7.1
- Fixed a bug which could cause bonus bloodpoints to be sent multiple times
DbD Dev Server v1.7.0
- Added user-modifiable default player save
- Located at
json/defaultSave.json
- Delete the file to disable
- Works both with and without Steam
- By default, all characters are P3 L50 with all perks
- Located at
DbD Dev Server v1.6.1
- Added a command to control events without restarting the server (type
help events
in console for info) - Removed non-working event Halloween2017
DbD Dev Server v1.6.0
- Added support for persistent saves!
- Change
saveToFile
tofalse
insettings/server-settings.hjson
to disable. - Persistent saves only work for clients using Steam.
- Change
DbD Dev Server v1.5.0
- Added support for basic matchmaking
- Note: Matchmaking can only work if all users are connected to the same instance of the server. Multiple people running each running their own instance will not be able to match together.
DbD Dev Server v1.4.0
- Added support for forcing events
- Edit
settings/events.hjson
- Edit
DbD Dev Server v1.3.1
- Added batch files for ease of use