Save editor for Asobo's FUEL
This repository is a relative of the main FMTK repository.
The following command will unpack FUEL_SAVE_V14.sav to FUEL_SAVE_V14.sav.bin.
fse -o=uThe following command will pack FUEL_SAVE_V14.sav.bin to FUEL_SAVE_V14.sav.
fse -o=pFor more options see the help section.
The extracted .bin file can be edited with 010 Editor using the template on the Asobo Save Game File Format Specification FMTK Wiki entry. Once most of the fields are known, I may add a json export option and/or a GUI editor. More details about the compression used for the save files is available on the Asobo Arithmetic Coding Compression FMTK Wiki entry.
Usage:
fse [REQUIRED,optional-params]
Options:
-h, --help print this cligen-erated help
--help-syntax advanced:
prepend,plurals,..
-o=, --operation= Operation REQUIRED operation `[pack|unpack]`
-s=, --save_file_path= string "FUEL_SAVE_V14.sav" path to the save file
-b=, --bin_file_path= string "FUEL_SAVE_V14.sav.bin" path to the bin file
-v, --verbose bool false enable extra output