// Management · RimWorld Mod

TailorMade Unlock Fix|穿衣限制修复

TailorMade Unlock Fix|穿衣限制修复 mod preview for RimWorld

Fixes TailorMade's unlockRestrictedApparel setting 修复跨种族服装限制开关无效 The Problem TailorMade's Patches/TailorMade_UnlockRaceRestrictedApparel.

Fixes TailorMade's unlockRestrictedApparel setting

修复跨种族服装限制开关无效 The Problem TailorMade's Patches/TailorMade_UnlockRaceRestrictedApparel.xml runs unconditionally during XML loading, deleting HAR race apparel restriction data before the game even starts. As a result, the "unlockRestrictedApparel" toggle cannot re-enable restrictions — it never had real effect. TailorMade 在 XML 加载阶段无条件删除 HAR 种族的服装限制数据,导致设置中的「解锁跨种族服装限制」开关形同虚设——关了跟没关一样。 The Fix This mod hooks into the XML patching process itself and prevents TailorMade's patch from deleting the data. HAR's original restriction data survives intact. When "unlockRestrictedApparel" is OFF, HAR's original race apparel restrictions work exactly as designed. When ON, the game allows all apparel for all races. 本模组在 XML 补丁阶段就拦截了 TailorMade 的删除操作,HAR 的原始服装限制数据完好保留。关闭开关时,HAR 的种族限制正常生效;开启时,所有种族随意穿。 Requirements - TailorMade: Unified Apparel & Body Refitting - Humanoid Alien Races (HAR) 别看deepseek瞎写的排序,用rimsort直接排就行了 Load Order Must load AFTER TailorMade. 必须排在 TailorMade 之后。