PocketRelay / Server

Mass Effect 3 Rust Server Emulator, LAN and WAN private server
https://pocket-relay.pages.dev/
MIT License
12 stars 4 forks source link

Port too new tdf #34

Closed jacobtread closed 12 months ago

jacobtread commented 1 year ago

Description

Currently the server uses blaze-pk for working with tdf encoding for packets. In order to unify it with the PocketArk implementation so that it can be kept more lock-step with all the new features and improvements it needs to be migrated from blaze-pk to tdf. This will allow reducing a lot of the boilerplate for created structures and bring in all the improvements that have been made to the codebase since PocketArk started re-implementing

Checklist