Skip to content

snapshot

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 20:09
· 91 commits to develop since this release
9cf4477

MegaGlest Snapshot Release

This release provides in-development builds of MegaGlest.

Note: these builds are are unstable. You will also need to download the MegaGlest Data separately (not necessary for the AppImage on Linux).

How to use:

  1. Get the latest data from https://github.com/MegaGlest/megaglest-data via one of these methods:
  • Click on the green button "code" -> "Download ZIP". Extract the zip folder, which should leave you with a folder called "megaglest-data" with all the data inside.
  • (Note: requires installing git) Clone the git repo: git clone https://github.com/MegaGlest/megaglest-data.git. (You may want to use --depth 1 to reduce the download size.) This should leave you with the folder "megaglest-data".
  1. Select the correct snapshot download below for your OS. (If your distro is linux-based, download the appimage.) Extract the entire contents of your snapshot download into the "megaglest-data" folder you created in the previous step.
  2. go into the megaglest-data folder and run the executable. (The executable names are: megaglest.exe for windows, MegaGlest-*.AppImage for linux and megaglest for macos.)

Updating the AppImage

The AppImage is updateable with appimageupdatetool. If it's not available from your distro, you can download the tool as an AppImage from the repo (linked above) or by using AM, a command line AppImage package manager.