Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0

Updating a game

A topic by Cyad Games created Aug 26, 2017 Views: 8,440 Replies: 5
Viewing posts 1 to 5

Hello

If I upload my game and then want to update it, do I just replace my upload files with the new ones, and do the people who have downloaded it automatcically get the update? 

Thanks.

Moderator

Yes, if you upload new files with the same names, they'll override the old ones. People who access itch.io via the website will be notified if they follow you, so they can get the new version. Dunno about the app.

The app updates automatically to the newest version. Users are somewhat notified in the sense that the `Downloads` tab opens up in the background and if you navigate to it you'll see that a game was recently updated :)

We recommend using https://itch.io/docs/butler/ to upload all game builds. It allows users of the app to download small patches instead of re-downloading the full game. And it lets you push updates faster, since it only uploads what changed since the last build!

It's a command-line tool, which some folks don't want to get into, but I promise it's really easy to set up and get your first push going, and I'm planning on integrating into the app so you can just drag & drop folders to push a new version :)

Thanks. I'll give it a go. My game is only about 20Mb!

Nice! I didn't know about this.

Thanks for the info