Do you have a mod you want to make changes to? Is it too OP or not exactly how you wanted it? You’ve come to the right place! With this guide you will learn how to modify mods to your liking in four simple steps!
Step 1: Get a local copy of the mod you want to modify
There are three main ways to make a local of a mod: manually, automatically, or via an external download.
How to get a local copy of a mod manually
- Navigate to your steam folder:
C:\Program Files (x86)\Steam - Next, navigate to workshop folder from the steam folder:
C:\Program Files (x86)\Steam\steamapps\workshop\ - Now navigate to your Rimworld (294100) folder inside the content folder:
C:\Program Files (x86)\Steam\steamapps\workshop\content\294100
Go to Step 2.
How to get a local copy of a mod automatically
- Download the ModSwitch tool if you don’t already have it.
- Launch Rimworld and load Mod Switch.
- Find the mod you want to edit, right-click on it and then click Create a local copy.
Go to Step 4.
How to get a local copy of a mod from an External Download
If you downloaded the mod somewhere other than the Steam Workshop, you already installed the mod locally. All you need to do is change the values as explained in Step 4.
Step 2: Find the Mod you want to edit
Step 2 is only required of you’ve downloaded the mod manually. After accessing the correct steam folder, you will see a screen like this:
Now you need to find the mod you want to edit. First, go to the mod’s Steam Workshop page and look at the URL. You will see something like this:
The number that appears after the “id” is the identification number of the mod. Copy this number and paste it into the search function for your RimWorld Workshop folder in your pc to find it quickly.
Move to Step 3.
Step 3: Copy it to the mods folder
Again, this step is only required if you obtained the mod files manually.
- Copy the file you searched for in step 2.
- Navigate to your Rimworld local mods folder:
C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods - Paste the copied file.
- It is recommended to rename it just for ease of navigation if you decide to modify it later.
Move to Step 4.
Step 4: Edit the Mod
Congratulations! You made it to the final step. Now it’s time to enter the mod folder and to understand what everything is.
- The About folder is just informative stuff for modders when they’re uploading the mod. You don’t have to change anything here.
- If there is an Assemblies folder, this is where any C# code will be located at.
- The Defs folder is usually the main part of any mod. This is the folder you are most likely to edit.
- If there is a Patches folder, it is used to override something from the main game or XML code that is dependent on other mods.
- The Textures folder is where all the textures for the mod are stored, if there are any.
Now you have to look through the Defs folder for whatever you want to change and modify it to your liking. You can also replace textures and any variable you want to. Comment below if you want to expand or replace a specific feature and you don’t know how to.
Note that if you had RimWorld open while you were editing files, you will have to reopen RimWorld or restart to ensure you only have the edited version enabled.