Not sure if this is the right section, if not I am sorry. However, Is there a way to properly open a .sav file? I've tried using notepad++ but when I change something and try to load it, it is corrupted (go figure lol). A friend sent me his save file to look at his world and check it out but he preordered it and got the Stellaris Dome Set and I didn't pre order it so I cannot open it. I've tried changing the
dlcs = {
{
id = "preorder",
name = "Stellaris Dome Set",
},
},
to
dlcs = {
{
id = "dde",
name = "Deluxe Edition Upgrade Pack",
},
which is what my save file contains but as I mentioned earlier, it become corrupted. Any ways around this?
dlcs = {
{
id = "preorder",
name = "Stellaris Dome Set",
},
},
to
dlcs = {
{
id = "dde",
name = "Deluxe Edition Upgrade Pack",
},
which is what my save file contains but as I mentioned earlier, it become corrupted. Any ways around this?