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

Request: Ability to save to different files #14

Open
stygiansabyss opened this issue Jun 29, 2019 · 4 comments
Open

Request: Ability to save to different files #14

stygiansabyss opened this issue Jun 29, 2019 · 4 comments

Comments

@stygiansabyss
Copy link

Just started trying this out and it does exactly what I needed. Converts the sav file to something usable. However, the resulting json file is massive (114MB on my latest sav). Would it be possible to have an option to save all the different parts to different files to try and shrink their size?

Thank you!

@bitowl
Copy link
Collaborator

bitowl commented Jun 29, 2019

Hey,
you could e.g. split each actor/component into separate files.
Then you would have 10000s of files and in total they would still be 114MB. They would just be easier to navigate with editors.
Or are you asking for something to actually reduce the file size?

@stygiansabyss
Copy link
Author

No need to reduce the file size, but just break the one big file into smaller chunks. In this instance I'm working on a site to plan out the full world of factories you want to build. Being able to start of with a save file to know what nodes are mined, what hard drives are researched (if thats in the file), etc would be a nice starting point for a user.

@bitowl
Copy link
Collaborator

bitowl commented Jul 4, 2019

I just put a quick change into branch split (https://github.com/bitowl/satisfactory-save-format/tree/split) that adds the --split cli option that splits each object into a numbered file.

Does this work for you or would you need a folder structure siminar to the left tree window in https://github.com/Goz3rr/SatisfactorySaveEditor ?

@stygiansabyss
Copy link
Author

stygiansabyss commented Jul 5, 2019 via email

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Development

No branches or pull requests

2 participants