Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How do I get my Web Build working on itch.io?

A topic by sosasees created May 25, 2021 Views: 151 Replies: 2
Viewing posts 1 to 2
Submitted (3 edits)

I just made the Core Version of my GoGodotJam game.

HTML Web is the Platform I specifically made this game for.

The problem right now is that when I upload the HTML Web version of my game, it won't show up to be played because of this error message:


I guess this has something to do with Godot's formatting of its HTML exports. This is my HTML export's file structure:

  • favicon.png
  • <game-name>.audio.worklet.js
  • <game-name>.html
  • <game-name>.js
  • <game-name>.pck
  • <game-name>.png (The Godot Logo)
  • <game-name>.wasm

No index.html in sight.

How do I create the right index.html file so that the game would run on itch.io?

Host

You can try exporting the game name as "index" or try renaming the <game-name>.html to index.html

Hope that helps!

Submitted(+2)

Thanks very much. This solved my problem.

My game is now available as the Web version, just as intended.