• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

TGA's Python Tutorial

Anyone know if there's a tutorial anywhere regarding making a CvEventManager (like from someone else's modcomp) into a CustomEventManager? That would help tons with mod-merging

Edit: Hmm, see, I was mainly interested in getting tsentom's legendary work into my mod, but my mod uses BUG and so my limited skill needs his stuff to be in a CustomEventManager in order for it to work with BUG. But according to tsentom, his stuff won't really translate to a CustomEventManager...so... :p Unless anyone knows a way that he didn't, nm I guess
 
Code:
HidePythonExceptions = 0
[COLOR="Red"]ShowPythonDebugMsgs = 1[/COLOR]
LoggingEnabled = 1
OverwriteLogs = 1
SynchLog = 1
RandLog = 1
MessageLog = 1
The ShowPythonDebugMsgs setting doesn't appear in my CivilizationIV.ini - is this an obsolete feature?:confused:
 
Hi!

I am still very beginner. I wanted to write an onBeginEndTurn event where it would say Hello World! message.
The event handler does not seem to be running.

Can you help? Maybe I need to configure something in the ini file.
 
Back
Top Bottom