I’ll try it right now!
Edit: I got a “Too many files in zip” error.
Now it says: “One or more downloads failed! Please refresh this page”
It works… IT WORKS!!!
All right, here is the ultimate guide to have HTML5 games on :
-Package your project as normal, make sure that it only has one level because level changing/traveling doesn’t work very well.
-Unpack all the .gz files.
-Rename the .html file to index.html.
-Open it with a text editor like Notepad or Notepad++ (the one I used).
-Search all the .gz and delete them, there are 5.
-There are 3 links at the start, change http to https.
-There is a line that says: filehostargument = "’ -filehostIp=http:// I didn’t change it and it works, but it also works with https.
-Zip everything except “Readme.txt”, “HTML5LaunchHelper.exe” and “RunMacHTML5LaunchHelper.command”. It doesn’t matter the level of compression, I chose Ultra in PeaZip.
-Upload the zip file to and check “This file will be played in the browser”.
-I got a “Too many files in zip” error which I fixed by moving the zip up to the top, making it the first file and being sure is the only one with “This file will be played in the browser” checked.
-Play around with the viewport dimensions, depending of what you choose the game will be displayed differently.
-Save and check your page, it should load it.
Thank you very much for this!
When you say: “search all the .gz” you mean the gz references in the HTML file or the .gz in the folder? Incluiding the Utility.gz? Because I’m not sure what exactly I must delete in the HTML file, care to share a screenshot?