[Spoiler] FTL Profile/SavedGame Editor v27 (2018-01-12)

All your guides, strategy discussions, request for help on how to play go here. Please use [SPOILER] if relevant.
Banditt
Posts: 2
Joined: Sat Jun 06, 2015 11:19 pm

Re: [Spoiler] FTL Editor v24 - Unlock ships, Edit SavedGames

Postby Banditt » Sat Jun 27, 2015 9:31 pm

B) Tell the editor to use the default Java UI instead of the native Windows one.
Edit or create "ftl-editor.cfg" with notepad, in the editor's folder, with the following line.

Code: Select all
useDefaultUI=true


Editor confirmed working like a charm. Thanks for the save Vhati! :mrgreen: :mrgreen:
Jaykila713
Posts: 1
Joined: Sun Jun 28, 2015 9:14 am

Re: [Spoiler] FTL Editor v24 - Unlock ships, Edit SavedGames

Postby Jaykila713 » Sun Jun 28, 2015 9:19 am

Hey Vhati its been along time , can you tell me when the new update is coming out
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: [Spoiler] FTL Editor v24 - Unlock ships, Edit SavedGames

Postby Vhati » Fri Jul 03, 2015 5:18 am

sinsforeal wrote:got this when tried to edit save game

Code: Select all

SavedGame Parser Error


File ("ae_prof.sav.bak")...

That would be because you opened a profile (which contains high scores, unlocks, achievements, etc).

Saved games are named "continue.sav"
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: [Spoiler] FTL Editor v25 - Unlock ships, Edit SavedGames

Postby Vhati » Fri Jul 03, 2015 8:08 am

.
.
v25 has been released:
  • Reinstated nearby ship stealing in saved games (Change Ship tab). Experimental.
  • Improved sector tree editing in saved games (Sector Tree tab).
  • Added top score removal in profiles.
  • Added hangar's newbie tip level in profiles (General Achievements tab).
  • Added current event editing in saved games (General tab). Degreeked, but not terribly useful.
  • Fixed fire placement (Previously, rows/cols were mixed up).
  • Fixed misreported difficulty in old "profile.sav" scores.

When you steal a ship, it will be powered down and reset to a non-battle state. Editing is still limited, but you can stock the vessel with custom cargo and equip in-game.

The format has not been deciphered thoroughly enough to allow constructing arbitrary ships yet. You'll need to go hunting.

I've accounted for some of the Flagship's weirdness; haven't actually tested taking it, however. ;)


The sector tree can be reconstructed. You can navigate backward AND forward, and you can peek at all the dots' sector names.

When FTL creates saved games, it reduces the sector tree to a number, a seed. Upon resuming, FTL uses each OS's native RNG to interpret the seed and build a new 'random' tree exactly like it. That means trees will get scrambled if you copy saved games between Windows and Linux/OSX. The editor includes its own algorithms, so IT can still interpret a tree from anywhere, provided the FTL resources IT has available are similarly (un)modded compared to the edition that origionally created the saved game.


The newbie tip level tracks whether one-time popups ought to appear:
  • Ships Unlocked = Highlight the hangar's LIST button when there are unlocked ships.
  • Ship List Intro = An intro when the ship list is displayed.
  • Veteran = No further tips.


If I broke anything that used to work in v24, I'm sure you'll let me know. :lol:
.
.
keitr
Posts: 2
Joined: Fri Jul 03, 2015 3:47 pm

Re: [Spoiler] FTL Editor v25 - Unlock ships, Edit SavedGames

Postby keitr » Fri Jul 03, 2015 4:20 pm

It's funny that only thing I want to use about this editor only one doesn't work.

Code: Select all

18:52:06.347 [AWT-EventQueue-0] DEBUG net.blerf.ftl.FTLProfileEditor - FTL Profile Editor v25
18:52:06.347 [AWT-EventQueue-0] DEBUG net.blerf.ftl.FTLProfileEditor - Windows 7 6.1
18:52:06.347 [AWT-EventQueue-0] DEBUG net.blerf.ftl.FTLProfileEditor - Java HotSpot(TM) Client VM, 1.6.0_31, x86
18:52:06.363 [AWT-EventQueue-0] INFO  net.blerf.ftl.FTLProfileEditor - Using FTL dats path from config: C:\Program Files\Steam\steamapps\common\FTL Faster Than Light\resources
18:52:06.441 [AWT-EventQueue-0] INFO  net.blerf.ftl.parser.DefaultDataManager - Reading Achievements...
18:52:06.441 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/achievements.xml"...
18:52:06.550 [AWT-EventQueue-0] INFO  net.blerf.ftl.parser.DefaultDataManager - Reading Blueprints...
18:52:06.550 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/blueprints.xml"...
18:52:06.784 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/autoBlueprints.xml"...
18:52:06.847 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/bosses.xml"...
18:52:06.893 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/dlcBlueprints.xml"...
18:52:06.940 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/dlcBlueprintsOverwrite.xml"...
18:52:07.018 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/dlcPirateBlueprints.xml"...
18:52:07.065 [AWT-EventQueue-0] INFO  net.blerf.ftl.parser.DefaultDataManager - Reading Events...
18:52:07.065 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events.xml"...
18:52:07.112 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/newEvents.xml"...
18:52:07.143 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_crystal.xml"...
18:52:07.159 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_engi.xml"...
18:52:07.174 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_mantis.xml"...
18:52:07.190 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_rock.xml"...
18:52:07.205 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_slug.xml"...
18:52:07.221 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_zoltan.xml"...
18:52:07.237 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_nebula.xml"...
18:52:07.252 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_pirate.xml"...
18:52:07.268 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_rebel.xml"...
18:52:07.268 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/nameEvents.xml"...
18:52:07.283 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_fuel.xml"...
18:52:07.299 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_boss.xml"...
18:52:07.299 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_ships.xml"...
18:52:07.330 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/dlcEvents.xml"...
18:52:07.330 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/dlcEvents_anaerobic.xml"...
18:52:07.361 [AWT-EventQueue-0] INFO  net.blerf.ftl.parser.DefaultDataManager - Reading Crew Names...
18:52:07.361 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/names.xml"...
18:52:07.377 [AWT-EventQueue-0] INFO  net.blerf.ftl.parser.DefaultDataManager - Reading Sector Data...
18:52:07.377 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/sector_data.xml"...
18:52:07.393 [AWT-EventQueue-0] INFO  net.blerf.ftl.parser.DefaultDataManager - Reading Background Image Lists...
18:52:07.393 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading "data/events_imageList.xml"...
18:52:07.393 [AWT-EventQueue-0] INFO  net.blerf.ftl.parser.DefaultDataManager - Finished reading FTL resources.
18:52:12.712 [AWT-EventQueue-0] INFO  net.blerf.ftl.ui.FTLFrame - Opening game state: C:\Users\user\Documents\My Games\FasterThanLight\continue.sav
18:52:12.806 [AWT-EventQueue-0] DEBUG net.blerf.ftl.parser.DefaultDataManager - Reading ship chassis (data/kestral.xml)...


This is message i got when I click select store and then click store at the sector map.

Image

EDIT: Ah I forgot to mention. This problem also was there at v24.
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: [Spoiler] FTL Editor v25 - Unlock ships, Edit SavedGames

Postby Vhati » Sat Jul 04, 2015 2:40 am

keitr wrote:This is the message I get when I click select store and then click a store at the sector map.

Code: Select all

NullPointerException at StoreShelfPanel.java:111

There was a silly typo in my code. Thanks!


keitr wrote:EDIT: Ah I forgot to mention. This problem also was there at v24.

*facepalm*
JrSwifterz
Posts: 1
Joined: Fri Jul 17, 2015 11:30 pm

Re: [Spoiler] FTL Editor v25 - Unlock ships, Edit SavedGames

Postby JrSwifterz » Fri Jul 17, 2015 11:38 pm

The editor doesn't work? I'm using the most recent version and it says it can't find the save path, so i did as the post says, and i tried finding the data.dat file, but when i get to the where the file is located, it doesn't show up?
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: [Spoiler] FTL Editor v25 - Unlock ships, Edit SavedGames

Postby Vhati » Sat Jul 18, 2015 4:45 pm

JrSwifterz wrote:it says it can't find the save path, [...] and i tried finding the data.dat file, but when i get to the where the file is located, it doesn't show up?

I'm not sure what you mean by finding the "save path".

You only need to find data.dat once (if at all), when you run the editor for the first time. A popup says: "You will now be prompted to locate FTL manually" That's for the game's resources (art and such).

However, your profile (ae_prof.sav & prof.sav) and saved game (continue.sav) are elsewhere. Not where the game is installed, but rather among your Documents (Windows) or buried within your home folder (Linux/OSX). The editor should automatically find these too, if there's a profile or saved game in the usual places. Or at least it should have the chooser dialog start in the usual folder. These are picked every time you edit something: when you switch to either the "Profile" or "SavedGame" tab and click the "Open" button.

Please paste the contents of "profile-editor-log.txt" in a reply here between [ code ] [ /code ] tags.
HarkintheMantis
Posts: 77
Joined: Sun Jun 21, 2015 12:48 am

Re: [Spoiler] FTL Editor v25 - Unlock ships, Edit SavedGames

Postby HarkintheMantis » Sun Jul 19, 2015 7:35 pm

I got a bug can anyone tell me what it means?

Code: Select all

SavedGame Parser Error

Exception: java.lang.RuntimeException: End of stream reached before reading enough bytes for an int

Stack Trace...
  net.blerf.ftl.parser.Parser.readInt(Parser.java:43)
  net.blerf.ftl.parser.Parser.readBool(Parser.java:18)
  net.blerf.ftl.parser.SavedGameParser.readExtendedShipInfo(SavedGameParser.java:9321)
  net.blerf.ftl.parser.SavedGameParser.readZeus(SavedGameParser.java:9241)
  net.blerf.ftl.parser.SavedGameParser.readSavedGame(SavedGameParser.java:244)

Editor Version: 25
OS: Windows 7 6.1
VM: Java HotSpot(TM) Client VM, 1.8.0_45, x86


File ("continue.sav.bak")...

Code: Select all

090000000100000000000000050000000a000000a0000000040000000a000000
54686520547572696e6712000000504c415945525f534849505f454e45524759
01000000000000000a00000009000000646561645f63726577010000000a0000
0066697265645f73686f742900000006000000686967686f32010000000b0000
006b696c6c65645f6372657705000000090000006c6f73745f63726577010000
000f00000072656163746f725f75706772616465020000000e00000073797374
656d5f75706772616465020000000a00000074656c65706f7274656406000000
0a000000757365645f64726f6e65010000000e000000776561706f6e5f757067
726164650100000012000000504c415945525f534849505f454e455247590a00
000054686520547572696e6714000000656e657267795f637275697365725f70
72696465030000000500000068756d616e0400000042656b6106000000656e65
72677907000000436c656d656e7404000000726f636b0600000053656c656e65
010000009154000000000000000000001e000000150000000400000007000000
190000000500000007000000436c656d656e7406000000656e65726779000000
0046000000d80100009d0000000b000000010000000100000000000000ffffff
ff02000000010000000a00000000000000020000000d00000009000000000000
0000000000000000000100000000000000010000000100000000000000120000
0009000000000000000000000000000000ffffffffe803000000000000020000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000100000000000000000000
0000000000e80300000000000000000000000000000600000053656c656e6504
000000726f636b00000000720000007a000000340000000e0000000100000001
00000000000000ffffffff07000000020000000b000000120000000b00000010
000000060000000600000000000000010000000e000000000000000000000000
0000001e00000003000000020000000000000003000000020000000000000009
000000000000000000000000000000ffffffffe8030000000000000200000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000001000000000000000000000000
000000e8030000000000000000000000000000070000004c696c6c69616e0600
0000656e65726779000000004600000034000000060100000d00000002000000
0100000000000000ffffffff020000000c000000130000000000000001000000
0d00000000000000050000000000000000000000000000000000000000000000
00000000000000000000000003000000000000000000000000000000ffffffff
e803000000000000020000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
01000000000000000000000000000000e803000018fcffff18fcffff00000000
050000004161726f6e06000000656e657267790000000046000000e30000009d
0000000f000000020000000100000000000000ffffffff020000000c0000000f
00000000000000030000000f0000000000000000000000130000000000000000
0000000000000001000000000000000000000000000000030000000000000000
00000000000000ffffffffe80300000000000002000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000001000000000000000000000000000000e803000018
fcffff18fcffff0000000006000000416d72697461060000006d616e74697300
000000640000006f0100007a00000004000000000000000100000000000000ff
ffffff0300000004000000230000000700000000000000ffffffffffffffff00
0000000000000000000000000000000000000000000000010000000000000000
0000000000000002000000000000000000000000000000ffffffffe803000000
0000000200000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000100000000
0000000000000000000000e80300000000000000000000000000000900000002
0000000100000000000000000000000000000000000000000000000000000000
00000000000000e8030000000000000100000002000000010000000000000000
000000000000000000000000000000000000000000000000000000e803000000
0000000100000001000000010000000000000000000000000000000000000000
000000000000000000000000000000e803000000000000010000000300000003
0000000000000000000000000000000000000000000000000000000000000000
000000e803000000000000010000000100000000000000000000000000000037
0000800000000000000000000000000000000000000000e80300000000000001
0000000100000001000000000000000000000037000080000000000000000000
0000000000000000000000e80300000000000001000000010000000100000000
00000000000000370000800000000000000000000000000000000000000000e8
0300000000000001000000000000000000000001000000010000000000000002
000000f80e00000000000000000000000000000000000000000000e803000000
0000000100000000000000000000000000000000000000000000000100000001
0000000000000000000000000000000000000000000000000000000000000000
000000e803000000000000010000000100000005000000050000000000000001
000000e803000001000000e80300000000000000000000a317040077c4ffff64
0000000000000000000000ffffffff0000000000000000ffffffffffffffff04
000000640000000000000000000000ffffffff0000000000000000ffffffffff
ffffff04000000640000000000000000000000ffffffff0000000000000000ff
ffffffffffffff04000000640000000000000000000000ffffffff0000000000
000000ffffffffffffffff04000000640000000000000000000000ffffffff00
00000000000000ffffffffffffffff04000000640000000000000000000000ff
ffffff0000000000000000ffffffff0000000000000000ffffffff0000000000
000000ffffffffffffffff04000000640000000000000000000000ffffffff00
00000000000000ffffffffffffffff04000000640000000000000000000000ff
ffffff0000000000000000ffffffffffffffff04000000640000000000000000
000000ffffffff0000000000000000ffffffff0000000000000000ffffffff00
00000000000000ffffffffffffffff04000000640000000000000000000000ff
ffffff0000000000000000ffffffffffffffff04000000640000000000000000
000000ffffffff0000000000000000ffffffffffffffff040000006400000000
00000000000000ffffffff0000000000000000ffffffff0000000000000000ff
ffffff0000000000000000ffffffff0100000001000000640000000000000000
000000ffffffff0000000000000000ffffffffffffffff040000006400000000
00000000000000ffffffff0000000000000000ffffffff0000000000000000ff
ffffff0000000000000000ffffffff0200000000000000640000000000000000
000000ffffffff0000000000000000ffffffff0000000000000000ffffffff00
00000000000000ffffffff0100000002000000640000000000000000000000ff
ffffff0000000000000000ffffffff0000000000000000ffffffff0000000000
000000ffffffff0200000003000000640000000000000000000000ffffffff00
00000000000000ffffffff0000000000000000ffffffff0000000000000000ff
ffffffffffffff04000000640000000000000000000000ffffffff0000000000
000000ffffffffffffffff040000000000000004000000040000000400000000
0000000000000000000000000000000400000004000000040000000000000000
0000000000000000000000040000000400000004000000000000000000000000
0000000000000004000000040000000400000000000000000000000000000000
0000000400000004000000040000000000000000000000000000000000000004
0000000400000004000000000000000000000000000000000000000400000004
0000000400000000000000000000000000000000000000040000000400000004
0000000000000000000000000000000000000004000000040000000400000000
0000000000000000000000000000000400000004000000040000000000000000
0000000000000000000000040000000400000004000000000000000000000000
0000000000000004000000040000000400000000000000000000000000000000
0000000400000004000000040000000000000000000000000000000000000004
0000000400000004000000000000000000000000000000000000000400000004
0000000400000000000000000000000000000000000000040000000400000004
0000000000000000000000000000000000000004000000040000000400000000
0000000000000000000000000000000400000004000000040000000000000000
0000000000000000000000040000000400000004000000000000000000000000
0000000000000004000000040000000400000000000000000000000000000000
0000000400000004000000040000000000000000000000000000000000000004
0000000400000004000000000000000000000000000000000000000400000004
0000000400000000000000000000000000000000000000040000000400000004
0000000000000000000000000000000000000004000000040000000400000000
0000000000000000000000000000000000000000000000040000000d00000049
4f4e5f5354554e5f4c475442000000001400000042415f494f4e5f4845415659
5f335f5052494445010000000e000000494f4e5f315f455155414c4954590100
00001200000042415f4546464543544f525f315f4c4f56450000000001000000
060000005245504149520000000001000000ffffffffffffffff100000000000
000019000000030000000d000000454e455247595f534849454c441400000054
455f474f4f44535f41495f4e414e4f424f54531300000054455f474f4f44535f
534c55475f4452554753010000001800000042415f4c415345525f4c49474854
5f534341545445525f313f100000db0b000081fefffff9000000000000001700
000000000000ffffffff00000000000000000000000000000000000000000000
0000000000001400000001000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000018000000010000001700000073746172732f62675f64756c6c7374617273
322e706e671400000073746172732f706c616e65745f7265642e706e67b10000
0017000000000000000100000000000000010000000000000000000000010000
001700000073746172732f62675f6c6f6e656c79737461722e706e6716000000
73746172732f706c616e65745f62726f776e2e706e6707000000340000000000
0000010000000000000001000000000000000000000000000000010000000000
0000010000000000000000000000000000000000000000000000010000000000
000000000000010000001700000073746172732f62675f6c6f6e656c79737461
722e706e671800000073746172732f706c616e65745f626967626c75652e706e
67c9010000c2000000b400000001000000000000000100000000000000000000
00010000001a00000073746172732f62675f6c6f6e656c79526564537461722e
706e671600000073746172732f706c616e65745f70656163682e706e67000100
0079000000000000000100000000000000010000000000000000000000010000
001700000073746172732f62675f6461726b6e6562756c612e706e6719000000
73746172732f706c616e65745f6761735f626c75652e706e67f6000000990000
0000000000010000000000000001000000000000000000000000000000010000
0000000000010000000000000000000000000000000100000000000000010000
0000000000000000000000000001000000000000000100000000000000000000
00010000001700000073746172732f62675f64756c6c7374617273322e706e67
1600000073746172732f706c616e65745f62726f776e2e706e67ae0100004800
0000000000000100000000000000010000000000000000000000010000001700
000073746172732f62675f6461726b6e6562756c612e706e6714000000737461
72732f706c616e65745f7265642e706e67720200006b010000b4000000010000
0000000000010000000000000000000000000000000000000000000000000000
0000000000000000000000000001000000000000000100000000000000000000
00000000000100000000000000010000000000000000000000010000001a0000
0073746172732f62675f6c6f6e656c79526564537461722e706e671600000073
746172732f706c616e65745f62726f776e2e706e6711030000dc000000b40000
0001000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000010000000000000000000000000000
0000000000010000001700000073746172732f62675f6461726b6e6562756c61
2e706e671800000073746172732f706c616e65745f626967626c75652e706e67
4300000066000000b40000000100000000000000000000000000000000000000
0000000001000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000010000000000000000000000
0000000000000000000000000100000000000000000000000000000000000000
010000001700000073746172732f62675f64756c6c7374617273322e706e6716
00000073746172732f706c616e65745f62726f776e2e706e6771020000400000
000000000001000000010000000600000042535f4645440f00000042535f5354
4154494f4e535f46454441150000000000000000000000000000010000001600
000046454445524154494f4e5f424153455f4153534953540f00000000000000
01000000411500001300000042535f5049524154455f53555252454e44455200
0000001c00000042535f53544154494f4e5f44455354524f5945445f44454641
554c541400000042535f444541445f435245575f44454641554c540000000000
00000000000000ffffffff010000000000000001000000000000000e00000042
535f4645445f4d45444943414c1200000073686f756c64206e6f742062652073
65656e0e00000062735f6665645f73746174696f6e060000000500000068756d
616e060000004361696572610500000068756d616e0600000050696572636505
00000068756d616e04000000526f73650500000068756d616e050000004e6973
68610500000068756d616e04000000477265670500000068756d616e04000000
4b756d61010000000000000000000000000000000d0000001000000000000000
05000000af000000080000000700000043616d65726f6e070000006372797374
616c000000007d000000110000007a0000000300000000000000010000000000
0000ffffffff0100000008000000000000000000000002000000000000000000
0000000000000000000000000000010000000100000000000000000000000000
000003000000000000000000000000000000ffffffffe8030000000000000200
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000e803000018fcffff18fcffff0100000000000000000000000000
00000600000054686f6d6173060000006d616e74697300000000640000003400
00007a00000003000000010000000100000000000000ffffffff030000000300
0000290000000000000000000000010000000200000000000000000000000000
0000000000000000000002000000010000000000000001000000000000000300
0000000000000000000000000000ffffffffe803000000000000020000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000e803000018fcffff18fcffff010000000600000043616965726105000000
68756d616e00000000640000009d000000110000000700000000000000000000
0000000000ffffffff04000000040000000b0000001300000001000000000000
00ffffffffffffffff0000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00ffffffffe80300000000000002000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000001000000000000000000000000000000e803000000000000000000
0000000000060000005069657263650500000068756d616e0000000064000000
29010000c00000000c000000010000000000000000000000ffffffff04000000
04000000030000000b0000000100000000000000ffffffffffffffff00000000
0000000000000000000000000000000000000000010000000000000000000000
0000000000000000000000000000000000000000ffffffffe803000000000000
0200000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000100000000000000
0000000000000000e803000000000000000000000000000004000000526f7365
0500000068756d616e0000000064000000c0000000e300000006000000000000
000000000000000000ffffffff04000000060000000200000020000000030000
0000000000ffffffffffffffff00000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000ffffffffe803000000000000020000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000001000000000000000000000000000000e8030000000000
000000000000000000050000004e697368610500000068756d616e0000000064
0000009d0000006f01000008000000010000000000000000000000ffffffff04
00000004000000050000000b0000000700000000000000ffffffffffffffff00
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000ffffffffe803000000
0000000200000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000100000000
0000000000000000000000e80300000000000000000000000000000400000047
7265670500000068756d616e0000000054000000110000007a00000003000000
000000000000000000000000ffffffff04000000090000000900000022000000
0500000000000000ffffffffffffffff00000000000000000000000000000000
0000000000000000010000000000000000000000000000000000000000000000
0000000000000000ffffffffe803000000000000020000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
00000000000000000000000001000000000000000000000000000000e8030000
000000000000000000000000040000004b756d610500000068756d616e000000
0049000000340000007a00000003000000010000000000000000000000ffffff
ff040000000300000006000000030000000000000000000000ffffffffffffff
ff00000000000000000000000000000000000000000000000000000000000000
00000000000000000000000000000000000000000000000000ffffffffe80300
0000000000020000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000010000
00000000000000000000000000e8030000000000000000000000000000090000
0002000000010000000000000001000000764000000000000000000000000000
000000000000000000e803000000000000010000000000000003000000030000
0000000000000000000000000000000000000000000000000000000000000000
00e8030000000000000100000003000000010000000000000000000000000000
000000000000000000000000000000000000000000e803000000000000010000
0000000000020000000200000000000000000000000000000000000000000000
00000000000100000001000000e8030000000000000100000000000000000000
0002000000020000000000000000000000000000000000000000000000000000
000000000000000000e803000000000000010000000100000001000000000000
0000000000000000000000000000000000000000000000000000000000e80300
0000000000010000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000001000000000000
0000000000000000000000000000000000640000000000000000000000ffffff
ff0000000000000000ffffffffffffffff040000006400000000000000000000
00ffffffff0000000000000000ffffffffffffffff0400000064000000000000
0000000000ffffffff0000000000000000ffffffffffffffff04000000640000
000000000000000000ffffffff0000000000000000ffffffff00000000000000
00ffffffff0000000000000000ffffffffffffffff0400000064000000000000
0000000000ffffffff0000000000000000ffffffffffffffff04000000640000
000000000000000000ffffffff0000000000000000ffffffffffffffff040000
00640000000000000000000000ffffffff0000000000000000ffffffffffffff
ff04000000640000000000000000000000ffffffff0000000000000000ffffff
ff0000000002000000640000000000000000000000ffffffff00000000000000
00ffffffff0000000000000000ffffffff0000000000000000ffffffff010000
0001000000640000000000000000000000ffffffff0000000000000000ffffff
ffffffffff04000000640000000000000000000000ffffffff00000000000000
00ffffffffffffffff04000000640000000000000000000000ffffffff000000
0000000000ffffffffffffffff04000000640000000000000000000000ffffff
ff0000000000000000ffffffff01000000010000006400000000000000000000
00ffffffff0000000000000000ffffffffffffffff0400000064000000000000
0000000000ffffffff0000000000000000ffffffffffffffff04000000640000
000000000000000000ffffffff0000000000000000ffffffffffffffff040000
0000000000100000001000000010000000000000000000000002000000000000
0010000000100000001000000000000000000000000200000000000000100000
0010000000100000000000000000000000020000000000000010000000100000
0010000000000000000000000002000000000000001000000010000000100000
0000000000000000000200000000000000100000001000000010000000000000
0000000000020000000000000010000000100000001000000000000000000000
0002000000000000003200000032000000100000000000000000000000020000
0001000000100000001000000010000000000000000000000002000000000000
0032000000320000001000000000000000000000000200000001000000320000
0032000000100000000000000000000000020000000100000010000000100000
0010000000000000000000000002000000000000001000000010000000100000
0000000000000000000200000000000000100000001000000010000000000000
0000000000020000000000000010000000100000001000000000000000000000
0002000000000000001000000010000000100000000000000000000000020000
000000000000000000a2000000401f0000289a0100401f0000289a0100940400
000100000000000000df260000000000000300000001000000b6000000e80300
0098ab0200e803000098ab0200610400000100000000000000df260000000000
000300000001000000bf00000050460000289a010050460000289a0100730700
000100000000000000df260000000000000300000001000000b4000000c83200
0098ab0200c832000098ab02005b0500000100000000000000df260000000000
000300000001000000bc000000c05d0000289a0100c05d0000289a0100b50400
000100000000000000df260000000000000300000001000000b6000000e88000
0098ab0200e880000098ab0200630700000100000000000000df260000000000
000300000001000000ba00000088900000289a010088900000289a0100d60400
000100000000000000df260000000000000300000001000000b7000000709400
0098ab02007094000098ab0200b10500000100000000000000df260000000000
000300000001000000bd00000068bf0000289a010068bf0000289a0100570400
000100000000000000df260000000000000300000001000000bb00000038c700
0098ab020038c7000098ab0200b60600000100000000000000df260000000000
000300000001000000bc00000000fa0000289a010000fa0000289a0100bd0400
000100000000000000df260000000000000300000001000000bd000000d00101
0098ab0200d001010098ab0200b20700000100000000000000df260000000000
000300000001000000bc00000000000000b0ad010000000000b0ad0100a70500
000100000000000000df260000000000000300000001000000b6000000701101
00109e010070110100109e01000e0600000100000000000000df260000000000
000300000001000000bb00000000000000c0d4010000000000c0d40100c70600
000100000000000000df260000000000000300000001000000b4000000701101
0018f001007011010018f00100c70600000100000000000000df260000000000
000300000001000000ba00000000000000580f020000000000580f0200910400
000100000000000000df260000000000000300000001000000b7000000701101
00281702007011010028170200890400000100000000000000df260000000000
000300000001000000bf00000000000000d84d020000000000d84d0200320500
000100000000000000df260000000000000300000001000000b9000000701101
00803202007011010080320200060600000100000000000000df260000000000
000300000001000000bc00000000000000e874020000000000e8740200070500
000100000000000000df260000000000000300000001000000bb000000701101
00785d020070110100785d02000a0400000100000000000000df260000000000
000300000001000000c300000000000000b0a7020000000000b0a70200230700
000100000000000000df260000000000000300000001000000ba000000701101
0080af02007011010080af02007b0600000100000000000000df260000000000
000300000001000000be00000020cb000098ab020020cb000098ab0200420700
000100000000000000df260000000000000300000001000000bb000000701101
00486502007011010048650200e40600000100000000000000df260000000000
000300000001000000bb0000006842000098ab02006842000098ab0200b70500
000100000000000000df260000000000000300000001000000bc000000881300
00289a010088130000289a0100e70500000100000000000000df260000000000
000300000001000000b50000000000000098ab02000000000098ab0200120700
000100000000000000df260000000000000300000001000000ba000000085200
00289a010008520000289a01001e0400000100000000000000df260000000000
000300000001000000b6000000204e000098ab0200204e000098ab0200560400
000100000000000000df260000000000000300000001000000bf000000487100
00289a010048710000289a0100bc0700000100000000000000df260000000000
000300000001000000b40000007869000098ab02007869000098ab0200fc0400
000100000000000000df260000000000000300000001000000bd000000889000
00289a010088900000289a01002a0500000100000000000000df260000000000
000300000001000000b700000098b7000098ab020098b7000098ab0200290400
000100000000000000df260000000000000300000001000000c2000000c0da00
00289a0100c0da0000289a0100c10500000100000000000000df260000000000
000300000001000000b9000000a8de000098ab0200a8de000098ab02000b0600
000100000000000000df260000000000000300000001000000bd000000581501
00289a010058150100289a0100590700000100000000000000df260000000000
000300000001000000ba000000e8fd000098ab0200e8fd000098ab0200f80300
000100000000000000df260000000000000300000001000000c6000000000000
00289a010000000000289a0100840700000100000000000000df260000000000
000300000001000000b50000007011010050bd01007011010050bd0100e70500
000100000000000000df260000000000000300000001000000bb000000000000
0018f001000000000018f00100ec0500000100000000000000df260000000000
000300000001000000b40000007011010018f001007011010018f001005e0700
000100000000000000df260000000000000300000001000000b9000000000000
00e022020000000000e0220200860500000100000000000000df260000000000
000300000001000000b600000070110100880702007011010088070200250500
000100000000000000df260000000000000300000001000000bd000000000000
00204202000000000020420200c20700000100000000000000df260000000000
000300000001000000b600000070110100383e020070110100383e0200bd0400
000100000000000000df260000000000000300000001000000bf000000000000
00a855020000000000a8550200e50400000100000000000000df260000000000
000300000001000000b900000070110100905902007011010090590200f80600
000100000000000000df260000000000000300000001000000bb000000000000
00f89b020000000000f89b02000b0600000100000000000000df260000000000
000300000001000000bb000000701101002894020070110100289402000b0600
000100000000000000df260000000000000300000001000000be00000020cb00
0098ab020020cb000098ab0200e40500000100000000000000df260000000000
000300000001000000bd000000701101004865020070110100486502009e0600
000100000000000000df260000000000000300000001000000bc000000684200
0098ab02006842000098ab0200930700000100000000000000df260000000000
000300000001000000b9000000a00f0000289a0100a00f0000289a01000d0400
000100000000000000df260000000000000300000001000000b7000000881300
0098ab02008813000098ab0200020400000100000000000000df260000000000
000300000001000000c0000000384a0000289a0100384a0000289a0100a30400
000100000000000000df260000000000000300000001000000b6000000f05500
0098ab0200f055000098ab0200be0500000100000000000000df260000000000
000300000001000000bc000000e8800000289a0100e8800000289a01008f0600
000100000000000000df260000000000000300000001000000b5000000307500
0098ab02003075000098ab0200f90500000100000000000000df260000000000
000300000001000000bb000000e0ab0000289a0100e0ab0000289a01004f0600
000100000000000000df260000000000000300000001000000b7000000a08c00
0098ab0200a08c000098ab0200e50500000100000000000000df260000000000
000300000001000000bc00000038c70000289a010038c70000289a01005f0600
000100000000000000df260000000000000300000001000000b8000000c0da00
0098ab0200c0da000098ab0200280500000100000000000000df260000000000
000300000001000000bf00000058150100289a010058150100289a0100510400
000100000000000000df260000000000000300000001000000c000000048ee00
0098ab020048ee000098ab02006b0400000100000000000000df260000000000
000300000001000000c30000000000000080b501000000000080b50100a00500
000100000000000000df260000000000000300000001000000b5000000701101
00e0a5010070110100e0a50100130500000100000000000000df260000000000
000300000001000000bd0000000000000018f001000000000018f001004e0700
000100000000000000df260000000000000300000001000000b4000000701101
0008c901007011010008c90100840400000100000000000000df260000000000
000300000001000000bf00000000000000101b020000000000101b0200f30300
000100000000000000df260000000000000300000001000000b8000000701101
00f81e020070110100f81e02006b0700000100000000000000df260000000000
000300000001000000ba00000000000000204202000000000020420200bc0700
000100000000000000df260000000000000300000001000000b6000000701101
00204202007011010020420200e90300000100000000000000df260000000000
000300000001000000c200000000000000486502000000000048650200440700
000100000000000000df260000000000000300000001000000b7000000701101
006061020070110100606102009b0700000100000000000000df260000000000
000300000001000000bb0000000000000098ab02000000000098ab02003d0400
000100000000000000df260000000000000300000001000000c0000000701101
00c8a3020070110100c8a30200ef0500000100000000000000df260000000000
000300000001000000bf00000020cb000098ab020020cb000098ab02002a0600
000100000000000000df260000000000000300000001000000bd000000701101
00486502007011010048650200880500000100000000000000df260000000000
000300000001000000be0000006842000098ab02006842000098ab0200a50500
000100000000000000df260000000000000300000001000000bc000000282300
00289a010028230000289a0100ba0400000100000000000000df260000000000
000300000001000000b60000000000000098ab02000000000098ab0200a30600
000100000000000000df260000000000000300000001000000bb000000c83200
00289a0100c8320000289a0100c40700000100000000000000df260000000000
000300000001000000b4000000b036000098ab0200b036000098ab02006d0500
000100000000000000df260000000000000300000001000000bc000000a86100
00289a0100a8610000289a0100660400000100000000000000df260000000000
000300000001000000b6000000c05d000098ab0200c05d000098ab0200d30400
000100000000000000df260000000000000300000001000000be000000409c00
00289a0100409c0000289a0100e10600000100000000000000df260000000000
000300000001000000b6000000b0b3000098ab0200b0b3000098ab02003d0400
000100000000000000df260000000000000300000001000000c1000000f0d200
00289a0100f0d20000289a0100bc0500000100000000000000df260000000000
000300000001000000b900000038c7000098ab020038c7000098ab0200dd0500
000100000000000000df260000000000000300000001000000bd000000a00901
00289a0100a0090100289a0100620500000100000000000000df260000000000
000300000001000000bc000000880d010098ab0200880d010098ab02004b0500
000100000000000000df260000000000000300000001000000c1000000000000
00b0ad010000000000b0ad0100d10400000100000000000000df260000000000
000300000001000000b60000007011010050bd01007011010050bd0100fc0500
000100000000000000df260000000000000300000001000000bb000000000000
0048e801000000000048e80100440400000100000000000000df260000000000
000300000001000000b600000070110100a8d8010070110100a8d80100360600
000100000000000000df260000000000000300000001000000bb000000000000
00880702000000000088070200b20700000100000000000000df260000000000
000300000001000000b400000070110100580f020070110100580f0200ab0400
000100000000000000df260000000000000300000001000000be000000000000
00803202000000000080320200880500000100000000000000df260000000000
000300000001000000b700000070110100b02a020070110100b02a0200560700
000100000000000000df260000000000000300000001000000ba000000000000
00b87c020000000000b87c0200ab0600000100000000000000df260000000000
000300000001000000b9000000701101003069020070110100306902000a0700
000100000000000000df260000000000000300000001000000bb000000000000
00e09f020000000000e09f0200800400000100000000000000df260000000000
000300000001000000be00000070110100708802007011010070880200f00400
000100000000000000df260000000000000300000001000000c100000020cb00
0098ab020020cb000098ab0200b00700000100000000000000df260000000000
000300000001000000bb00000070110100486502007011010048650200bf0400
000100000000000000df260000000000000300000001000000c0000000684200
0098ab02006842000098ab02004a0600000100000000000000df260000000000
000300000001000000bb00000000000000289a010000000000289a01004b0500
000100000000000000df260000000000000300000001000000b6000000d00700
0098ab0200d007000098ab0200400600000100000000000000df260000000000
000300000001000000bb000000b0360000289a0100b0360000289a01000d0400
000100000000000000df260000000000000300000001000000b6000000d85900
0098ab0200d859000098ab0200a00400000100000000000000df260000000000
000300000001000000be00000078690000289a010078690000289a0100e60600
000100000000000000df260000000000000300000001000000b4000000487100
0098ab02004871000098ab02004a0600000100000000000000df260000000000
000300000001000000bb000000f8a70000289a0100f8a70000289a0100f10500
000100000000000000df260000000000000300000001000000b700000010a400
0098ab020010a4000098ab0200db0400000100000000000000df260000000000
000300000001000000bf00000050c30000289a010050c30000289a0100140700
000100000000000000df260000000000000300000001000000b700000068bf00
0098ab020068bf000098ab0200170700000100000000000000df260000000000
000300000001000000bb00000070110100289a010070110100289a0100e60600
000100000000000000df260000000000000300000001000000ba000000e8fd00
0098ab0200e8fd000098ab0200b40700000100000000000000df260000000000
000300000001000000bc00000000000000b0ad010000000000b0ad0100bc0400
000100000000000000df260000000000000300000001000000b6000000701101
0080b501007011010080b50100000600000100000000000000df260000000000
000300000001000000bb0000000000000008c901000000000008c90100530700
000100000000000000df260000000000000300000001000000b4000000701101
0078e001007011010078e00100930500000100000000000000df260000000000
000300000001000000bc00000000000000e022020000000000e02202007c0500
000100000000000000df260000000000000300000001000000b6000000701101
00d0fb010070110100d0fb0100130500000100000000000000df260000000000
000300000001000000bd00000000000000d84d020000000000d84d0200260700
000100000000000000df260000000000000300000001000000b7000000701101
00982e020070110100982e0200050600000100000000000000df260000000000
000300000001000000bc00000000000000a080020000000000a0800200af0500
000100000000000000df260000000000000300000001000000ba000000701101
00a855020070110100a8550200770500000100000000000000df260000000000
000300000001000000be00000000000000f89b020000000000f89b02002d0500
000100000000000000df260000000000000300000001000000bd000000701101
00b0a7020070110100b0a70200590600000100000000000000df260000000000
000300000001000000be00000020cb000098ab020020cb000098ab0200910700
000100000000000000df260000000000000300000001000000bb000000701101
00486502007011010048650200410600000100000000000000df260000000000
000300000001000000bd0000006842000098ab02006842000098ab02007e0600
000100000000000000df260000000000000300000001000000ba000000b80b00
00289a0100b80b0000289a0100930400000100000000000000df260000000000
000300000001000000b7000000a00f000098ab0200a00f000098ab02005b0700
000100000000000000df260000000000000300000001000000b9000000f05500
00289a0100f0550000289a0100b70500000100000000000000df260000000000
000300000001000000b5000000b036000098ab0200b036000098ab0200a00700
000100000000000000df260000000000000300000001000000b9000000307500
00289a010030750000289a0100f80300000100000000000000df260000000000
000300000001000000b7000000d084000098ab0200d084000098ab0200e90500
000100000000000000df260000000000000300000001000000bc000000f8a700
00289a0100f8a70000289a0100e50500000100000000000000df260000000000
000300000001000000b70000008890000098ab02008890000098ab02008f0400
000100000000000000df260000000000000300000001000000bf00000068bf00
00289a010068bf0000289a01006b0600000100000000000000df260000000000
000300000001000000b700000080bb000098ab020080bb000098ab0200360400
000100000000000000df260000000000000300000001000000c200000030f200
00289a010030f20000289a0100a00700000100000000000000df260000000000
000300000001000000b8000000d001010098ab0200d001010098ab0200e60400
000100000000000000df260000000000000300000001000000c2000000000000
0050bd01000000000050bd0100140700000100000000000000df260000000000
000300000001000000b400000070110100b0ad010070110100b0ad0100640600
000100000000000000df260000000000000300000001000000bb000000000000
00f0cc010000000000f0cc01001d0600000100000000000000df260000000000
000300000001000000b400000070110100c0d4010070110100c0d401007b0600
000100000000000000df260000000000000300000001000000ba000000000000
00e8f7010000000000e8f701001c0600000100000000000000df260000000000
000300000001000000b400000070110100f81e020070110100f81e0200300400
000100000000000000df260000000000000300000001000000c0000000000000
00803202000000000080320200c70400000100000000000000df260000000000
000300000001000000b700000070110100c051020070110100c0510200eb0400
000100000000000000df260000000000000300000001000000bf000000000000
00a855020000000000a8550200960700000100000000000000df260000000000
000300000001000000b700000070110100d078020070110100d0780200f50400
000100000000000000df260000000000000300000001000000c0000000000000
00708802000000000070880200cf0600000100000000000000df260000000000
000300000001000000b900000070110100c8a3020070110100c8a30200270500
000100000000000000df260000000000000300000001000000c100000020cb00
0098ab020020cb000098ab0200ab0400000100000000000000df260000000000
000300000001000000c100000070110100486502007011010048650200cd0600
000100000000000000df260000000000000300000001000000bc000000684200
0098ab02006842000098ab0200ba0400000100000000000000df260000000000
000300000001000000be00000002000000130000004c415345525f4255525354
5f335f454e454d59000000000f0000004352595354414c5f48454156595f3101
000000000000000000000000000000000000000000000000000000ffffffff98
3a00000000000000000000000000000300000000000000000000000000000002
00000000000000000000000000000000000000010000000300000048dc030096
89fcff48dc0300bbbdfcff50c3000008bd0300e0220200b01e040001000000ec
0000000200000001000000000000000300000000000000000000000000000000
000000ffffffffec00000000000000000000000200000000000000d007000000
000000010000000000000000000000110000006578706c6f73696f6e5f637279
7374616c0e0000006372797374616c5f73686172643300000000000000000000
000000000000e803000000000000000000000000000000000000000000000000
0000e8030000000000000000000000000000dbcbffff00000000000000000800
000068697448756c6c330a000000686974536869656c6433040000006d697373
4800000000000000000000000100000000000000

that is the bug please do not ban me for long message usage but this is what the program told me to do to report the bug
HARKINTHEMANTIS ROCKS!!!!
:mrgreen: :mrgreen: :mrgreen: :mrgreen:
Vhati
Posts: 792
Joined: Thu Oct 25, 2012 12:01 pm

Re: [Spoiler] FTL Editor v25 - Unlock ships, Edit SavedGames

Postby Vhati » Mon Jul 20, 2015 2:05 pm

HarkintheMantis wrote:I got a bug can anyone tell me what it means?

Code: Select all

SavedGame Parser Error

Exception: java.lang.RuntimeException: End of stream reached before reading enough bytes for an int

It appears that saved game's file size is smaller than it ought to be.

If you copy and rename "continue.sav.bak" to "continue.sav", will FTL crash? That would mean the sav is indeed corrupt, not a bug in the editor's code to read it. How it got corrupted is another question.

Do you know what steps it took to cause that error? (or to mangle another sav in the same way?)

Was FTL running while you tried to edit? (Exception: The main menu is safe.)

I see your ship was The Turing. Were you trying to edit the saved game when FTL was not modded at the time? The editor uses resources from the game to interpret the file, including any mods that were present when it was saved.


HarkintheMantis wrote:please do not ban me for long message usage

No one's gotten in trouble so far. ;)