AC2 Covering Civ6

scient said:
I have made leaps and bounds working on the database over the past two weeks. I really am starting to get an idea of all the different classes for the game and how they work together. Well, at least in my head. I've been trying to mark up and identify as much as possible in the database, especially related to the interface code and how it interacts with logic and structures. I have merged 95% of what was in the PPC binary into my database related to function names and custom variable parameters. As of now, my database is more complete along with the huge amount that I have identified on my own. I have tried to keep the same naming conventions so everything stays fairly uniform.

I've decided on a cut off and release date, 6/15. I have done most of what I wanted to accomplish for a public release and should finish up the rest by then.
http://alphacentauri2.info/index.php?topic=17876.msg94926#msg94926

---


The popular unofficial patches for Alpha Centauri are (mostly) developed by disassembling the SMACX binary, terranx.exe, and writing new assembly code into the game. Which is pretty tricky, because it's hard to work out what uncommented assembly is supposed to do.

Previously, various modders have slowly built up individual notes on bits of the code, but these notes are quite limited and not shared. Now, thanks to Scient's hard work and the fortune of finding a version of the code with unobfuscated function names, we're now almost ready to publish a new database that documents how the game code works in more detail than ever before.

This database isn't of direct use to most players, but, combined with a decompiler and PRACX, it will lower the barrier of entry for modders and will allow more ambitious mods to be developed.
http://alphacentauri2.info/index.php?topic=14141.msg93563#msg93563

---

Someone asked me what the practical utility of this project was for the average user. scient replied:
scient said:
From the stand point of someone non-technical it probably means little. For modding? I hope it to be a cornucopia of information. You want to mess around with scroll bars? Easy. You want to see all the functions related to the infographic windows at bottom of main window? Done. You want to poke around all the diplomacy or battle code? Or perhaps the internal structure of a "unit" stored in memory and all the references to a unit's status? Done. Stuff like this and much more. The goal for me at least is to have a fully marked up database that could be used to start decompiling whole portions of the game.
http://alphacentauri2.info/index.php?topic=14141.msg94937#msg94937

...In short, it opens a lot of horizons for modding things that couldn't be modded before - provided the cooperation of a techie. For most of us, it means more new playable content...
 
Top Bottom