Skip to main content

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

remember preference for which executable to launch

A topic by soupDilemma created Feb 28, 2022 Views: 392 Replies: 1
Viewing posts 1 to 2
(+2)

when the itch app finds more than one executable for a launched item, it prompts which one to run. in many cases i always want to run the same one, so i would like it if:

  • there were a way to tell the itch app not to prompt again and instead just launch the one i pick on every future occasion for that particular installed item
  • there were also a way to reset this preference and go back to the default asking behavior
(+1)

Yes, some game engines export a “BugReport.exe”, “notification_helper.exe”, so it’d be nice to remember I want to execute the true game executable.

While dev can add a manifest

(although https://itch.io/docs/itch/integrating/manifest.html says that “It launches the wrong thing” is usually a bad reason to ship a manifest” and we should simplify directory structure, game engine export templates don’t always allow that)

I have no control over this as a player so it’s still a useful fallback.

Edge case: if developer uploads a new build with more executables it should clear the default executable to launch preference and prompt me again which one I want to run, just in case.

A checkbox “Don’t ask me again (unless executables are added)” + the mentioned preference reset per game channel looks like a safe bet.