Krafs.Rimworld.Ref 1.4.3569-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.4.3569-beta
                    
NuGet\Install-Package Krafs.Rimworld.Ref -Version 1.4.3569-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.4.3569-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.4.3569-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.4.3569-beta
                    
#r "nuget: Krafs.Rimworld.Ref, 1.4.3569-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.4.3569-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.4.3569-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Krafs.Rimworld.Ref&version=1.4.3569-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 (8)

Showing the top 8 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
Version Downloads Last Updated
1.6.4759-beta 466 3/10/2026
1.6.4752-beta 168 3/3/2026
1.6.4739-beta 214 2/18/2026
1.6.4633 6,517 11/4/2025
1.6.4633-beta 227 11/4/2025
1.6.4630 353 11/1/2025
1.6.4630-beta 148 11/1/2025
1.6.4628-beta 227 10/29/2025
1.6.4621-beta 272 10/23/2025
1.6.4612-beta 254 10/14/2025
1.6.4607-beta 262 10/9/2025
1.6.4566 3,850 8/29/2025
1.6.4566-beta 257 8/29/2025
1.6.4565-beta 284 8/28/2025
1.6.4563-beta 241 8/25/2025
1.6.4558-beta 405 8/21/2025
1.6.4556-beta 549 8/19/2025
1.6.4553-beta 251 8/15/2025
1.6.4552-beta 208 8/14/2025
1.4.3569-beta 367 12/6/2022
Loading failed