View Full Version : Python


killbot
Nov 01, 2005, 12:52 PM
Does anybody know how to get into civ4's python files? I would be very happy to know.

BrentRitchie
Nov 01, 2005, 01:12 PM
The Python files are in the \Assets\Python directory most are plain text you can use Notepad on these. others with an extension of .pyc are complied and I believe can be disassemled using the python development toolkit.

but if you see the extension .py then you are in the clear. Anyone know for sure if the .pyc files can be disassembled for sure?