- Oct 12, 2017
- 1,153
- 1,173
So I figured out how to not start a completely new game with the Morrigan update. Though it can break your game as I seem to have -272 human children now. Don't even have 272 unless it counts ones that I sent away. Anyways, you'll need a text editor such as Sublime Text, Notepad++ or atom. Atom or Sublime probably work the best since you can add a json beautifier package to them to make things simple. Also you'd have to do this for every html update.
Open up Adam & Gaia in your browser and load your save
Leave it for now and open the html in your text editor and search for lzstring
Should start with /*! lz-string-1.3.3-min.js | (c) 2013 Pieroxy | Licensed under a WTFPL license */
Underneath the comment you can comment out the var to "{module.exports=LZString}" or just replace it all with the following.
Hit save and go back to the browser page with your save loaded in it and refresh the page.
Save your game to disk
Open it in the text editor you're using, Sublime text has package called Pretty JSON that you can use. Unsure for atom or notepad++ but just have to select all and hit ctrl+alt+j
Should sort everything out so it's readable.
Search for "freiaWin": and add underneath it
Select all again and then ctrl+alt+m and save, then load game from disk in the browser and that's it.
Since the formatting of the save is different you can't load these in an unmodified html file.
You can also google up a online json beautifier, just make sure that it can also minify after you make changes or the game might see it as corrupt save.
Open up Adam & Gaia in your browser and load your save
Leave it for now and open the html in your text editor and search for lzstring
Should start with /*! lz-string-1.3.3-min.js | (c) 2013 Pieroxy | Licensed under a WTFPL license */
Underneath the comment you can comment out the var to "{module.exports=LZString}" or just replace it all with the following.
You don't have permission to view the spoiler content.
Log in or register now.
Save your game to disk
Open it in the text editor you're using, Sublime text has package called Pretty JSON that you can use. Unsure for atom or notepad++ but just have to select all and hit ctrl+alt+j
Should sort everything out so it's readable.
Search for "freiaWin": and add underneath it
You don't have permission to view the spoiler content.
Log in or register now.
Since the formatting of the save is different you can't load these in an unmodified html file.
You can also google up a online json beautifier, just make sure that it can also minify after you make changes or the game might see it as corrupt save.