A freeware empire building game.
When I started C-evo-x, there were two big missing pieces: the installer
project, and the source code for StdAI.dll
. I’ve built installers before, so
creating a WiX Installer for C-evo-x wasn’t hard. That left the
StdAI source. Posting on the C-evo forum confirmed that Steffen never
released the StdAI source.
So I went to the “source of the source” and asked Steffen directly:
Hi Steffen,
I started a project at GitHub called “C-evo-x” to bring all the C-evo source code together, update it to recent development tools and make it easier to hack on.
https://github.com/donmccaughey/C-evo-x
I’ve looked through the C-evo site and forums, but I couldn’t find the source code for StdAI.dll. Would be willing to share that with me and the C-evo community?
Thanks for C-evo and the many hours of fun it’s given me.
- Don
Steffen replied the next day, with the StdAI source attached. I’m adding it to
the C-evo-x repo tonight, in the StdAI\
directory, and look forward to
integrating it into the build. Thanks Steffen!