I posted in the AI Autoplay thread but maybe it's better to post here...
I'm having trouble merging AI Autoplay with BUG 4.1. Specifically this is for PIG Mod but I don't think that matters.
The Python folder in the mod is based off the BUG 4.1 Python folder.
From there, I copied the following 3 files from the Better AI Mod...
Python\Development\ChangePlayer.py
Python\Development\Test.py
Python\Optional\AIAutoplay.py
to their respective locations in the Python folder for PIG (which basically has all the BUG python in it already).
At this point, if I run the game, the game interface loads properly
etc. but it's pretty clear AI autoplay is not being loaded because you can't use ctrl+shift+x or use it from the python console.
How can I make the BUG python files see the 3 files from better AI? Do I need to put them in the Contrib folder? Do they need anything added to them to make them work with the way BUG handles its python?
I did my best to search for this but it seems most who tried to merge AI autoplay with BUG did it some time ago, with an older version.
My PythonErr.log file is empty.
I've attached the entire Python folder as it currently exists in my mod.
Thanks in advance.
EDIT... Problem fixed, so attachment removed.
I'm having trouble merging AI Autoplay with BUG 4.1. Specifically this is for PIG Mod but I don't think that matters.
The Python folder in the mod is based off the BUG 4.1 Python folder.
From there, I copied the following 3 files from the Better AI Mod...
Python\Development\ChangePlayer.py
Python\Development\Test.py
Python\Optional\AIAutoplay.py
to their respective locations in the Python folder for PIG (which basically has all the BUG python in it already).
At this point, if I run the game, the game interface loads properly

How can I make the BUG python files see the 3 files from better AI? Do I need to put them in the Contrib folder? Do they need anything added to them to make them work with the way BUG handles its python?
I did my best to search for this but it seems most who tried to merge AI autoplay with BUG did it some time ago, with an older version.
My PythonErr.log file is empty.
I've attached the entire Python folder as it currently exists in my mod.
Thanks in advance.
EDIT... Problem fixed, so attachment removed.