SneoplesGov
Chieftain
- Joined
- Apr 25, 2016
- Messages
- 11
Hi! So I'm attempting to do a mod that would combine the 'Better BUG AI' mod by Fuyu with The_J's 'WarNPeace' script. This would allow me to create a mod with scripted war and peace events while maintaining the excellence of the BTS Unaltered Gameplay and Better AI mods.
This is where my problem comes in. Both the WarNPeace Script and the Better BUG AI mod have EventManager.py files. Whenever I simply add CvEventManager.py (WarNPeace) to the BUG mods Python file (which holds BUGEventManager.py), the WarNPeace script does not work correctly. I know absolutely nothing about Python, so I couldn't combine these two files if I tried.
If anyone would know how to do this (or even be kind enough to do it), I would be eternally grateful
.
Below are the two Python files.
This is where my problem comes in. Both the WarNPeace Script and the Better BUG AI mod have EventManager.py files. Whenever I simply add CvEventManager.py (WarNPeace) to the BUG mods Python file (which holds BUGEventManager.py), the WarNPeace script does not work correctly. I know absolutely nothing about Python, so I couldn't combine these two files if I tried.
If anyone would know how to do this (or even be kind enough to do it), I would be eternally grateful

Below are the two Python files.