Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hi,
for Linux, could you add a "run.sh" or something? Because right now, none of the start-options on itch actually launch the game. I know I can install it, and then launch it with the desktop file, but that's just kind of strange, wish it would just work through itch right away :)

Also I don't like that install.sh *moves* the game data. Wouldn't moving the desktop file be enough? The install.sh could figure out the current path and change the desktop file so you don't have to move the game data :)

Anyways, the game looks great, I'm sure I'll have a lot of fun with it :)

Thank you.

Hey, thanks for the feedback. I suppose that run.sh should merely contain "mono VintageStory.exe", right?

(2 edits)

Yeah, I created one myself with 

#!/bin/sh
mono Vintagestory.exe

and it works fine :)

Ok, will add that to the next version