'Game is in the highlight state'All i get is a image with a description of all scenes
How do i start it?
When I put the xml file in the converter its not downloading any files. Anyone know how to fix this?
Okay, so I was having the same problem and tried to fix it. I'm not sure what happened in the convert.html version 1.1 but it seems messed up. There were several problems: the jquery was linked to a non-existing local file so i relinked it to the always available jquery 3.5.1 (hope its a compatible version). And then the code for uploading was a bit messed and called once before initialization.Having the same problem. Any help would be greatly appreciated. Thanks for all the hard work on this guys : D
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
Thanks man this fixed my problem toopSame problem and your Converter works ! Thanks !
It download directly a .js, don't need to rename it
On MAC, after the selection of the file game.xml, nothing happens. Tried on Mozilla and Chrome. Any ideas ?I use a Mac too, and this is where I primarily tested this, so it should work fine. What problem are you having?
This finally fixed it for me. I was using the newer version, followed all the instructions perfectly, but when I selected an xml file nothing would happen, there would be no download prompt, simply nothing would occur. I used the old version and repeated the steps and a download prompt finally appeared. (Still kind of wish there was an "execute" button of some kind so I knew it when it was at least trying to do something)Just use the old version, thats the one that works and if you're on mac don't use it on safari it doesn't work
You obviously are extremely knowledgeable so please help me out with my dilemma if you can. I've been trying to figure this out for so long. I'm on Android and I've gotten all the way to the step where you copy the game.js to where the game is supposed to be but how can I do that when the game directory is a zip file. Idk but please help me because I'm so close to finally making this work. Thank you very muchFirst prepare the game on your computer (generate and copy game.js and copy index.html).
Then there are several solutions. You can put the games on a web server, and access it from your Android phone, this is how I tested it.
But you can simply copy the game directory to your phone. On my Samsung, I use smart switch to copy files from my laptop to my mobile phone.
So for example, if you copy the game to /sdcard (Most Android devices have this directory I believe).
On the Android Chrome browser, type: file:///sdcard
Note that there are 3 /, not 2.
You will see a list of the directories on sdcard, go inside the game directory you just copied, and click on index.html. It should launch the game. It will look better if you play with the player in full screen. The look will depend of your Android device, but it should work fine.
which web server did you use can you describe the process.First prepare the game on your computer (generate and copy game.js and copy index.html).
Then there are several solutions. You can put the games on a web server, and access it from your Android phone, this is how I tested it.
But you can simply copy the game directory to your phone. On my Samsung, I use smart switch to copy files from my laptop to my mobile phone.
So for example, if you copy the game to /sdcard (Most Android devices have this directory I believe).
On the Android Chrome browser, type: file:///sdcard
Note that there are 3 /, not 2.
You will see a list of the directories on sdcard, go inside the game directory you just copied, and click on index.html. It should launch the game. It will look better if you play with the player in full screen. The look will depend of your Android device, but it should work fine.