I enjoy using the Mod Natural Tree Expansion as it allows trees to reproduce. It works great in Single Player but causes a Desync issue in multiplayer. I believe the issue has been identified but I know absolutely zero about programming. Any assistance would be greatly appreciated! I'll Link the mod and sources as a reply since I can't post URL's on the forum yet!
According to my research:
- orzelekTry looking for local variables that are kept between ticks and/or initialized in places like on_load or other events.
- Rseding91The reason it desyncs in MP is because you're using local variables to store state data outside of functions.