That does seem to have fixed it. Thanks for the assist. I have no idea where that dash came from though.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#2
Help / Re: Requesting Help with an Error
December 12, 2021, 02:06:48 PM
Apparently it was. I have removed it and will test if that has an effect when I have the chance.
#3
Help / Requesting Help with an Error
December 12, 2021, 03:02:31 AM
I Recently made a small mod consisting of a single trait and a patch for related thought defs. Rimworld is giving me an "unknown parse error" pointing at the TraitDef file. I have been unable to figure out why or how to fix it. Here is the file.
Code Select
<?xml version="1.0" encoding="UTF-8"?>
-<Defs>
<TraitDef>
<defName>SemiNudist</defName>
<commonality>0.7</commonality>
<degreeDatas>
<li>
<label>semi nudist</label>
<description>{PAWN_nameDef} doesn't care about clothes. {PAWN_pronoun} is equally comfortable without clothes as they are with them.</description>
</li>
</degreeDatas>
</TraitDef>
</Defs>
Pages1