Lexor: I used cartridge in ship arcade game, won on all levels, got the achievement, but the game didn't save that status and on my next run I had achievement medal empty yet the game still suggests I won all three levels - I did that again but the achievement did not return.
Any idea how to fix it?
This is what ma save looks like:
...
<Collection name="CanBreakFinishedMedal">
<Properties>
<Simple name="Capacity" value="4" />
</Properties>
<Items>
<Simple value="Floatball" />
</Items>
</Collection>
<Collection name="HasBrokenMedal">
<Properties>
<Simple name="Capacity" value="0" />
</Properties>
<Items />
</Collection>
<Collection name="MedalsGained">
<Properties>
<Simple name="Capacity" value="4" />
</Properties>
<Items>
<Simple value="Floatball" />
</Items>
</Collection>
<Dictionary name="NbrOfAchievementActions">
<Items>
...
<Item>
<Simple value="Floatball" />
<Simple value="1" />
</Item>
<Item>
<Simple value="Outposts" />
<Simple value="0" />
</Item>
<Item>
<Simple value="BossFights" />
<Simple value="0" />
</Item>
</Items>
</Dictionary>
...
Why can ma Floatball medal break?