Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Logs: https://gist.github.com/HugsLibRecordKeeper/61f9c17a7b91be6b6921e4bbfc266ddb
<!--<ThingDef ParentName="ApparelMakeableBase">
<defName>Apparel_OrassanMilitaryPants</defName>
<label>Orassan Military Pants</label>
<description>A uniform with smart fabric. It dynamically restricts blood flow to reduce the rate of bloodloss of the wearer.</description>
<recipeMaker>
<researchPrerequisite>ComplexClothing</researchPrerequisite>
</recipeMaker>
<graphicData>
<texPath>Things/Pawn/Humanlike/Apparel/shirtmilitary/OEPants</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<costList>
<ComponentSpacer>1</ComponentSpacer>
<CatLavenderCloth>20</CatLavenderCloth>
<Cloth>25</Cloth>
</costList>
<statBases>
<WorkToMake>2000</WorkToMake>
<MaxHitPoints>200</MaxHitPoints>
<Mass>.5</Mass>
<Flammability>1</Flammability>
<ArmorRating_Sharp>.1</ArmorRating_Sharp>
<ArmorRating_Blunt>.1</ArmorRating_Blunt>
<ArmorRating_Heat>.1</ArmorRating_Heat>
<Insulation_Cold>30</Insulation_Cold>
<Insulation_Heat>3</Insulation_Heat>
<EquipDelay>2</EquipDelay>
</statBases>
<apparel>
<bodyPartGroups>
<li>Legs</li>
</bodyPartGroups>
<layers>
<li>OnSkin</li>
</layers>
<tags>
<li>OrassanMilitary</li>
</tags>
<defaultOutfitTags>
<li>Worker</li>
<li>Soldier</li>
</defaultOutfitTags>
<canBeDesiredForIdeo>false</canBeDesiredForIdeo>
</apparel>
<colorGenerator Class="ColorGenerator_Options">
<options>
<li>
<only>(0.2,0.2,0.2)</only>
</li>
</options>
</colorGenerator>
<comps>
<li Class="CompProperties_CauseHediff_Apparel">
<hediff>HediffNoBleedArmor2</hediff>
<part>Body</part>
</li>
</comps>
</ThingDef>-->
Now i have a new one with another mod, but one by one i'll finish by being able to load my game again :p
Thanks
EDIT : the shirt at the begining of the same file has
<bodyPartGroups>
<li>Torso</li>
<li>Shoulders</li>
<li>Arms</li>
<li>Legs</li>
which make it conflicting with the pant, we should remove legs i suppose ?
And "<li>Legs</li>" from OrassanMilitaryShirt
right now i have no more errors from orassans, but i still cant load my save cos i have an error from the last update of Factioncontrol XD
The issue is that I left in the pants on a patch for another race; just comment out the pants on that patch if you're too impatient to wait for the update
Steam\SteamApps\workshop\content\294100\1541519487\1.3\Defs\PawnKindDefs\Pawnkinds_Orassans.xml
and then commenting out line 643 (your line may vary):
from:
<li>Apparel_OrassanMilitaryPants</li>
to:
<!--<li>Apparel_OrassanMilitaryPants</li>-->
Diana suggests they got rid of the pants for a reason, but maybe an alternate option is to re-enable the pants via this location:
Steam\SteamApps\workshop\content\294100\1541519487\1.3\Defs\ThingDefs_Misc\Military_Uniform.xml
I guess they aren't supposed to have pants though. Not sure.