Im not sure why i want to do this by i find it annoying to have to reinstall a game with every new computer and console ive gotten over time. How would one make a offline installer or backup, I would also want to make them look like retro media if possible.
By chance are there better ways of re installing games without torrents?


If it’s a Windows game, you could use something like Inno Setup. Most of what you’d need is possible to do via easy to use GUI dialogs, and it has a scripting language to do more complex things if the need arises.
For Linux games you’ll probably use a Flatpak, or a package for your distro (e.g.
.debpackages or such). You can look for a guide somewhere.Games usually come already in installers if needed by the game. You can get away with just zipping up the directory if it doesn’t need things like e.g. Windows registry entries or additional supporting software like runtime libraries.