OrionVeteran
Deity
I have been up all night trying to configure a new mod to load OGIGameUtils.py in BUG, but it fails every time.
Everything else is working perfectly.
I get the following error:
Line 11 is:
This is what is in the log file:
What do I have to do to get my OGIGameUtils.py to load properly in BUG?

I get the following error:
Code:
BugConfig - failure parsing C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\Beyond the Sword\Mods\MineWarfare4\Assets\Config\OGIGameUtils.xml at line 11
Line 11 is:
Code:
<gameutils module="OGIGameUtils" class="OGIGameUtils" override="True"/>
This is what is in the log file:
Code:
Traceback (most recent call last):
File "BugConfig", line 110, in unknown_endtag
File "BugConfig", line 334, in endChild
File "BugConfig", line 337, in end
File "BugConfig", line 318, in process
File "BugGameUtils", line 405, in handle
File "BugUtil", line 650, in callFunction
File "BugUtil", line 629, in lookupFunction
File "BugUtil", line 623, in lookupModule
ConfigError: No such module 'OGIGameUtils'
What do I have to do to get my OGIGameUtils.py to load properly in BUG?