Releases: godarklight/DarkMultiPlayer
Releases · godarklight/DarkMultiPlayer
v0.2.4.5 for KSP 1.3.1
v0.2.4.4 for KSP 1.3.0
- Added missing 1.3 part
- Fixed a server crash when a player disconnected during warp
- Fixed a DMP crash during connection
- Fixed ModWindow display, it'll now show up when there are incompatible mods with the server
v0.2.4.3 for KSP 1.3.0
- Client settings are now saved as
ConfigNode
(KSP resource file format), instead of XML - Fixed a bug where DMP wouldn't work on 32-bit clients
v0.2.4.2 for KSP 1.2.2
- Fixed a bug where tourist kerbals would be sent again if they were on recovered vessels
- Fixed a bug where DMP would throw trying to handle empty messages
- Fixed a bug where players would be disconnected from the server due to an empty flag file
- Fixed a bug where players would be disconnected when the chat was minimized
- Fixed a bug where players would be sent to the last created subspace
- Fixed a bug related to kerbal genders
- Fixed a bug with KerbalDodger
- Changed the
sendPlayerToLatestSubspace
server option and removedkeepTickingWhileOffline
(as it no longer makes sense).- When set to
false
, you will be sent back to the exact time you disconnected. - When set to
true
, you will be sent to the latest universe time (default, and old default behaviour). - As "pausing" the latest time while the server is offline / no players are connected, and remaining locked to a subspace while offline made little sense - I've decided to remove the option which should have never existed in the first place, the option should be a lot more intuitive now, before it depended if a player was online, now it doesn't. It'll also keep you paused even if you turn off the server.
- When set to
- Updated GUI
v0.2.4.1 for KSP 1.2.2
- Support for KSP 1.2.2
- Fixed a bug where players would be randomly disconnected due to an error while handling chat messages
v0.2.4.0 for KSP 1.2.1
- Support for KSP 1.2.1
- Added new cheats to be disabled by server
- Added missing 1.2 gameplay settings and parts
- Added support for rescue and tourism contracts
- Vessel maneuver nodes are now being loaded on the client
- Fixed a bug where the kerbal's flight log wasn't being loaded
- Fixed compatibility and install checkers
Thanks 81ninja, Caylis1397 for your contributions!