ruanformigoni / gameimage

Gameimage - FlatImage Game Packer
Apache License 2.0
268 stars 1 forks source link

A simple question #119

Open MRDeu opened 3 weeks ago

MRDeu commented 3 weeks ago

Sorry for open a question for this, but how i can create an autostart flatimage?

I need to put one of these commandlines somewhere?

ruanformigoni commented 3 weeks ago

Hi @MRDeu , no problem. Do you mean to skip the launcher?

If you are running through steam, you can use the command /path/to/my-game.flatimage --select-index=0.

If you want to double click and start from the file manager without the launcher, open a terminal and type:

/path/to/my-game.flatimage fim-boot sh -c '/fim/static/gameimage-launcher "$@"' -- --select-index 0

Next time you click on the file manager it will open the game directly.

MRDeu commented 3 weeks ago

Thanks @ruanformigoni

MRDeu commented 3 weeks ago

BTW can you make this an option when you create the flatimage? It would be cool.

ruanformigoni commented 3 weeks ago

Yes, I'll include it as a checkbox in the last panel

MRDeu commented 2 weeks ago

@ruanformigoni

Sorry to bother you again, i have a friend who has found that there are certain versions of proton that are more compatible than others, apparently here you can only select a specific version of Proton/Wine, would it be possible to add more versions or at least facilitate the process of adding another type of wine/ proton?

I imagine that it should not be an easy task, but i see more viable that the community can help you with this task by adding custom protons, the problem is we need a tool to create them.

Thanks for your work.

ruanformigoni commented 2 weeks ago

Hi @MRDeu , no problem! That is possible, you can look here to checkout how the distributions are packaged. I'll create a mkdocs documentation for gameimage and include in the advanced section how to create your own wine distributions to use.