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

feat: system messages, login codes #71

Closed jacobtread closed 2 months ago

jacobtread commented 2 months ago

Description

This adds a "System Message" functionality to the server which allows it to use the in-game messaging system to send custom message payloads that can be interpreted by the plugin client in order to display messages on the menu terminal rather than just on the scrolling text portion

This also adds APIs for creating and exchanging login codes that are sent through this new messaging system to make logging into the dashboard with Origin accounts easier

Changes