Starting MegaGlest

From MegaGlest
Revision as of 09:27, 3 January 2009 by 115.133.0.238 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Running Glest

velcroman's instructions:

On my Ubuntu (Feisty) it is installed in a folder in my home directory so I can start it with...(open the terminal)
cd glest (you need to be in the glest folder before execution)
glest
or you could copy these lines into a text file (shell script) to start it...
#!/bin/bash
cd /home/{my_name}/glest
glest
Remember to make it executable ( chmod +x text_filename )

If Glest is not in your Home folder then you can find it by using...
sudo updatedb {enter password}
to index the HDD (give it a few minutes)
then
locate glest/glest
to find the application. (just using "locate glest" will list every glest file)

Starting a Game

To start a SINGLEPLAYER game in Glest 2.0.0 is very simple.

Just follow these simple steps:

  1. Run Glest (see above)
  2. Push the play button
    500px
  3. Setup the game
    Setup.JPG
  4. Push the Play now! button


The game should start loading showing a screen like this.
500px


Once it has finished loading you will be able to play if there are no errors.
500px

To start a MULTIPLAYER game in Glest 2.0.0 is very simple.

You need to know the IP address of the game host. Need more info..