Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dan-shields/dmpplayerlogging
Reports user sessions in a DMP server back to a MySQL server for nefarious statistical purposes
https://github.com/dan-shields/dmpplayerlogging
dmp kerbal kerbal-space-program ksp mod multiplayer mysql
Last synced: about 1 month ago
JSON representation
Reports user sessions in a DMP server back to a MySQL server for nefarious statistical purposes
- Host: GitHub
- URL: https://github.com/dan-shields/dmpplayerlogging
- Owner: Dan-Shields
- Created: 2017-03-02T23:52:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T11:31:32.000Z (over 6 years ago)
- Last Synced: 2024-11-09T08:40:42.710Z (3 months ago)
- Topics: dmp, kerbal, kerbal-space-program, ksp, mod, multiplayer, mysql
- Language: C#
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Reports user sessions in a DMP server (KSP multiplayer mod) back to a MySQL server for nefarious statistical purposes ####
Current Version: 0.1### Environment setup ###
* [MySQL Connector/Net](https://dev.mysql.com/downloads/connector/net/6.9.html) is required.
* Clone this repo and [DarkMultiPlayer](https://github.com/godarklight/DarkMultiPlayer) into the same folder.
* Import Common and Server from DMP (or it might do it for you, I don't know how visual studio works to be honest).
* Build and follow the end user configuration instructions.### End User Configuration ###
* Create a database and create a user to access this (or just use root if you're edgy like that).
* Download the .dll from the [Downloads section](https://bitbucket.org/Dan_Shields/dmpplayerlogging/downloads/?tab=downloads) and place in your 'DMP/plugins' folder
* Run the server once, ignore the errors while it generates the settings file.
* Close the server and edit the settings file to your heart's content.