Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción






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.