rwmt / Multiplayer

Zetrith's Multiplayer mod for RimWorld
MIT License
481 stars 96 forks source link

Patch for UndercaveMapComponent (pit gate) #470

Closed SokyranTheDragon closed 2 months ago

SokyranTheDragon commented 4 months ago

Info on UndercaveMapComponent:MapComponentTick and why it needs patching:

Fixing RNG is easy by just pushing/popping the state.

Fixing the collapsed mountain roof is more complex. Possible solutions:

Information about the patch:

Remaining issues with UndercaveMapComponent/Pit Gate:

SokyranTheDragon commented 4 months ago

@Zetrith if you'd prefer me to change something here or use a different approach to patching this let me know.

Zetrith commented 4 months ago

Looks fine though it conflicts with latest merges

SokyranTheDragon commented 4 months ago

Yup, I'll handle it tomorrow (or the day after, depending if I'll have the time).

SokyranTheDragon commented 4 months ago

I've rebased the branch, so it should now be safe to merge to master.