Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem






I have removed the 1.6 fix patch from the Japanese translation side, so you can remove the comments in v1.6 of LoadFolders.xml without any problems. Please update it. Thank you.
Thank you for update!
<!-- Diagonal Walls 2 1.6 fixed patch -->
<Operation Class="PatchOperationConditional">
<xpath>*/ThingDef[@Name = "DiagonalWallBase"]/placingDraggableDimensions</xpath>
<match Class="PatchOperationReplace">
<success>Normal</success>
<xpath>*/ThingDef[@Name = "DiagonalWallBase"]/placingDraggableDimensions</xpath>
<value><designationCategory>Floors</designationCategory></value>
</match>
<nomatch Class="PatchOperationTest">
<xpath>*/ThingDef[defName = "MealSurvivalPack"]</xpath>
<success>Always</success>
</nomatch>
</Operation>
same other 2 defName
<xpath>*/ThingDef[defName = "DiagonalFence"]/placingDraggableDimensions</xpath>
<value><designationCategory>Structure</designationCategory></value>
<xpath>*/ThingDef[defName = "DiagonalSandbags"]/placingDraggableDimensions</xpath>
<value><designationCategory>Security</designationCategory></value>
For Name="DiagonalWallBase", change line 37 to <designationCategory>Floors</designationCategory>.
For defName = "DiagonalSandbags", change line 361 to <designationCategory>Security</designationCategory>.
For defName = "DiagonalFence", change line 430 to <designationCategory>Structure</designationCategory>.
This is all you need to do to use it in 1.6 without errors.
Hopefully whoever carries on the torch can touch-up the textures and fix some of the glaring issues with the thin wall.