2018-01-13 23:12:35 -06:00
|
|
|
[![Build Status](https://travis-ci.org/ZetaGlest/zetaglest-source.svg?branch=develop)](https://travis-ci.org/ZetaGlest/zetaglest-source)
|
|
|
|
|
2018-11-09 14:30:39 +01:00
|
|
|
# ZetaGlest
|
|
|
|
|
2018-11-12 00:39:49 +01:00
|
|
|
**Official Website: https://zetaglest.github.io**
|
2017-01-20 23:57:35 +01:00
|
|
|
|
2018-11-12 10:22:14 +01:00
|
|
|
[ZetaGlest](https://zetaglest.github.io) is a network multi-player real-time strategy game engine.
|
2018-09-29 21:40:05 -05:00
|
|
|
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.
|
2018-01-13 23:12:35 -06:00
|
|
|
|
2018-10-02 00:02:42 -05:00
|
|
|
![ZetaGlest ScreenShot](https://zetaglest.github.io/docs/assets/screenshots/screen147.jpg)
|
|
|
|
|
2018-12-10 02:17:28 +01:00
|
|
|
## Download for Windows
|
2018-11-09 12:39:50 +01:00
|
|
|
|
2018-12-10 02:17:28 +01:00
|
|
|
#### Download [ZetaGlest 1.0 from here](https://github.com/ZetaGlest/windows-installer/archive/1.0.zip).
|
|
|
|
|
|
|
|
Additionally, if you want
|
2018-11-09 12:39:50 +01:00
|
|
|
to contribute with the code on Windows, [please follow these
|
|
|
|
instructions](https://github.com/ZetaGlest/zetaglest-source/blob/develop/mk/windows/README.md).
|
|
|
|
|
|
|
|
For other operating systems, you must [**build and install from
|
|
|
|
source**](https://github.com/ZetaGlest/zetaglest-source/blob/develop/BUILD.md)
|
|
|
|
(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
|
|
|
|
|
2019-01-27 14:03:49 +01:00
|
|
|
## Links
|
2018-09-17 17:33:27 -05:00
|
|
|
|
2019-01-27 14:03:49 +01:00
|
|
|
* **[Screenshots](https://github.com/ZetaGlest/screenshots)**
|
|
|
|
* **[Discord](https://discord.gg/WaAaXS7)**
|
|
|
|
* **[Server list and player stats](http://master.megaglest.org)**
|
|
|
|
* [FAQ](https://zetaglest.github.io/docs/faq.html)
|
2018-10-02 00:17:20 -05:00
|
|
|
* [Compiling](https://github.com/ZetaGlest/zetaglest-source/blob/develop/BUILD.md)
|
2018-09-17 17:33:27 -05:00
|
|
|
* [Contributing and Testing](https://github.com/ZetaGlest/zetaglest-source#contributing-and-testing)
|
2019-01-27 14:03:49 +01:00
|
|
|
* [ChangeLog](https://github.com/ZetaGlest/zetaglest-source/blob/develop/ChangeLog.md)
|
2019-01-27 19:43:59 +01:00
|
|
|
|
|
|
|
[Detailed information about units in the game](https://zetaglest.github.io/docs)
|
2018-01-17 12:59:17 -06:00
|
|
|
|
2019-01-27 14:03:49 +01:00
|
|
|
### Extra Tech trees, mods, tilesets, scenarios
|
2018-01-31 17:51:08 -06:00
|
|
|
|
|
|
|
* [MODS.md](https://github.com/ZetaGlest/zetaglest-data/blob/develop/MODS.md)
|
|
|
|
* [TILESETS.md](https://github.com/ZetaGlest/zetaglest-data/blob/develop/TILESETS.md)
|
|
|
|
* [SCENARIOS.md](https://github.com/ZetaGlest/zetaglest-data/blob/develop/SCENARIOS.md)
|
|
|
|
|
2018-01-13 23:12:35 -06:00
|
|
|
### Contributing and Testing
|
2017-01-20 23:57:35 +01:00
|
|
|
|
2018-01-16 16:24:41 -06:00
|
|
|
If you'll be contributing code or changes to data, the procedures for
|
|
|
|
forking and cloning are outlined in [CONTRIBUTING.md](https://github.com/ZetaGlest/zetaglest-source/blob/develop/CONTRIBUTING.md)
|
2017-01-20 23:57:35 +01:00
|
|
|
|
2018-01-13 23:12:35 -06:00
|
|
|
Please see [CONTRIBUTING.md](https://github.com/ZetaGlest/zetaglest-source/blob/develop/CONTRIBUTING.md)
|
|
|
|
for extended, important instructions and guidelines for contributing.
|
2017-01-20 23:57:35 +01:00
|
|
|
|
2018-11-09 12:39:50 +01:00
|
|
|
To run your own headless (dedicated) server, see [the FAQ](https://zetaglest.github.io/docs/faq.html#headlessserver).
|
|
|
|
|
2019-01-27 14:03:49 +01:00
|
|
|
### Contact Us
|
2017-01-20 23:57:35 +01:00
|
|
|
|
2018-01-14 14:08:02 -06:00
|
|
|
* [Discord](https://discord.gg/WaAaXS7)
|
2018-05-10 09:17:45 -05:00
|
|
|
* [Message Board](https://groups.google.com/forum/#!forum/zetaglest)
|
2018-05-16 16:34:44 +02:00
|
|
|
* Email: zetaglest@gmail.com
|