Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.23 KB

Contributing to dndserver

Thank you for your interest in contributing to dndserver! There are many ways to contribute and we appreciate all of them.

Communications

Our communications are done over Discord. You can join our Discord server here.

Roadmap

See here.

What sort of contributions are you looking for?

Software engineers

We are looking for contributors who are fluent in Python and have an understanding of data structures, packet analysis, and protobufs for furthering development.

Reverse engineers

We are looking for contributors who are fluent in C/asm (x64) with reverse engineering experience (hooking, detours, injection, IDA/Ghidra/x64dbg, etc.) who can help with creating patches for bugs and helping us further understand how the server interacts with the client and vice-versa.

Wireshark dumps

If you have Wireshark dumps from any of the playtests, we would love to hear from you! This is an easy way for less technically skilled users to still help contribute to developement.

Style Guide

  • Black with 120 line length.
  • PEP8 as close as possible.