Formerly named Agape, GameImage is a way to package up games with either Wine or an Emulator into a portable AppImage that could be useful for the Steam Deck. I could have sworn I wrote about this before, but apparently not. Edit: it was Winepak I was thinking of previously.
As the developer on the project explains, emulation is popular and with the Steam Deck here people are doing a lot of it. However, configuration can be an issue, with files getting messed up or going missing and so GameImage aims to help with that as it packages up a runner (like an Emulator or Wine), a game and it's configuration files into a single AppImage.
Now, I should note, there's some obvious legal stuff around this that could cause issues with people sharing their creations with it that could contain full games. So it's of course something more for personal use. That, or you could share creations without the game perhaps for people who just want the configuration all set up and ready for you to slot your game files into after.
Another problem though is bloat. For the Steam Deck especially, drive space is always a concern. Every AppImage made with GameImage would contain duplicates of whatever emulator or Wine version being used, which is the point though, since it's all about being self-contained and easy to run anywhere be it a Steam Deck or desktop Linux. It does use squashfs, which will compress them to save a bit of room.
Interesting idea.
It currently supports RetroArch, PCSX2, RPCS3, yuzu and Wine. It also supports having a proper logo for each AppImage too, as the developed showed in their example:
What do you think about this tool?
Quoting: Comandante ÑoñardoIs possible to GameImage the app bottles?If you're talking about the app Bottles and their 'bottle' winepfx container, I'd imagine you'll probably have to just use Wine and winepfx.
Which shouldn't be that hard to backup -- I myself sometimes just run `WINEPREFIX=$PWD/_winepfx wine ./Game.exe` to make it easy to backup the wineprefix inside the game's folder.
Last edited by fenglengshun on 18 January 2023 at 9:59 am UTC
Quoting: fenglengshunQuoting: Comandante ÑoñardoIs possible to GameImage the app bottles?If you're talking about the app Bottles and their 'bottle' winepfx container, I'd imagine you'll probably have to just use Wine and winepfx.
Which shouldn't be that hard to backup -- I myself sometimes just run `WINEPREFIX=$PWD/_winepfx wine ./Game.exe` to make it easy to backup the wineprefix inside the game's folder.
I ask this because the earliest version of Bottles used to be available as appimage...
It was very practical. just click and use...
Quoting: Comandante ÑoñardoI ask this because the earliest version of Bottles used to be available as appimage...I feel like that's just an unnecessary extra step in this context, since you can just make the AppImage do the "wine ./Game.exe" for the 'Game.exe' packed inside the AppImage, thus having a "click and use" experience already.
It was very practical. just click and use...
I don't think old Bottles have good CLI pipeline either, since I recall it being a late addition or rework in the middle of last year.
A better approach IMHO is to use Portable Mode and/or modifying the 'default wineprefix' in the Wine folder you bundle for the AppImage (or do an automated winetricks dependency install if it doesn't detect an associated .wine/.home portable folder).
Quoting: McCartheeSeems like an absolute dream for pirates.Please. As a pirate myself, I find this to be an unnecessary step over just finding a pre-installed copy of the game, and either double-clicking the .exe in file manager or using Heroic/Lutris/Bottles to manage my library of pirated games.
I can see usecases for this tool, but as a pirate myself, I don't really see the point of using this over something that already works -- unless there are people who bothers to pre-package this for me, but even then it just means extra download size over just downloading normal pre-installed version of the game.
Last edited by fenglengshun on 19 January 2023 at 3:48 am UTC
looks like a good tool but when I run the command
$ ./GameImage-v0.3.1-x86_64.AppImage --platform=wine --name="Dead Space" --dir=./dead-space
it just shows "Terminated"
any ideas on how to run this ?? or how to build from the source
See more from me