No, no messages appear on the screen. I have set it up as a Mod.
I found the log file it give the following error message in every turn:
load_module TrainingBarracks
load_module pickle
PY:OnInit
load_module CvTranslator
load_module CvGameInterface
iTurn: 40
Traceback (most recent call last):
File "CvEventInterface", line 23, in onEvent
File "CvCustomEventManager", line 33, in handleEvent
File "CvEventManager", line 164, in handleEvent
File "CvCustomEventManager", line 96, in onBeginGameTurn
File "TrainingBarracks", line 16, in onBeginGameTurn
NameError: global name 'theGame' is not defined
PY:City Washington's culture has expanded
iTurn: 41
Traceback (most recent call last):
File "CvEventInterface", line 23, in onEvent
File "CvCustomEventManager", line 33, in handleEvent
File "CvEventManager", line 164, in handleEvent
File "CvCustomEventManager", line 96, in onBeginGameTurn
File "TrainingBarracks", line 16, in onBeginGameTurn
NameError: global name 'theGame' is not defined
I think it fails over the following line in your:
playerList = theGame.getCivPlayerList()
But It seems that I'm the only one who has this problem, or not?