Skip to content

Releases: Preston159/dbd-server

DbD Dev Server v1.7.4

28 Oct 00:27
Compare
Choose a tag to compare
  • 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.

DbD Dev Server v1.7.3

27 Oct 23:55
Compare
Choose a tag to compare
  • Fixed a breaking package incompatibility

DbD Dev Server v1.7.2

21 Feb 20:38
d08cdfa
Compare
Choose a tag to compare
  • 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

18 Feb 19:26
ba53049
Compare
Choose a tag to compare
  • Fixed a bug which could cause bonus bloodpoints to be sent multiple times

DbD Dev Server v1.7.0

18 Feb 19:16
fe7ae84
Compare
Choose a tag to compare
  • 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

DbD Dev Server v1.6.1

16 Feb 18:57
aebf4fa
Compare
Choose a tag to compare
  • 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

15 Feb 21:30
Compare
Choose a tag to compare
  • Added support for persistent saves!
    • Change saveToFile to false in settings/server-settings.hjson to disable.
    • Persistent saves only work for clients using Steam.

DbD Dev Server v1.5.0

14 Feb 23:37
3cbdc67
Compare
Choose a tag to compare
  • 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

14 Feb 00:52
9e76d4f
Compare
Choose a tag to compare
  • Added support for forcing events
    • Edit settings/events.hjson

DbD Dev Server v1.3.1

10 Feb 23:39
ff21fc0
Compare
Choose a tag to compare
  • Added batch files for ease of use