MafiaHub / MafiaMP

Multiplayer experience for Mafia: Definitive Edition
https://mafiahub.dev
Other
39 stars 5 forks source link

Disable Season and TimeFlow on game ready #85

Open Deewarz opened 7 months ago

Deewarz commented 7 months ago

Closes https://github.com/MafiaHub/MafiaMP/issues/42

It introduces a new state called when the application is initialized, the game is up and before the main menu. Is this the right way to do it?

Segfaultd commented 7 months ago

Not the right way, states should be purely related to mod implementation and not games.

But, there is a deeper reversing involved to do this, and it's linked to https://github.com/MafiaHub/MafiaMP/issues/62

I plan on doing it soon, we can do it together.

Deewarz commented 7 months ago

In the meantime, moving forward on this one, where should we put this code?