ftl-profile-editor icon indicating copy to clipboard operation
ftl-profile-editor copied to clipboard

Profile editor for FTL: Faster Than Light (www.ftlgame.com)

Results 24 ftl-profile-editor issues
Sort by recently updated
recently updated
newest added

Trying to run with `java --add-modules=java.xml.bind -jar FTLProfileEditor.jar` but it throws `Error occurred during initialization of boot layer java.lang.module.FindException: Module java.xml.bind not found`

So I installed java 8 since it;s the latest version I can download that won;t give me a javax.xml.bind error, but it's givine me a different error when I try...

![image](https://user-images.githubusercontent.com/107346372/173226461-a88e3dc5-55a2-444c-84d0-4fbc427a0c15.png) I am playing on v27 and tried using it with hyperspace and it gives out this error

This likely isn't enough to cover all the bases, but from my tests, it looks like it builds successfully using modern Java versions. Also added a couple .gitignore entries because...

[code] Game State Read Error Exception: java.io.IOException: Not a bool: 100 Stack Trace... net.blerf.ftl.parser.Parser.readBool(Parser.java:21) net.blerf.ftl.parser.SavedGameParser.readShip(SavedGameParser.java:587) net.blerf.ftl.parser.SavedGameParser.readSavedGame(SavedGameParser.java:135) net.blerf.ftl.ui.FTLFrame.actionPerformed(FTLFrame.java:893) javax.swing.AbstractButton.fireActionPerformed(Unknown Source) Editor Version: 27 OS: Windows 10 10.0 VM: Java HotSpot(TM) 64-Bit...

This one is just for fun. It felt weird seeing the gaps in the Ship Unlock Panel, so I added the Type-B ships back as disabled buttons. Commit description: Of...

Github developed the Release (aka Tags) section to also include complied releases into the tags. Once you tag, you can then go in and upload binary packages to the tags,...

Currently, the profile editor does not run under JAVA 11. I have added some libraries related to JAXB as dependencies and now it works fine with newer versions of JAVA...

[code] Game State Read Error Exception: java.io.IOException: Unsupported projectileType flag: 6 Stack Trace... net.blerf.ftl.parser.SavedGameParser.readProjectile(SavedGameParser.java:1739) net.blerf.ftl.parser.SavedGameParser.readSavedGame(SavedGameParser.java:243) net.blerf.ftl.ui.FTLFrame.actionPerformed(FTLFrame.java:893) javax.swing.AbstractButton.fireActionPerformed(Unknown Source) javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) Editor Version: 27 OS: Windows 10 10.0 VM: Java HotSpot(TM)...