4.4 KiB
ZetaGlest
Official Website: https://zetaglest.github.io
ZetaGlest is a network multi-player real-time strategy game engine. It's shipped with the ZetaPack mod, which includes several factions, each one consisting of many 3d characters. The factions are loosely based on historical empires with added elements of fantasy, such as mummies produced by Egyptian priests, Indian shamans who summon thunderbirds for air assaults, and Norsemen who can build flying valkries and "Thors". Start the game by harvesting natural resources, then use the cash to produce an army. Single-player mode against the CPU is also available.
Download for Windows
Download ZetaGlest 1.0 from here.
Additionally, if you want to contribute with the code on Windows, please follow these instructions.
For other operating systems, you must build and install from source (Later, we'll be providing binary packages).
Quick Build Guide for Linux
For Linux, run the following command:
git clone https://github.com/ZetaGlest/zetaglest-source.git zetaglest && sudo zetaglest/mk/linux/setup.sh
Then run the following command to start the game:
zetaglest/mk/linux/build/zetaglest
README Contents
Detailed information about units in the game
Stay Informed (Updates)
- ZetaGlest Change Log
-
The ZetaGlest Blog
-
Recent Commits to zetaglest-source:develop
-
Recent Commits to zetaglest-data:develop
- Recent Commits to the web site
FAQ
The FAQ is located at https://zetaglest.github.io/docs/faq.html.
Extra Tech trees, mods, tilesets, scenarios (not yet available on the ZetaGlest server)
Contributing and Testing
If you'll be contributing code or changes to data, the procedures for forking and cloning are outlined in CONTRIBUTING.md
Please see CONTRIBUTING.md for extended, important instructions and guidelines for contributing.
To run your own headless (dedicated) server, see the FAQ.