TheAssemblyArmada / Thyme

Licence: gpl-2.0
An open source re-implementation of Generals : Zero Hour written in C++.

Projects that are alternatives of or similar to Thyme

Chronoshift
An open source re-implementation of Red Alert written in C++.
Stars: ✭ 144 (-53.99%)
Mutual labels:  cmake, game, rts, visual-studio
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+3131.63%)
Mutual labels:  cmake, game, visual-studio
Warzone2100
Command the forces of The Project in a battle to rebuild the world after mankind has been nearly destroyed by nuclear missiles. A 100% free and open source real-time strategy game for Windows, macOS, Linux, BSD+
Stars: ✭ 2,094 (+569.01%)
Mutual labels:  cmake, game, rts
S25client
Return To The Roots (Settlers II(R) Clone)
Stars: ✭ 288 (-7.99%)
Mutual labels:  cmake, game, visual-studio
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+3322.36%)
Mutual labels:  cmake, game
Griefly
Griefly: Yet Another Space Station Remake
Stars: ✭ 121 (-61.34%)
Mutual labels:  cmake, game
F4mp
Stars: ✭ 130 (-58.47%)
Mutual labels:  cmake, game
Vcpkg
C++ Library Manager for Windows, Linux, and MacOS
Stars: ✭ 14,449 (+4516.29%)
Mutual labels:  cmake, visual-studio
Pothossdr
Pothos SDR windows development environment
Stars: ✭ 193 (-38.34%)
Mutual labels:  cmake, visual-studio
Vcmi
Open-source engine for Heroes of Might and Magic III
Stars: ✭ 2,514 (+703.19%)
Mutual labels:  cmake, game
Urde
Data interchange and engine re-implementation for games by Retro Studios | Mirror
Stars: ✭ 253 (-19.17%)
Mutual labels:  game, visual-studio
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-64.54%)
Mutual labels:  cmake, game
Moderncppci
This is an example of doing a Modern C++ project with CI
Stars: ✭ 109 (-65.18%)
Mutual labels:  cmake, visual-studio
Flingengine
A Vulkan game engine with a focus on data oriented design
Stars: ✭ 239 (-23.64%)
Mutual labels:  cmake, game
Megaglest Source
MegaGlest real-time strategy game engine (cross-platform, 3-d)
Stars: ✭ 259 (-17.25%)
Mutual labels:  game, rts
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+145.69%)
Mutual labels:  cmake, game
Arxlibertatis
Cross-platform port of Arx Fatalis, a first-person role-playing game
Stars: ✭ 602 (+92.33%)
Mutual labels:  cmake, game
Genie
GENie - Project generator tool
Stars: ✭ 693 (+121.41%)
Mutual labels:  cmake, visual-studio
Engine
A basic cross-platform 3D game engine
Stars: ✭ 208 (-33.55%)
Mutual labels:  cmake, game
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (-15.34%)
Mutual labels:  cmake, visual-studio

windows
linux

Thyme is an open source re-implementation of Command & Conquer Generals: Zero Hour. Zero Hour is the expansion pack of Command & Conquer Generals, released in 2003.

This project is a bottom-up rewrite of Generals: Zero Hour, using the original binary to provide functions that have not been implemented yet. The intention is to allow the fixing of bugs, implementation of new features and porting to platforms unsupported by the original.

Please note that the Thyme developers have no affiliation with EA. EA has not endorsed and does not support this product.

Chat

You can chat and discuss the development of Thyme on our Discord channel.

Running Thyme

Currently Thyme can only be run on Windows.

To run Thyme, you first need to have Command & Conquer Generals: Zero Hour installed. If you don't have the original game disc, Generals: Zero Hour can currently be bought most easily as a downloadable version that is part of the Command & Conquer The Ultimate Collection from Origin or a third-party like Amazon.

If you wish to use our custom launcher without messing with patches or anything, only an install original Windows disc based English language version of Generals: Zero Hour (patched to version 1.04) is supported. That 1.04 patch can be downloaded here if your installation hasn't been updated yet.

If you don't have the disc version or just want to run an executable directly, you will need to generate thyme.exe using the exe patching guide on the Thyme Wiki.

Now you have the Generals: Zero Hour installation ready, you can download the latest version. You will have to click on one of the Job names and after that you can click on 'artefacts' to get the link to the downloadable zipped version of Thyme. You could also build Thyme yourself.

The easiest way to get Thyme to actually run is to place thyme.exe or launchthyme.exe together with thyme.dll in the Generals: Zero Hour installation folder. You can then launch thyme.exe or launchthyme.exe from that directory or create a shortcut to them.

Disclaimer

Thyme is in heavy development and as such, development builds may not behave correctly compared to the original game. We will endevour to create numbered releases that are as free from bugs as possible but even they may have some unexpected behaviour.

Anti-virus warning

Anti-virus software like Windows Defender could mark Thyme as a virus. This is a false-positive. We can assure you that Thyme is fully safe to use. If you are still unsure about this, you can just build Thyme yourself.

Common Issues

A black screen at startup is normally a sign that you have gentool installed. Due to how Thyme currently works, you will need to teporarily remove or rename the gentool d3d8.dll file.

Building Thyme yourself

In order to generate a working binary, currently you must build the project using a version of the Microsoft Visual Studio compiler (2017 and above). Building with Clang against a Windows SDK is in theory possible but is untested for a cross compile solution.

It is also possible to build a standalone binary if you want to test compiling on other platforms.

Check the Thyme Wiki for detailed build instructions.

Linux and macOS

Native support for Linux and macOS is planned for the future, but because of how the project is developed, a fully playable native binary will not be possible for some time. In the mean time, using Wine on Linux and macOS, should be possible but is currently untested.

If you are interested in developing the cross platform aspect of the project it is now possible to build the project standalone by passing -DSTANDALONE=TRUE to CMake when configuring the project but the resulting binary currently has very limited functionality.

Contributing

If you are interested in contributing to Thyme, you will need some knowledge of C++ as a minimum requirement. Join the developer chat listed above for more information on what else you will need, such as the idc file for the current map of the binary.

You can also check the wiki for more information.

Licence

The source code provided in this repository for Thyme is licenced under the GNU General Public License version 2 or later with an exception allowing the resulting code to be linked against a closed source binary which will be in place until Thyme no longer relies on the original.

Other Open-Game Projects

Below is a list of similar projects and their respective original games:

There is also a Wikipedia page for open source games.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].