Update README.md

master
Ismael Barros² 2021-01-10 20:43:49 +00:00 committed by GitHub
parent 9111c57d99
commit dd17f7fc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 14 deletions

View File

@ -1,28 +1,49 @@
# What the fuck?
What is this?
-------------
These are stand-alone executable packages. They have two personalities: Sometimes they think they're an ELF executable, so you can just run them and play these awesome games, if you have execution credentials (chmod +x [package file]). Sometimes, they think they're an ISO file, so you can also mount them with fuseiso, acetoneiso, or your ISO management application of choice, and peek what's inside.
**PortableLinuxGames** packs and distributes great Linux games as portable, self-contained packages that will (or should) run on any Linux system out there.
Inside the packages you'll find two things:
I uses the [AppImage](http://appimage.org/) package format, and some [script magic](https://github.com/RazZziel/PortableLinuxGames).
A minimal installation for each game, sometimes next to i.e. a minimal Wine or Perl installation A little script (AppRun) to glue it all together when you run the package How the fuck? Using the awesome superpowers of PortableLinuxApps.org, and some script magic.
How does it work?
-----------------
# Why the fuck?
These games are distributed in a package format called [AppImage](https://appimage.org/), and it's a big deal. AppImages are stand-alone, executable packages, that bring the _"one app, one file"_ philosophy to Linux.
Why the fuck not. I'm just a casual gamer with no space left in my laptop for games (or anything work-unrelated for that matter). I'm also tired of the state of release segmentation between Linux distributions, or having some old nightly game version I enjoyed playing every now and then stop working because the library it was linked against no longer exists, because my distribution decided to update it. So I discovered this AppImage thingy, and decided to contribute back. I like it, and I'd like to see it converted in the future of Linux package distribution.
AppImages are two types of file at the same time:
I fell in love with this stuff in in the very moment it occurred to me that I could package Starcraft together with a minimal Wine install in an AppImage, copy it to an USB drive, take it to my college's lab (se use Ubuntu on all labs), and have Starcraft running right when I click on it. Move the USB drive over among some friends, and you have an instant Starcraft party. On Linux. And with no drugs. Like, woah.
* **An ELF executable**. So you can just run them and play these awesome games.
* **An ISO file**. You can mount them (_mount -o loop_, _fuseiso_, _acetoneiso_, etc.) and peek what's inside.
Inside an AppImage you'll find two things:
* The app installation, next to all its dependencies, and sometimes even a minimal Wine or Perl installation
* A little script (AppRun) to glue it all together when you run the package
Now I can stash the games I'm not usually playing in some external hard drive, and rescue them anytime I feel like playing them again, knowing that every single dependency will be still in its place. Also games usually take less space, because I can play them without uncompressing them, and performance isn't affected that much, how cool is that?
About these packages
--------------------
# Who the fuck?
All I'm doing here is packing some games I like, and sharing them just in case someone finds them useful.
Got any constructive feedback? Does any game fail to run in your machine? Write me to
I'm only sharing the games I think I'm free to distribute (I've also packaged some commercial games I've bought, but I'm not sharing those!). If you're the owner of any of these games and you don't like them being here without your explicit permission, please let me know and I'll take it down. I just want to share something I think it's cool, and I'm not making any profit (other than maybe Internet Karma™).
tux AT portablelinuxgames.org
Please note that what I'm doing here is packing some games I like, and sharing them over just in case they're useful to someone else. I'm only sharing the games I think I'm free to distribute (I've also packaged some commercial games I've bought, but I'm not sharing those with you guys!). If you're the owner of any of these games and you don't like them being here without your explicit permission, please let me know and I'll take it down. I just want to share something I think it's cool, I'm not taking any profit with this, other than maybe Internet Karma™.
All these packages are working on my system (64bit ArchLinux on Dell XPS L502X), but I don't have the spare time to test every package as well as I should on different distros, so if any package fails to run on your machine, please send me an email with the exact error message and I'll try to fix it (when I find time). Or uncompress the package, fix it yourself, pack it back up and share it if you want; your AppImage, your rules.
All these packages are working on my system (32bit ArchLinux on Dell XPS L502X), but I don't have the spare time to test every package as well as I should on different distros, so if any package fails to run on your machine, please send me an email with the exact error message and I'll try to fix it (when I find time). Or uncompress the package, fix it yourself, pack it back up and share it if you want; your AppImage, your rules.
BTW, if you have a pure **64bit** system, please note that 32bit AppImages won't work by default. Please check [this tutorial](https://github.com/RazZziel/PortableLinuxGames/wiki/Setup-a-64bit-system-to-run-32bit-appimages) to see how to configure a 64bit operative system to run 32bit AppImages.
Btw, if you have a pure 64bit system, please note that 32bit AppImages won't work by default. Please check this tutorial to see how to configure a 64bit operative system to run 32bit AppImages.
But why?
--------
I was just a casual gamer that had no space left on his laptop for games (or anything work-unrelated for that matter). I was also tired of the state of release segmentation between Linux distributions, or having some old nightly game version I enjoyed playing every now and then stop working because the library it was linked against suddenly no longer existed, because my distribution decided to deprecate it. So I discovered this AppImage thingy, and decided to contribute back. I like it, and I'd like to see it converted in the future of Linux package distribution.
I fell in love with the stuff the very moment I saw I could package Starcraft together with a minimal Wine install in an AppImage, copy it to an USB drive, take it to my college's lab (se used Ubuntu on all labs), and have Starcraft running with one click, just like that. Share the USB drive with among some friends, and you're got a Starcraft party going. On Linux. No drugs needed. _Woah_.
Now I can stash the games I'm not usually playing in some external or cloud drive, and rescue them anytime I feel like playing them again, knowing that every single dependency will still be in its place. Also, games usually take less space, because I can play them without uncompressing, and performance is not affected; how cool is that?
I want to contribute
--------------------
* Got any constructive feedback? Does any game fail to run in your machine? Go [here](https://portablelinuxgames.uservoice.com/) or drop me [an email](mailto:tux@portablelinuxgames.org)
* Help improve the base [AppImageKit](https://github.com/AppImage/AppImageKit) project
* Help improve the [PortableLinuxGames](https://github.com/RazZziel/PortableLinuxGames) scripts and utilities
* Just use these resources to pack and distribute your own applications and games!
Join the chat at https://gitter.im/RazZziel/PortableLinuxGames