[1.1.2618 rev713] Quest Script_PawnLend translation problem

Started by Joás Felipe, April 28, 2020, 08:02:03 PM

Previous topic - Next topic

Joás Felipe

Hi, I think there's a bug with the file Script_PawnLend.xml. The file isn't translating the lines with <PawnLend.root.nodes.RandomNode.nodes.Sequence-0.nodes.GetRandomElement.options...> and <PawnLend.root.nodes.RandomNode.nodes.Sequence-1.nodes.GetRandomElement.options...>.

Here's the printscreen: https://prnt.sc/s7olwb https://prnt.sc/s7omq3 https://prnt.sc/s7omzk

Ragnar-F

You can fix this by adding the following lines into the PawnLend.questDescriptionRules.rulesStrings element:

<li>dutyDescription->gather the harvest</li>
<li>dutyDescription->fortify a settlement</li>
<li>dutyDescription->set up a settlement</li>
<li>dutyDescription->watch for raiders</li>
<li>dutyDescription->set up a hospital</li>
<li>dutyDescription->contain an outbreak of [disease]</li>

<li>entertainerDescription->real hardy surface survivors</li>
<li>entertainerDescription->goofy jesters</li>
<li>entertainerDescription->foreign-accented servants</li>
<li>entertainerDescription->exotic human specimens</li>


For an example, see https://github.com/Ludeon/RimWorld-de/blob/6c0ab385d567d7ae9d5bea038250e84e575194b5/Royalty/DefInjected/QuestScriptDef/Script_PawnLend.xml#L14


Joás Felipe

Quote from: Ragnar-F on April 29, 2020, 02:35:15 AM
You can fix this by adding the following lines into the PawnLend.questDescriptionRules.rulesStrings element:

<li>dutyDescription->gather the harvest</li>
<li>dutyDescription->fortify a settlement</li>
<li>dutyDescription->set up a settlement</li>
<li>dutyDescription->watch for raiders</li>
<li>dutyDescription->set up a hospital</li>
<li>dutyDescription->contain an outbreak of [disease]</li>

<li>entertainerDescription->real hardy surface survivors</li>
<li>entertainerDescription->goofy jesters</li>
<li>entertainerDescription->foreign-accented servants</li>
<li>entertainerDescription->exotic human specimens</li>


For an example, see https://github.com/Ludeon/RimWorld-de/blob/6c0ab385d567d7ae9d5bea038250e84e575194b5/Royalty/DefInjected/QuestScriptDef/Script_PawnLend.xml#L14

I'll do it, thanks for the help.