This topic is outdated. Please refer to the wiki instead!
For those who are interested in helping and/or exploring the latest features in MegaGlest, we offer
continuous integration builds (every time code is commited to the subversion repository on sourceforge a build is automatically started within 30 minutes).
Beware that builds based on svn head are experimental and may not work with released versions.
Linux builds (32 bit & 64 bit):
http://snapshots.megaglest.org/linux/Windows builds:
http://snapshots.megaglest.org/windows/Data package:
http://snapshots.megaglest.org/data/
Update (tomreyn, 2013-05-03):OS X users are out of luck, because the company they keep giving their money to makes it really hard to develop software for their platform.
Instructions:- To make use of the snapshots, download both the universal data package and the binary package which will work with your computer.
- Now create a new directory such as "megaglest-svn" and change into it.
- Then extract (unpack, decompress) both archives there, starting with the data package.
- Finally, run the binary from there, ideally from a terminal / cmd.exe window so you'll know what's going on (and possibly wrong).
Windows specific instructions:Please download the latest (check modification times) archives from
http://snapshots.megaglest.org/windows/and
http://snapshots.megaglest.org/data/Altogether you will download two files, one from each directory, one ending in
.tar.xz and one ending in
.7z (you may not be able to see these file extensions after downloading but they show up on the website). Note that the second file is somewhat large (roughly 260 MB I think).
Both archives were created on a Windows system not used for anything else which is not directly connected to the Internet. So they should be clean, but you are welcome to AV test them (and their contents) for yourself if you would like to.
To extract these files, you also need
7-Zip, WinRAR (or some other file archiving utility which can handle all of the TAR, XZ, 7Z formats).
After downloading, first extract
megaglest-binary-win32-i386-*.7z to a new directory.
Then extract
megaglest-standalone-data-*.tar.xz into this new directory, too, so you end up with a directory containing
megaglest.exe and a
data/ subdirectory. You will probably need to unpack this file (the large one) twice. The first time you unpack it you get another archive file, the second time you unpack it you get a
data folder.
Then start Explorer and browse to this new directory you created.
Then, in Explorer, shift-right-click on the new directory and select "Start command prompt here" (this won't work on Windows XP but on any newer Windows version).
You should then get a new window with a black background and a text input.
In there, type
megaglest .exe (without quotes) and press enter, this should start the game. If it doesn't, double-check the directory layout described above.
Problems?In case of any problems, please copy and paste the output you get when running
megaglest.exe to
paste.megaglest.org (or a similar 'pastebin' service of your choice) and / or take a screenshot and post it to
imgur.com (or a similar image file hosting service), then pass the web addresses of where those files are to us. Please also show us a screenshot (or output of the
dir command if you know how this works) showing the new directory you created and unpacked the files to.
Update (tomreyn, 2013-05-13):Updated Windows download URL.
Update (tomreyn, 2013-09-18):Added Windows specific instructions.