Recent content by DarkAnt

  1. D

    Python wrapper question

    I'm still getting the same error, but with your input I think I'll be able to figure it out.
  2. D

    Python wrapper question

    That looks to be exactly what I was looking for. Thanks
  3. D

    Python wrapper question

    I added a function to CyUnit in the sdk. CyUnit is the python wrapper class for CvUnit. I don't know how/what python does with this file, all i know is that the simple function i created makes civ4 crash hard. So basically, how does python use this wrapper and where?
  4. D

    CvGameCoreDLL_DEBUG.dll

    I'm very familiar with c++ and breakpoints happen to be some of my best friends:P Everything works. Thanks what a hard crash from civ4 though...had to go into sleep mode and boot back to the windows screen to get out of it.
  5. D

    CvGameCoreDLL_DEBUG.dll

    I'm sure I can find the problem, but it would be easier if I knew how to use the debug.dll
  6. D

    CvGameCoreDLL_DEBUG.dll

    Its definately the sdk, but it could be something that I did within the sdk that is causing the xml or python to fail. I haven't messed with the xml or python files yet.
  7. D

    CvGameCoreDLL_DEBUG.dll

    I would like to use this, but I don't know how. I've got a mod that crashes as soon as the first units are spawned, but I'm not sure about it. I could comment out code until I find the problem, but I think the debug.dll would give me some extra info to narrow it down. Unfortunately, I don't know...
  8. D

    Help

    Descriptive title eh?;) I want to know where the missions listed in the CIV4MissionInfos.xml files are actually applied to units. More specifically this one --> MISSION_FOUND. What I'm looking for is where in the code does it tell civ4 that so and so unit can perform the sentery mission or...
Back
Top Bottom