Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herpderpinstine/ddss.lobbyguard
Serverside Anti-Cheat for Dale & Dawson
https://github.com/herpderpinstine/ddss.lobbyguard
anticheat dale dawson ddss game guard lobby lobbyguard melonloader melonloader-mod mod protection security serverside
Last synced: 4 days ago
JSON representation
Serverside Anti-Cheat for Dale & Dawson
- Host: GitHub
- URL: https://github.com/herpderpinstine/ddss.lobbyguard
- Owner: HerpDerpinstine
- License: apache-2.0
- Created: 2024-09-30T23:45:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:01:30.000Z (6 days ago)
- Last Synced: 2024-11-09T15:32:49.034Z (6 days ago)
- Topics: anticheat, dale, dawson, ddss, game, guard, lobby, lobbyguard, melonloader, melonloader-mod, mod, protection, security, serverside
- Language: C#
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: Security/BlacklistSecurity.cs
Awesome Lists containing this project
README
---
Serverside Anti-Cheat and Security for [Dale & Dawson Stationery Supplies](https://store.steampowered.com/app/2920570/Dale__Dawson_Stationery_Supplies/)
- Protects Lobbies and Users from Malicious Exploits
- Fixes Disruptive Gameplay issues
- Serverside Authoritative, Only the Lobby Host needs to have it installed
- Seamless Integration with Gameplay
- Extended Invite Codes to avoid Generation Conflicts
- Persistent Blacklist* Settings are found in ``UserData/LobbyGuard/Config.cfg``
* Persistent Blacklist Database is found in ``UserData/LobbyGuard/Blacklist.json``* Discord: https://discord.gg/JDw423Wskf
---
### REQUIREMENTS:
- [MelonLoader](https://github.com/LavaGang/MelonLoader/releases) v0.6.5 or higher.
---
### INSTALLATION:
1) Install [MelonLoader](https://github.com/LavaGang/MelonLoader/releases) v0.6.5 or higher.
4) Download [DDSS.LobbyGuard](https://github.com/HerpDerpinstine/DDSS.LobbyGuard/releases) from Releases.
5) Place ``DDSS.LobbyGuard.dll`` in the ``Mods`` folder of your Game's Install Folder.
6) Start the Game.---
### PERSISTENT BLACKLIST:
- To remove someone from the database delete their entry from `{` to `},`
- Database Entries are layed out in the following structure:
| Value | Description |
| - | - |
| Timestamp | (UTC) Date and Time of when this User was blacklisted |
| SteamID | The SteamID64 of the User |
| Name | The Name of the User at the time of blacklist |---
### LICENSING & CREDITS:
DDSS.LobbyGuard is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/HerpDerpinstine/DDSS.LobbyGuard/blob/main/LICENSE.md) for the full License.
DDSS.LobbyGuard is not affiliated with Striped Panda Studios or [Dale & Dawson Stationery Supplies](https://store.steampowered.com/app/2920570/Dale__Dawson_Stationery_Supplies/) in any way.