Ruan Formigoni

Results 170 comments of Ruan Formigoni

It would be better to add that as a configurable option in the launcher options. I'll look into it :smile:

Hi @Blad3forc3 , the boot file is a C++ generated binary, so that is not possible. There will be no need for that however: ![args-wizard](https://github.com/ruanformigoni/gameimage/assets/18180693/5924edeb-4916-49b8-b5ba-97fe6f1d5957) You will also be able...

No problem. Feature released in `v1.2.0`

Could you try pressing tab, or clicking on another field before pressing play? The field seems to register the parameters after you click out of it. ![screenshot](https://github.com/ruanformigoni/gameimage/assets/18180693/8a11254e-1f54-4d87-ace5-6bf20e02c8e9) It is still...

Fixed in [v1.2.1](https://github.com/ruanformigoni/gameimage/releases/tag/v1.2.1), it should now update properly as you type.

Glad that it works! I have plans to include a configuration tab to select which (or how many) CPU cores to use. Modifying the launch command directly is currently not...

Hi @Blad3forc3 ! There is a way to do that, it is: ``` ./my-game.flatimage fim-exec cp ./my-new.png /fim/desktop/icon.png ``` You will need to clear the icon cache on your desktop...

That's odd, after copying the file what I do is to delete `~/.cache/icon-cache.kcache` and restart the file manager.

Hi @Blad3forc3 , thanks for the update. Glad it worked!

Hi @Blad3forc3 ! Issue acknowledged, I'm creating a simple script for this, will post here when it is finished. > Also what is the process to extract a flatimage? Currently...