Free Realms Legacy Launcher 1.3.1
=================================

For any Linux distribution. If yours has one of the packages built alongside this
tarball - .deb, .rpm, or .pkg.tar.xz - prefer that one; it will keep itself updated
through your package manager.

Running it without installing
-----------------------------

    chmod +x Launcher
    ./Launcher

That is all it needs. The launcher is self-contained.

Installing it properly
----------------------

    ./install.sh

Installs into ~/.local, so it needs no root and touches nothing outside your home
directory. It adds a menu entry and a 'freerealmslegacy' command. Undo it with
./uninstall.sh, which leaves your settings and downloaded game files alone.

Playing the game
----------------

The launcher runs natively on Linux. The game client is a 32-bit Windows program and
runs through Wine, which needs its 32-bit support installed:

    Debian, Ubuntu, ChromeOS   sudo dpkg --add-architecture i386
                               sudo apt update && sudo apt install wine wine32
    Fedora                     sudo dnf install wine wine-core.i686
    Arch                       sudo pacman -S wine          (needs multilib enabled)
    openSUSE                   sudo zypper install wine

The launcher checks when you press Play and tells you what is missing, so there is
nothing to do in advance.
