Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

It doesn't launch or load correctly if you try to run it locally. Even running it with the itch app doesn't work. Its just a tiny black window. I've included images from trying to launch them locally from my school Chromebook and personal MacBook respectively. My school's blockers don't block HTML files normally, so I guess something's wrong with the file. However, other people seem to be having no problems. Am I doing something wrong?

Locally Launching on ChromebookLocally Launching on MacBook

OK yeah there are a lot of problems you have going here. First of all, you are trying to access it out of a zip file. Web browsers can't read Zip files without a third party interpreter to unzip the files. And second of all, that build was meant to be used on servers to be hosted by other unblocked game websites, not for offline usage. If you want to play Delta traveler offline, you should just go get an official download from the original Deltatraveler page. And for all my Chromebook users, I have not yet gotten an offline download developed quite yet, but I am working on it.

Oh, I see. I realized my mistake of opening it through a .ZIP file after I commented, but I tried it without it, and it still didn't work, so I decided there was no point editing my comment. Thanks for the info!

Good news. There is now a downloadable version of it to play offline on your chromebook.

how

Simple. A little something called Base64. Look it up.

(1 edit)

it gives me decodes of base64

Base64 is just a way for content to be encoded inside of an HTML file, so that you can make single page HTML files.