Krafs.Rimworld.Ref 1.6.4628-beta

This is a prerelease version of Krafs.Rimworld.Ref.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Krafs.Rimworld.Ref --version 1.6.4628-beta
                    
NuGet\Install-Package Krafs.Rimworld.Ref -Version 1.6.4628-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.6.4628-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Krafs.Rimworld.Ref" Version="1.6.4628-beta" />
                    
Directory.Packages.props
<PackageReference Include="Krafs.Rimworld.Ref" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Krafs.Rimworld.Ref --version 1.6.4628-beta
                    
#r "nuget: Krafs.Rimworld.Ref, 1.6.4628-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Krafs.Rimworld.Ref@1.6.4628-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Krafs.Rimworld.Ref&version=1.6.4628-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Krafs.Rimworld.Ref&version=1.6.4628-beta&prerelease
                    
Install as a Cake Tool

RimRef

RimRef is a NuGet-package that contains reference assemblies for Rimworld. You reference it in your mod project instead of the game.

This makes your project portable, because RimRef can be downloaded by anyone and used from anywhere, unlike Rimworld's assemblies which can't be distributed.

FAQ

Why do I get an error when trying to build with RimRef?

Likely because you are adding it to a project that uses an old package structure. Fear not! It is easy to fix. Do one of the following:

  • Migrate your existing project
  • Create a new project library for .NET 5 or later, and replace the <TargetFramework>-value in the project file with net472.

What are 'reference assemblies'?

Reference assemblies are ordinary assemblies from which all code has been stripped, leaving only their signatures. However, these signatures are all the compiler needs to build your project. Not only does this speed up the build process, it more importantly offers a way to reference Rimworld from anywhere without illegally distributing any of its content.


Published with permission from Ludeon Studios.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Krafs.Rimworld.Ref:

Package Downloads
RimWorld.MultiplayerAPI

Multiplayer API for RimWorld

RimWorld.CompatUtils

Provides many common compatibility methods, anywhere from checking if another mod is active to getting a consistent method from another mod.

Nebulae.RimWorld

A personal lib for RimWorld mods.

Mlie_Rimworld_VersionFromManifest

Package Description

MagicTutor

Package Description

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on Krafs.Rimworld.Ref:

Repository Stars
skyarkhangel/Hardcore-SK
Rimworld Hardcore SK project, our discord server:
bbradson/Performance-Fish
Performance Mod for RimWorld
rwmt/Multiplayer
Zetrith's Multiplayer mod for RimWorld
CombatExtended-Continued/CombatExtended
Combat Extended mod for RimWorld
bbradson/Fishery
Modding Library
RimWorld-Together/Rimworld-Together
A Community Driven Multiplayer Mod for Rimworld!
pardeike/HarmonyRimWorld
A RimWorld mod that installs Harmony for all other mods
Zetrith/Prepatcher
Structured assembly rewriting library/mod for RW
Vanilla-Expanded/VanillaExpandedFramework
Vanilla Expanded Framework for RimWorld
fluffy-mods/ModManager
managing mods should be easy
OrionFive/Hospitality
Orion's "Hospitality" and more
Version Downloads Last Updated
1.6.4759-beta 353 3/10/2026
1.6.4752-beta 149 3/3/2026
1.6.4739-beta 198 2/18/2026
1.6.4633 5,657 11/4/2025
1.6.4633-beta 225 11/4/2025
1.6.4630 346 11/1/2025
1.6.4630-beta 143 11/1/2025
1.6.4628-beta 220 10/29/2025
1.6.4621-beta 269 10/23/2025
1.6.4612-beta 248 10/14/2025
1.6.4607-beta 257 10/9/2025
1.6.4566 3,689 8/29/2025
1.6.4566-beta 253 8/29/2025
1.6.4565-beta 277 8/28/2025
1.6.4563-beta 236 8/25/2025
1.6.4558-beta 402 8/21/2025
1.6.4556-beta 546 8/19/2025
1.6.4553-beta 246 8/15/2025
1.6.4552-beta 202 8/14/2025
1.6.4545-beta 387 8/8/2025
Loading failed