Recent content by Lafferty

  1. L

    Civ4 documentation wiki

    Aye... We sure could use more help with the wiki. So if anyone is willing to create something useful you're welcome to do so. Since the wiki will also cover game concepts, rules and basically everything the civilopedia contains (list+description of technologies, units, promotions .... you name...
  2. L

    Patch News!

    This is not a memory leak. A real memory leak would result in the game eating up memory by just sitting there. What you describe could be easily explained by all Civs remembering every diplomatic contact (sort of history for the AI to check against when deciding future behaviour?). It may be...
  3. L

    Python Tip: More python modules

    Tested c-bindings with cx_bsdiff and it works fine. The cx_bsdiff modules provides binary diff and patch mechanisms and is compiled to a pyd (bsdiff.pyd) which contains the python bindings + dll. For bigger packages it might get a bit trickier but from digging through the differences of civ4...
  4. L

    Python Tip: More python modules

    If you want to add more python modules to Civ4 you can either manipulate the python path import sys sys.path.append('/path/to/whatever') or copy your module directly into one of the civ4 python path like for example 'System' This way i successfully imported the distutils from another...
  5. L

    Civ4 documentation wiki

    I use xnview to browse all images including DDS. You can batch convert into nearly any format from there as well. http://www.xnview.com/
Back
Top Bottom