Re: [Modding Help] Oh my god.
Posted: Wed Oct 03, 2012 2:35 pm
Might not be any help, but make sure you're saving them as ANSI encoded?
Official Forum for FTL: Faster Than Light and Into the Breach
https://www.subsetgames.com/forum/
Code: Select all
<event name="VNEP_ASTEROID_MINING">
<text>Ready to jump again, you spot a asteroid inside the asteroid field, full of rare metals. They could be traded in for scrap if mined.</text>
<choice hidden="true">
<text>Try and mine the asteroid with fear of stray asteroid pieces.</text>
<event load="VNEP_ASTEROID_MINING_RESULTS"/>
<event/>
</choice>
<choice hidden="true">
<text>Forget it and quickly prepare to jump to avoid any damage.</text>
<event/>
</choice>
</event>