RimWorld

RimWorld

More Synthylene Colors for Rimefeller
 This topic has been pinned, so it's probably important
^7p^0o^1i  [developer] 22 Jun, 2022 @ 9:13pm
Add your own colors
Step 1: Create a Local Copy

Copy the mod folder from

C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2824665737

to

C:\Program Files (x86)\Steam\steamapps\common\RimWorld\Mods

(or platform equivalent).

Step 2: Open the Def File

Within the copied mod folder, open

~/1.3/Defs/Terrain_Floors_Synthylene.xml

in your text editor of choice.

Step 3: Add Your Colors

There are two types of lino floors, separated by comments in the def file.

Under the "Lino" comment, add a block like this:

<TerrainDef ParentName="LinoColourBase"> <defName>Lino_[Color]</defName> <label>[color] lino</label> <color>(x,y,z)</color> </TerrainDef>

And under the "Lino Tiles" comment:

<TerrainDef ParentName="LinoColourTilesBase"> <defName>LinoTile_[Color]</defName> <label>[color] tile lino</label> <color>(x,y,z)</color> </TerrainDef>

Replace the [color] placeholders with the name of your color.

Replace the (x,y,z) placeholder with an RGB color code of your choice, for example

(255,67,55)

Step 4: Replace in Load Order

Using the in game mod menu or RimPy, remove the Steam Workshop copy of the mod and replace it with your edited local copy.
Last edited by ^7p^0o^1i; 27 May, 2024 @ 2:44pm