Aviuz / PrisonLabor

Prison Labor mod for RimWorld game
http://steamcommunity.com/sharedfiles/filedetails/?id=972057888
39 stars 22 forks source link

Add multiplayer compatibility using MPAPI #239

Closed Thomas107500 closed 3 years ago

Thomas107500 commented 3 years ago
  1. changed Unity Random methods to using Verse Random
  2. moved some code to separate methods for multiplayer compatibility
  3. added MPAPI nuget package

Closes #146

Hazzer commented 3 years ago

Just noticed: Multiplayer mod is on 1.2 (steam version) right now. This pull request will work only with prison labor played at 1.3 Rimworld version.

Thomas107500 commented 3 years ago

Oh for that actually Multiplayer mod for 1.3 is now on beta right now in the Multiplayer mod discord, lots of people tried it and it is pretty stable right now, as for this patch at least 5 people tested it and no one reported there is any issue so far

Thomas107500 commented 3 years ago

For your reference, i think i should include the link to the mod's discord group and documentation of MPAPI

MPAPI documentation

Multiplayer mod discord

Hazzer commented 3 years ago

For your reference, i think i should include the link to the mod's discord group and documentation of MPAPI

MPAPI documentation

Multiplayer mod discord

Yup, I thought that MPAPI is that same dll as mod files. It is clear and looks good now. Thanks for contribution.