commit 6dc17b12f0767e5239b46583e5e80b9fce9b613c Author: Pilcrow182 Date: Sun Jul 30 17:39:24 2017 -0500 Initial commit diff --git a/launcher b/launcher new file mode 100755 index 0000000..f478e85 Binary files /dev/null and b/launcher differ diff --git a/launcher_src.tar.xz b/launcher_src.tar.xz new file mode 100755 index 0000000..4019310 Binary files /dev/null and b/launcher_src.tar.xz differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e774f48 --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +Pilcrow's The Ground Gives Way Launcher, release 2017.Jul.30 +------------------------------------------------------------ + +I've been playing **The Ground Gives Way** myself in Linux, using the instructions from the section "Running TGGW on Other Systems" in the game's [official FAQ](http://www.thegroundgivesway.com/faq/), but apparently that won't work in certain systems with certain versions of Wine. So, since I know it works perfectly with the version of Wine I have on *my* system (version 2.7, built from unmodified source), I used [AppImage](http://appimage.org/) to package up the Wine files together with a simple run script into a hassle-free **The Ground Gives Way** launcher. + +This launcher DOES NOT install anything extra to the user's computer (AppImage works by mounting itself as a virtual filesystem overlay, meaning it is sandboxed from all system-wide files), but does create a seperate wine prefix in `~/.wine-appimage` so as not to interfere with the default one in any way. + +This launcher should work on pretty much any other relatively recent 64-bit (x86_64) GNU/Linux distro. To use it, simply place the `launcher` file into the same directory as `The Ground Gives Way.exe` and run the launcher file. It does not need to be run from a terminal (as it opens its own xterm window). Also accepts cli parameters to change the xterm launch options (such as giving it a bigger/smaller font, changing the background color, etc), a `--console` option for running the game in the current terminal rather than opening a new window, and a special `--debug` option that echoes the entire final command before running it. Requires xterm (unless using the `--console` option). Tested and working with both the Windows 10/8/7/Vista version of **The Ground Gives Way** and the XP SP3 one. diff --git a/wine_src.tar.xz b/wine_src.tar.xz new file mode 100644 index 0000000..05a1098 Binary files /dev/null and b/wine_src.tar.xz differ