A RimWorld mod that adds Sims-like skills and lays groundwork for deeper life-sim features.
- Game: RimWorld 1.6
- Dependency: Harmony (Steam Workshop ID 2009463077)
Requirements:
- .NET SDK (7 or newer recommended). On Windows, Visual Studio 2022 with .NET Framework 4.7.2 targeting pack helps.
- RimWorld installed (the project references game assemblies relative to the game directory).
Steps:
- From the
Sourcefolder, runbuild.bat(Windows), or run:dotnet build SimWorld.csproj -c Release
- The compiled DLL outputs to
../Assemblies/SimWorld.dll(relative toSource). RimWorld loads it from the mod'sAssembliesfolder.
About/— Mod metadata (About.xml).Defs/,Patches/,Textures/,Languages/— XML defs, patches, assets, and translations.Source/— C# project targetingnet472.Assemblies/— Build output (SimWorld.dll).
- Ensure Harmony is installed/enabled. The project checks for
0Harmony.dllunder the Harmony workshop or a localMods/Harmony/Assembliespath. - The project references RimWorld and Unity assemblies from the game install; keep the mod folder inside the RimWorld
Mods/directory.