边缘世界 RimWorld

边缘世界 RimWorld

More Synthylene Colors for Rimefeller
 此主题已被置顶,因此可能具有重要性
^7p^0o^1i  [开发者] 2022 年 6 月 22 日 下午 9:13
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.
最后由 ^7p^0o^1i 编辑于; 2024 年 5 月 27 日 下午 2:44