Problems merging a Mod containing Bug and CivSpecific Great People mod

Unfortunately, BugUtil was initially a catch-all for many unrelated utilities in BUG. Were I to write it now I would split it up into several modules, but that's not in the cards. You can try using it separate from BUG with a little fixing here and there. If you're lucky, it will work directly.

As for the GP, you could probably get away with moving the event log message to after the greatPersonBorn event. This way your Python event handler would assign a name and then the SDK would put it on the screen and into the event log.
 
Top Bottom