[Modding Help] Oh my god.
-
- Posts: 92
- Joined: Mon Sep 24, 2012 9:11 pm
Re: [Modding Help] Oh my god.
Might not be any help, but make sure you're saving them as ANSI encoded?
Love FTL? Wish you could fly around in the USS Enterprise, the Tardis, or a ship that looks just like your own face? Check out FTLEdit, a ship editor for FTL, so you can create your own custom ships and play them!
Don't forget to share them too!
Don't forget to share them too!

- Kieve
- Posts: 944
- Joined: Tue Sep 18, 2012 2:21 pm
Re: [Modding Help] Oh my god.
[quote="PvtVain"]
If you've got an <event load> in a choice, the <event/> dummy is unnecessary. Guess you got it sorted already so it's not breaking anymore, but I thought I'd point this out anyway.
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>