Live data from Hacker News

Openage – Free Age of Empires 2 engine clone

openage.sft.mx

1–10 of 50 posts

Re: Openage – Free Age of Empires 2 engine clone

#4
post #3

How legal is this? Just wondering.

Like many doom/quake clones (before ID released the source) I expect openage to be supplied without the artwork, you will need an original CD/image for that.

Yep, the assets don't ship with the codebase - you need to provide your own original AoE II (or AoE II HD) installation.

Re: Openage – Free Age of Empires 2 engine clone

#8
post #7

Cool project! But i'm confused. On http://openage.sft.mx/ they say this is a reimplementation in C++14, but seems to be actually implemented in Python [1] ? 1: https://github.com/SFTtech/openage/tree/master/openage

It uses both. C++14 for the engine, and Python for the convert script and some other things. Check the README for more information.

Re: Openage – Free Age of Empires 2 engine clone

#9
post #7

Cool project! But i'm confused. On http://openage.sft.mx/ they say this is a reimplementation in C++14, but seems to be actually implemented in Python [1] ? 1: https://github.com/SFTtech/openage/tree/master/openage

You're looking at a wrapper around libopenage, which is written in C++:

https://github.com/SFTtech/openage/tree/master/libopenage

Re: Openage – Free Age of Empires 2 engine clone

#10
It's amazing to see so many community powered open source projects dedicated to keeping old games alive (while also preserving the same look & feel these games had back in '90s).

Along with the OpenMW[1], OpenRA[2], OpenTTD[3] and OpenRCT2[4] listed on openage's GitHub page, lots of others exist. To name a few:

* OpenXcom[5] for X-COM: Enemy Unknown and the later Terror From the Deep games.

* Nuvie[6], Exult[7] and Pentagram[8] for Ultima VI-VIII respectively.

* GZDoom[9] (and various others) for running Doom, Doom II etc.

* Freeciv[10] for running Civilization.

[1] https://openmw.org/

[2] http://openra.net/

[3] http://openttd.org/

[4] http://openrct.net/

[5] http://openxcom.org/

[6] http://nuvie.sourceforge.net/

[7] http://exult.sourceforge.net/

[8] http://pentagram.sourceforge.net/

[9] http://forum.drdteam.org/viewforum.php?f=23

[10] http://www.freeciv.org/

Post reply on HN