Recent content by Zaragon

  1. Z

    [SDK] Problem with enabling interface buttons after SDK change

    I really thought I'd posted up here when I got it working, but apparently not. It turned out that something was corrupted--and now it's been almost 2 years and I don't remember what it was for sure, but I think it might have been the saved game I was using to test it. The final code which...
  2. Z

    [SDK] Problem with enabling interface buttons after SDK change

    Nightingale, thanks for the tip on GC.getDefineINT. I've got a few other places I've used that so I'll implement your suggestion there as well. Regarding the corporation spread issue, I've inspected the code in CvUnit::canSpreadCorporation() by attaching the debugger to the running process...
  3. Z

    [SDK] Problem with enabling interface buttons after SDK change

    Hi all, I've done a lot of SDK modding (I'm far more comfortable with C++ than I am with application-level python code). I've recently made an SDK change that seems to work, but the interface buttons don't seem to have gotten the message. I'm trying to modify the way corporation interact with...
Top Bottom