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
@K'Braid No idea why your walls vanished. It works for me. The entire thing looks like this:
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName = "Wall"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Building/Linked/Wall</texPath>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[thingClass = "Mineable"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Building/Linked/Rock_Atlas</texPath>
</value>
</Operation>
</Patch>
1) Change both Patch Operations to "Replace" instead of "Add".
2) Remove the <li> and </li> tags from both operations.
3) Change the second operation's xpath designator from thingDef = "RockBase" to thingClass = "Mineable".
After making those changes, I no longer receive errors in the debug log. However, without knowing exactly what to look for (comparison screenshots would be really useful here), I am not 100% sure it is actually doing anything. Hope the above helps though, or at least ends up pointing you in the right direction.
@AerosAtar there's the full github paste, hopefully the author reads it
[Uniform Vanilla Walls] Patch operation Verse.PatchOperationAdd(/Defs/ThingDef[defName = "RockBase"]) failed
file: C:\Steam\steamapps\workshop\content\294100\2008101277\Patches\Patch_UVW.xml
XML error: <li><texPath>Things/Building/Linked/Wall</texPath></li> doesn't correspond to any field in type ThingDef. Context: <ThingDef ParentName="BuildingBase" Name="Wall"><category>Building</category>...(xml continues with the additional wall parameters, but it is much too long to post here)