Clone of the Age of Empires II engine ๐
=========================================================
openage: a volunteer project to create a free engine clone of the Genie Engine used by Age of Empires, Age of Empires II (HD) and Star Wars: Galactic Battlegrounds, comparable to projects like OpenMW, OpenRA, OpenSAGE, OpenTTD and OpenRCT2.
openage uses the original game assets (such as sounds and graphics), but (for obvious reasons) doesn't ship them. To play, you require any of the original games (AoE1, AoE2) or their Definitive Edition releases.
Contact
| Contact | Where? | | ---------------- | -------------------------------------------------------------------------------------------------- | | Issue Tracker | [GitHub SFTtech/openage] | | Development Blog | [blog.openage.dev] | | Subreddit |
#sfttech:matrix.org | | Money Sink | [GitHub SFTtech/openage]: https://github.com/SFTtech/openage/issues [blog.openage.dev]: https://blog.openage.dev [GitHub Discussions]: https://github.com/SFTtech/openage/discussions
Technical foundation
| Technology | Component | | ------------ | ------------------------------------------------------------- | | C++20 | Engine core | | Python3 | Scripting, media conversion, in-game console, code generation | | [Cython] | Python/C++ Glue code | | [Qt6] | Graphical user interface | | [CMake] | Build system | | [OpenGL] | Rendering, shaders | | [Opus] | Audio codec | | [nyan] | Content Configuration and Modding | | [Humans] | Mixing together all of the above |
[Cython]: https://cython.org/ [Qt6]: https://contribute.qt-project.org/ [CMake]: https://cmake.org/ [OpenGL]: https://www.opengl.org/ [Opus]: https://opus-codec.org/ [nyan]: https://github.com/SFTtech/nyan [Humans]: https://www.youtube.com/watch?v=fQGbXmkSArs&t=18s
Goals
- Fully authentic look and feel
- An easily-moddable content format: nyan yet another notation
- An integrated Python console and API, comparable to blender
- AI scripting in Python, you can use machine learning
- Re-creating free game assets
- Multiplayer (obviously)
- Matchmaking and ranking with a haskell masterserver
- Optionally, improvements over the original game
- Awesome infrastructure such as our own Kevin CI service
- No network compatibility with the original game.
- No binary compatibility with the original game.
Current State of the Project
Important notice: At the moment, "gameplay" is basically non-functional. We're implementing the internal game simulation (how units even do anything) with simplicity and extensibility in mind, so we had to get rid of the temporary (but kind of working) previous version. With these changes, we can (finally) actually make use of our converted asset packs and our nyan API! We're working day and night to make gameplay return\*. If you're interested, we wrote detailed explanations on our blog: Part 1, Part 2, Monthly Devlog.
\ may not actually be every day and night*
| Operating System | Build status | | :-----------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | Debian Sid | | | Ubuntu 24.04 LTS |
| | macOS |
| | Windows Server 2019 |
| | Windows Server 2022 |
|
[Todo: Kevin #11]: https://github.com/SFTtech/kevin/issues/11
Installation Packages
There are many missing parts for an actually working game. So if you "just wanna play", you'll be disappointed, unfortunately.
We strongly recommend building the program from source to get the latest, greatest, and shiniest project state :)
- For Linux check at repology if your distribution has any packages available. Otherwise, you need to build from source.
.deb, .rpm, Flatpak, snap or AppImage packages yet.
- For Windows check our release page for the latest installer.
- For macOS we currently don't have any packages, you need to build from source.
Quickstart
- How do I get this to run on my box?
./configure --download-nyan
make
Alternative approach: You can build and run the project using Docker. See Running with docker for more details.
- I compiled everything. Now how do I run it?
cd bin && ./run main.
* The convert script will transform original assets into openage formats, which are a lot saner and more moddable.
* Use your brain and react to the things you'll see.
- Waaaaaah! It...
All of those are features, not bugs.
To turn them off, use ./bin/run --dont-segfault --no-errors --dont-eat-dog.
If this still does not help, try our troubleshooting guide, the contact section or the bug tracker.
Contributing ============
You might ask yourself now "Sounds cool, but how do I participate and get famous contribute useful features?".
Fortunately for you, there is a lot to do and we are very grateful for your help.
Where do I start?
- Check the issues labelled with
good first issue. These are tasks that you can start right away and don't require much previous knowledge. - Ask us in the chat. Someone there could need
- You can also take the initiative and fix a bug you found, create an issue for discussion or
Ok, I found something. What now?
- Tell us, if you haven't already. Chances are that we have additional information
- Read the docs. They will answer most "administrative"
- Read the code and get familiar with the engine component you want to work with.
- Do not hesitate to ask us for help if you do not understand something.
How do I contribute my features/changes?
- Read the contributing guide.
- You can upload work-in-progress (WIP) versions or drafts of your contribution to get feedback or support.
- Tell us (again) when you want us to review your work.
I want to help, but I'm not a programmer...
Then openage might be a good reason to become one! We have many issues and tasks for beginners. You just have to ask and we'll find something. Alternatively, lurking is also allowed.
Cheers, happy hecking!
Development Process
What does openage development look like in practice?
- extensive synchronization!
- doc/development.md.
- Code documentation is embedded in the sources for Doxygen (see doc readme).
- Have a look at the doc directory. This folder tends to get outdated when code changes.
License
GNU GPLv3 or later; see copying.md and legal/GPLv3.
I know that probably nobody is ever gonna look at the copying.md file, but if you want to contribute code to openage, please take the time to skim through it and add yourself to the authors list.