Skip to main content

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

downloading a game but getting a folder(without game) instead of a playable game on mac

A topic by typical-pluvio created Dec 01, 2022 Views: 1,111 Replies: 6
Viewing posts 1 to 4

hey everyone

so I just started downloading games off itch.io so naturally, I don't but for the most part, I've been doing my research and figuring stuff out on my own. however, I've been facing a problem. sometimes when I download a game (I'm a mac user) and unzip a file instead of a playable game I get a folder with a bunch of files with what appear to be parts of the game. if someone could tell me how to fix this or at least let me know what to search up to figure it out it would be much appreciated :)

thanks for your time

Moderator

Your best bet is to ask each game's creator. It's their responsibility to provide playable games. Hope this helps.

thank you for taking time out of your day and helping me! i did work it out tho so its all good and yes it did help :)

Could you give some examples?

I haven't downloaded many itch games, but the ones I have downloaded have never encountered problems like the one you describe.

It could be a lot of different things, if I have to guess I would think you are downloading files that cannot be used on your mac, for example you downloaded a game for android or maybe gnu/linux.

Perhaps they are patches that you must copy over the base game, which will be a different link.

In some cases, they could be bugs.

It's hard to give you advice if you're not a bit more specific, however, the best thing to do is to comment directly on each game.

thank you for taking time out of your day and helping me! i did work it out tho so its all good :)

I think this is a packaging problem.

When I download Linux games on itch, I often get something similar, a directory with a bunch of files, none of which start the game if I double-click on them.  That's because:

  • A directory with a a bunch of files is the norm for Windows games.  As a Linux user, I prefer AppImages, and Mac users obviously prefer application bundles, but Windows developers usually don't know how to create those, or why they're useful, or just can't be bothered to do so.
  • On Linux and Mac, the actual program file is marked by setting the executable bit on the file system.  Windows does not have the equivalent, so games packaged on Windows often don't have the executable bit set when unpacked on Linux or Mac.
  • In order to run the game, you need to find the program file, set its executable bit, and then double-click it to run it.  The command line for this is "chmod +x <file>", and there's probably also a way to do this through the graphical file manager (Finder?).

thank you for taking time out of your day and helping me! it was a packaging problem after all and this really helped. thanks again for being so nice and so patient :)

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.