vasilevp/sam

Unrelated

jacobEAdamson opened this issue · 1 comments

Hey, just trying to contact you. Not sure what your linked was or anything like that. When you worked on the Rimworld Multiplayer mod, were you able to get it to compile? I've been trying to resolve the rimworld assembly public reference, and wondered if you ran into the same issue when testing your mod

Hey!
What I did was to decompile Assembly-CSharp.dll from Rimworld and make all methods, fields, etc. public.
There are better ways, for example this gist by Zetrith himself that should do what you need.

Since I'm not always available, you can ask around on the Zetrith Discord if you have further questions about compiling the mod. Also someone in the Harmony Discord might be of help.

Hope that helps!