fluffy-mods / ResearchTree

Graphical research tree and queue system for RimWorld
Other
23 stars 25 forks source link

Curious why MP support was removed? #56

Closed lemmy101 closed 8 months ago

lemmy101 commented 8 months ago

I've been working on multiplayer support on MP Compat as I simply can't handle using the vanilla research tree on modded playthroughs, and it was suggested when I did a PR that I try a PR for this project directly as it's still supported, and when going to add SyncMethod into some of the Queue methods I was surprised to see a commented out SyncMethod attribute already present, and as it turns out my solution was very similar to an older commit that seems to have been long commented out since.

Was wondering why this was reverted, if there was any issues discovered with SyncMethods for the queue and a SyncWorker to handle ResearchNodes that haven't become apparent in hours of my testing. In my experience its made the research tree perfectly usable in MP.

Thanks!