Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Python scripts to convert Satisfactory save files to JSON and back

License

Notifications You must be signed in to change notification settings

ficsit-felix/satisfactory-save-format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

satisfactory-save-format


IMPORTANT This repository is currently not maintained. It was mainly created to reverse engineer the save files and is not very performant. You can find a maintained version written in TypeScript at satisfactory-json.


Repository containing the scripts I used to dissect the save files of Satisfactory.

Contains two scripts to convert to a readable json format and back to a sav file.

usage: sav2json.py [-h] [--output OUTPUT] [--pretty] FILE

Converts Satisfactory save games into a more readable format
usage: json2sav.py [-h] [--output OUTPUT] FILE

Converts from the more readable format back to a Satisfactory save game

Other useful repositories

https://github.com/Vilsol/satisfactory-tool
Save file to json converter written in Go

https://github.com/bitowl/ficsit-felix
Web app to visualize save files

https://github.com/Goz3rr/SatisfactorySaveEditor
Save file editor for Windows written in C#

About

Python scripts to convert Satisfactory save files to JSON and back

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages