Work-In-Progress multiplayer mod for the game Mon Bazou
- ✅ Joining and Hosting Games: Implemented functionality for players to join and host games.
- ✅ UI: UI for the mod menu, accessible via 'F9'. (Not 'F7' now due to UnityInspector)
- ✅ TickSystem: Sync all data using a TickSystem to not flood the user's games. (50TPS)
- ✅ PauseGame Patch: Patched pause game so players cant freeze the game in multiplayer by hitting 'ESC'!
- 🔄 Getting Player Data:
- ✅ Position (Pos)
- ✅ Rotation (Rot)
- ❌ Cash
- ❌ Time
- ✅ Cars Synced::
- ✅ Konig
- ✅ OlTruck
- ❌ SmollATV
- ❌ Buggy
-
🔄 Syncing Multiple Players on Server:
- Fixing performance issues where only the host player can drive cars!
-
**Make players able to connect to the server from the MainMenu scene not only from ingame!