Gameimage Save

Gameimage - FlatImage Game Packer

Project README

GameImage - FlatImage Game Packer

About

https://github.com/ruanformigoni/gameimage/assets/18180693/7690e65a-aed9-4bfa-aa98-3ffd57e20e65


Game emulation is on the rise, with years of contribution from the community and now with Valve's portable handheld, the steam deck. The fragmentation with several platform emulators is daunting, especially since it requires repetitive configuration for the first time or if the config files go missing. GameImage is a tool to pack a runner (such as an emulator), a game, and it's configs in a single flatimage.

Advantages:

  • Simplicity:
    • No need to install an emulator or wine to run your games, they are downloaded as images and packaged with the game.
    • Each game config/saves are in the same folder as the flatimage by default, which simplifies backups.
  • Usability: get your game running with a double click on a fresh linux install, no dependencies required.
  • Storage: Smaller file sizes than loose files, since the images uses a compressed filesystem.

Supported Package Types

Showcase

Install

Download the latest gameimage.run file in the releases page.

https://github.com/ruanformigoni/gameimage/assets/18180693/208c41dd-2454-484a-a30f-8b711e94b41b

download video

Tutorials

Wine Single

https://github.com/ruanformigoni/gameimage/assets/18180693/0592dd5f-9b27-4503-9978-77842ad4c7b6

download video

Wine Multiple

https://github.com/ruanformigoni/gameimage/assets/18180693/a2d92de2-ce28-4c7b-9f25-02eb9db525da

download video

Linux

https://github.com/ruanformigoni/gameimage/assets/18180693/b5ad407e-23a6-48fd-b636-c2ef2a89fd28

download video

FlatImage

The key advantages of flatimage are:

  1. Flatimage packs everything the application requires to run in a single file.
  2. Subsequently, the generated file works on linux distributions without, expecting any libraries to be available on the host.
  3. Flatimage runs the application on a containerized environment, it only allows the application to access what is necessary for it to work (such as sockets and devices).
  4. Flatimage is read-write, you can create a flatimage that stores your saves in the image itself, that way, instead of having back-up one file (wine+prefix+game data) and one directory (saves), you just have to backup one file. Flatimage grows automatically to accomodate your save data, you can still use the previous method with flatimage, as well as others listed in

Known Issues

General

Avoid using NTFS formatted hard-drives.

Ubuntu 24.04

Recent changes to apparmor requires to create the file /etc/apparmor.d/bwrap with the contents:

# This profile allows everything and only exists to give the
# application a name instead of having the label "unconfined"

abi <abi/4.0>,
include <tunables/global>

profile bwrap /**/bwrap flags=(unconfined) {
  userns,
}

Lastly run sudo systemctl reload apparmor to reload the configuration files.


Disclaimer: This project does not endorse piracy, buy your games and console to use this software.

Open Source Agenda is not affiliated with "Gameimage" Project. README Source: ruanformigoni/gameimage
Stars
223
Open Issues
8
Last Commit
1 week ago
License

Open Source Agenda Badge

Open Source Agenda Rating