Recent content by vorius

  1. V

    What do i do about warring city states

    I got in a war with a civ that loves city states, so i got a bunch of little annoying ones near by borders. I went and beseieged one, hoping that by winning the siege the game will give me an option to force peace somehow and I wouldnt actually have to take the city, or at least be able to...
  2. V

    How is AI able to get so many missionaries?

    That was built a long time ago in this game More: Their capital only produces 7 faith per turn The civ that built Borobudur was Japan not Siam Japan seems to be the only civ able to do a pretty good job keeping their cities mostly their own religion. Religion stats for this game: Siam's...
  3. V

    How is AI able to get so many missionaries?

    http://steamcommunity.com/sharedfiles/filedetails/?id=318262141 5 Siamese missionaries coming through my area.. wtf? How is that possible? Somehow they quickly enveloped the entire world with their religion, I am struggling to just keep one of my non-capitol cities from going to their...
  4. V

    Can the map generator be modded?

    Anyone know if the map generation scripts are moddable like in Civ 4? I remember someone made some awesome map generator scripts, like one of my favorite was a Highlands map which had lots of small lakes and mountain ranges splitting up the map all over the place. Was alot of fun working...
  5. V

    save game does not like my new building

    Hmm I guess that error is exactly what's going on - I just used FRAPS to capture a movie of myself loading the game and using it I was able to pause on the frame which displayed those error message which flashed too quickly to be seen before. One popup on the upper right: "Load Failed"...
  6. V

    save game does not like my new building

    I added a new building to my game - a Lumber Factory, which is basically the next level up from Lumber Mill which provides a 50% production bonus just like a Cigar factory or a Textile Mill would. If I start a new game, it seems to work fine. But when I try to load a saved game it crashes...
  7. V

    How do I debug Civ 4 ???

    Hmm, well I haven't changed anything really. All I did was after installing VS 2003 Pro I opened the project file which came with Civ4 (vanilla Civ4) and hit the Build Solution hot key. I did not touch anything with the configuration at all and I did not make any code changes. It had no errors...
  8. V

    How do I debug Civ 4 ???

    Hmm, I do not have a "Final Debug". My only options are: "Debug" "Debug FxsMemory" "Final Release" "Release" "Release FxsMemory" These are from the project file: C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\CvGameCoreDLL\CvGameCoreDLL.vcproj And Debug FxsMemory produces a DLL...
  9. V

    How do I debug Civ 4 ???

    And then, if I take the cheaters route and throw those boost DLLs into my WINDOWS\System32 directory I get this error instead:
  10. V

    How do I debug Civ 4 ???

    Well, I found my old copy of VS 2003 and installed it- damn never had this many version of VS on one machine- and you were right, I was able to load the existing vcproj project file and compile it right away- no errors. I was in DEBUG configuration and it generated a CvGameCoreDLL_DEBUG.dll file...
  11. V

    How do I debug Civ 4 ???

    Hey, thanks for your helpful reply. Unfortunately it seems my situation is much different from the one described in your PDF. I guess I could just download the VS 2003 express version and everything but I was really hoping I could use my current versions of VS. Wait, would it even be...
  12. V

    [mod] Warlords: Total Realism 2.3a

    Hey, is the source code under here: https://svn.sourceforge.net/svnroot/civ4mods/trunk/civ4.mod.realism/src/mod/Realism/ the latest code which I would be using now, as 2.3a plus the DLL patch? I am planning to setup a TotalRealism project on my PC to debug why my savegames are crashing.
  13. V

    How do I debug Civ 4 ???

    Hello, I would like to be able to debug an error I am getting in Civ4 during a save game which is reproducible 100% of the time. I have both Visual Studio 2005 and 2008 Pro and when the error occurs I get a prompt to debug the code. Now I'm very familiar with using the debugger to debug...
  14. V

    [mod] Warlords: Total Realism 2.3a

    Thanks man. Just out of curiosity, how does one go about debugging something like this? Is there a way to run the game in Windowed mode so that when the game throws an exception you can then open your debugger as normal without these problems that occur when the game is in exclusive mode?
  15. V

    [mod] Warlords: Total Realism 2.3a

    I've got a savegame which keeps crashing on me. I tried using the updated DLL but it's not solving it. What should I do? I have Visual Studio installed and I see in my Taskbar that it gets activated to debug the instance of Civ4 but Civ4 remains in exclusive mode so I cannot do anything with...
Top Bottom