Theres a folder that say data
Then Creacion.jar
then Juego.jar
Turn your idea into your video game, even without programing skills. Just Make, Share & Play · By
If you have Java installed, you can just double-click Juego.jar to start the game or Creacion.jar to start the editor
If you don't have Java installed, you need it. https://java.com/en/download/
Running "java -jar Creacion.jar" from command line.
Running Creacion.jar directly
Running "java -jar Juego.jar" from command line.
Running Juego.jar directly
MYA use relative path so you have to execute with java from the folder containing the .jar files (which also contains data
folder).
First, change working directory:
D:
cd D:\Itch.io\Files\Apps\make-your-adventure
Then open with java:
java -jar Juego.jar
Same steps for Creacion.jar
If you have no luck send me the log.
Thanks for this useful information! We will make it easier to run the game and the editor to avoid these problems.