Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

It would be nice to have launch options, similar to Steam, but they would only be useful for apps like Butler and not in the website itself.

As a workaround, maybe you can make extra files with custom arguments. So if your executable is called my_game, you can make a bash file my_game_fullscreen.sh that looks like this:

#! /bin/sh

./my_game –fullscreen

I’m not familiar how Butler works, so not sure if there are some extra details needed to make this work.

(1 edit)

Yeah I know that; that way I have to manually edit/create executables and launch each game, what I'm saying will be from within the Itch app itself. Much like Steam, I've tried to find the documentation on this for Steam without luck. They list all prefixes only.