Nro001 / Nro-Galaxy-Editor

As a Type-5 Kardashev being, you are able to move the stars of a mere galaxy and manipulate their waypoints as you please with just a divine click of a button. Purpose: Generates visual map to edit the position of stars and connect or disconnect hyperlanes.
Other
42 stars 2 forks source link

Empty galaxy #1

Closed SugarCaneEnjoyer closed 2 years ago

SugarCaneEnjoyer commented 2 years ago

I hate to disturb but this is the only thing I can't seem to get past. I edit my galaxy, then export it, after that I make a back up of my original save, use the galactic-object-modified method and copied and pasted to my gamestate. I then use the archive option to create the .sav file and when I add it back to my saves it gives me 2 errors, one where all the planets and star are gone when I load up, and one where the save is just corrupted.

Any advice?

If you need me to add my save, I can

Nro001 commented 2 years ago

There's two possibility why that happened

  1. "galactic_object={" is duplicated
  2. You created a new .sav file instead of overwriting the zip itself

Here are the solutions for each

  1. Using Notepad++ search for "galactic_object={", usually if you just copied all contents of galactic-object-modified instead of the starting from {, you would get galactic_object=galactic_object={. It should only be "galactic_object={"
  2. Open the zip file itself and just drag your modified gamestate there and overwrite the existing gamestate, archiving a new .sav file would require following this wiki.

Let me know if they work and if none of them works give me your save-file.

I have now also added a Troubleshooting section.

SugarCaneEnjoyer commented 2 years ago

Ok I see now, I've been creating a new save file forgetting to overwrite the original, all my stars are back in the galaxy now. Thank you for the help.