Comments

Log in with itch.io to leave a comment.

This game looks very entertaining! But I have an issue. I've downloaded the Mac.zip AND the latest version of java. However, after I've unzipped the file and tried to start up Generatis, the game will not launch at all. Please help?

Deleted 6 days ago

Hi, sorry for not seeing this, if you make a text file in the game's folder and save it as a .bat file with this in it:

start java -Djava.library.path="./windows/" -jar "Generantis.jar"

It would run the game using your default JVM options. The reason why there are JVM options in place in the current version is to reduce lagspikes and improve performance. Hopefully that works, and I'll probably end up including a batch script in every release so that there's a plan B (and also fine tuning the JVM options.)