SheerSt / pokewilds

PokeWilds - A Gen 2 Game/Engine using libGDX
2.66k stars 202 forks source link

It didn't save #272

Open TemiCodes opened 1 year ago

TemiCodes commented 1 year ago

I was playing the game after I was done I saved the game and then I reopened the game to check but when I went to the load screen my file wasn't there. I played again and I saved but the same thing happened. Can you help?

fourlastor commented 1 year ago

@TemiCodes are you on a Mac by any chance? For now you'll need to follow the instructions in the readme (make sure to download the latest version just in case):

Mac

  1. Requires Java to be installed: https://www.oracle.com/java/technologies/downloads/#jdk17-mac
  2. In Finder, select the folder containing this readme, and on the top bar, click on "Finder", then "Services", then select "New Terminal at Folder".
  3. Enter the following commands in the terminal:

cat mac-launcher.template > mac-launcher.command chmod +x mac-launcher.command

Play the game by double-clicking "mac-launcher.command".