Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/multirious/dpmaster-rs
dpmaster quake protocol in Rust
https://github.com/multirious/dpmaster-rs
Last synced: 7 days ago
JSON representation
dpmaster quake protocol in Rust
- Host: GitHub
- URL: https://github.com/multirious/dpmaster-rs
- Owner: Multirious
- Created: 2024-05-11T07:32:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T14:44:07.000Z (about 1 month ago)
- Last Synced: 2024-10-18T09:21:30.291Z (29 days ago)
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dpmaster-rs
[dpmaster](https://github.com/kphillisjr/dpmaster/tree/master) protocol message serializing and deserializing> Dpmaster is a lightweight master server written from scratch for DarkPlaces,
LordHavoc's game engine. It is an open master server because of its free source
code and documentation, and because its Quake III Arena-like protocol allows it
to fully support new games without having to restart or reconfigure it. In
addition to its own protocol, dpmaster also supports the master protocols of
"Quake III Arena" (Q3A), "Return to Castle Wolfenstein" (RtCW), and
"Wolfenstein: Enemy Territory" (WoET).Current only made for use with my discord bot.
Not all messages are implement.