RimWorld

RimWorld

89 ratings
Alien Tailor
2
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.6
File Size
Posted
Updated
409.664 KB
22 Sep, 2022 @ 10:47pm
10 Oct @ 5:14pm
19 Change Notes ( view )

Subscribe to download
Alien Tailor

Description
It will not be updated for Ver. 1.5.

You can make alien apparel with vanilla tailor bench.
You can use your Machining table just like Rabbie Moon machining table.
You can use Electric smithy or Fueled smithy just like Kijin smithy.

Choose and install only your preferred races mods from the compatible mods.

Compatible Alien mods:
・[Aya]Nearmare Race
・[Aya]Silkiera Race [〇]
・Ancient Species [〇]
・Anty the war ant race
・Bori race
・Epona race Renaissance (Unofficial)
・Heyra the Horned
・Kiiro race
・Kijin Race 3.0
・Kurin HAR Edition
・Kurin, The Three Tailed Fox [Deluxe Edition]
・Maru Race
・Miho, the celestial fox
・Milira Race [〇]
・MoeLotl Race [〇]
・NewRatkinPlus
・Rabbie The Moonrabbit race
・Tinimar the Harfling [〇]
・Yuran race

[〇]: tested in ver. 1.6
38 Comments
tc3wikieditor  [author] 10 Oct @ 5:14pm 
Kiiro's weapons can now be crafted on the Machining Table.
若彗 10 Oct @ 10:10am 
The machining station cannot create Kiiro items.
tc3wikieditor  [author] 19 Jul @ 12:56am 
MoeLotl Race is supported.
tc3wikieditor  [author] 28 Apr @ 2:56am 
@firefox456

I appreciate you reporting this to me.
firefox456 24 Apr @ 2:06am 
Kurin, The Three Tailed Fox [Deluxe Edition] is ok
tc3wikieditor  [author] 10 Apr @ 4:56am 
Kiiro race is supported.
tc3wikieditor  [author] 27 Feb @ 2:29am 
Considering whether to make it compatible with Moelotl.
Hirumii 26 Feb @ 1:55pm 
Hi there, anyplan for Moelotl race?
tc3wikieditor  [author] 19 Feb @ 1:19am 
The following my mod patch file should be changed.
C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2866467227\Patches\patch.xml

The required description is as follows.
The first four lines identify the apparel for which Kurin_Electric_Tailoring_Bench is specified as the production method (that is, the apparel added by the Kurin mod).
The next three lines add vanilla tailor bench and electric tailor bench to the apparel's means of production.

<Operation Class=“PatchOperationConditional”>
<xpath>//recipeUsers/li[contains(text(),“Kurin_Electric_Tailoring_Bench”)]</xpath>
<match Class=“PatchOperationInsert”>
<xpath>//recipeUsers/li[contains(text(),“Kurin_Electric_Tailoring_Bench”)]</xpath>
<value>
<li>ElectricTailoringBench</li><li>HandTailoringBench</li>
</value>
</match>
</Operation>
tc3wikieditor  [author] 19 Feb @ 1:19am 
@Comrade Operator

I am not sure if this mod and Kurin combination will work in version 1.5. I didn't change anything from version 1.4, so it might work with version 1.5.

If you want to make your own Kurin compatible, you should first find the defName of the Kurin sewing machine.
It is probably described in the following file.

C:\Program Files (x86)\Steam\steamapps\workshop\content\294100\2670355481\f1p5\Defs\ThingDefs\Building\ThingDef_Production.xml

The following is the defName of the sewing machine.
<defName>Kurin_Electric_Tailoring_Bench</defName>

continue