• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

DMT and multiplayer

Umbrella

Refugee
Hello,

I use harmony to patch GameManager.PlayerSpawnedInWorld, in order to start a global coroutine of mine when the player joins the game.

This works very well when I am alone in my game. But I tested my mod with a friend, and there is an issue. The routine starts on his computer when he creates the game, but does not start on my computer when I join his game. Both of us have build the game with the DMT tools applying the patch.

So I wonder : are Harmony patches applied when I join an already running game ? Does each player needs to build the game with the tool ?

Thank you !

 
Last edited by a moderator:
Back
Top