@os79: I too had the problem of BUG screen taking forever, but never connected it to worker automations, although once pointed out I understood immediately. For those who don't, there are a bunch of worker settings and they are all displayed for every city you have. So, if you have built up a big empire with lots of cities BUG won't display until all of those have bee iterated through and stored in data. This can take a LONG time.
In /Assets/Python/BUG/Tabs open ANDAutomationsTab.py. Scroll down until you see: #Automate Worker Options:
Comment out everything after that and save file. Now BUG screen loads quickly. If someone were clever enough they could make this an option.
@strategyonly: the link you show is for a python file, not xml. And,
For all those trying to get rid of alt/ctl-O nag:
in Assets/config/BUG Main Interface.xml set Options Shortcut Reminder to default=False. It's the first one.
In /UserSettings/BUG Main Interface.ini set Options Shortcut Reminder = False. Again first one.
In /Assets/Python/Afforess/ANewDawnSettings.py change to the following:
def onLoadGame(self,argsList):
self.optionUpdate()
MainOpt.setShowOptionsKeyReminder(False)
def onGameStart(self,argsList):
self.optionUpdate()
MainOpt.setShowOptionsKeyReminder(False)
AND, in same folder, AutomatedSettings.py do the same as above. Bye, bye nag.
For all those trying to display the BUG help file, make the following folder:
Mods\Rise of Mankind - A New Dawn\Info
Copy all files from:
Rise of Mankind - A New Dawn\Docs\combined_mods\BUG_mod_Info
to the new Info file. Help file now loads. This is a HTML help file so you cannot actually see it unless you are running in windowed mode.
In BUGPath.py there is this line:
INFO_FOLDER = "Info"
So BUG is looking for a folder named Info, which is what I gave it. I am sure you could change the folder name in the python file, but I am too busy working on several things to follow this through, so took easy way out.
@All you RAND geniuses out there:
Now that I have helped a few of you out, how about some help with my shrinking city map problem. It's very annoying and getting worse.
@kwami: I'll bet you are right. I was skipping around in the tech tree to get military techs. Now I have pretty well caught up my techs I will test your idea. Do you know where to find the tree for each GP's techs?
Oh yeah! And Merry Christmas to all RAND addicts.