Zetrith
Zetrith
There's some new stuff to accommodate the fact that Common code has to be independent of `Verse` and `RimWorld` but the changes are mostly straightforward. The moved `SyncSerialization` provides hook...
A first pass at RW 1.5. This PR doesn't address new 1.5 or Anomaly features. - `Dialog_BeginRitual` was refactored and there's a new generic type `PawnRoleSelectionWidgetBase` which needs patching. Not...
An issue tracking Multiplayer's support of RW 1.5. There's going to be a separate issue for Anomaly when it releases but we can make notes here. - [x] Starting rituals...
Synchronizing/downloading mods with arbitrary code is not happening but doing it for XML mods could be very useful (especially for private tweak mods and custom tuning).
With option to see current settings by other players too
Not trivial actually as saving checks `Multiplayer.Client` which becomes null after disconnection.