Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden






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.