Merging Python wonders

Ferocca

Warlord
Joined
Nov 21, 2011
Messages
179
Hi, I have a simple question:
If you have multiple python wonders (downloaded from here), can you just copy-paste the new Python codes into the EventManager python file, or do you somehow have to merge them? Thank you!
 
Copy + paste at the right place is exactly what you have to do ;).
But attention: In Python the whitespaces matter!
You have to copy all the whitespaces to properly merge the python files, even if they are in front of one of the copied lines.


Another thing which you should do:
In My Documents\My Games\BtS\Civilization4.ini, change
PHP:
; Set to 1 for no python exception popups
HidePythonExceptions = 1

to 0. Because only then you'll get error popups in case something goes wrong.
 
Back
Top Bottom