DoubleDeez / MDFramework

A multiplayer C# game framework for Godot 3.4 Mono.
https://discord.gg/UH49eHK
MIT License
76 stars 13 forks source link

Fixes for server authoritative setups #56

Closed Meister1593 closed 4 years ago

Meister1593 commented 4 years ago

This fixes #51 and most likely #49

If we disable server relay, then client can't make RPC's to eachother. Before this PR, each client would ping eachother to calculate remote offsets on their side. Now it's pinging through server. There still need for max ping to be not the same for each player (#55), but this is start.