I am having a problem with the UI not showing up:
> I have checked the language setting and it is English.
> I am running BtS 3.17
^^^ x2

I am having a problem with the UI not showing up:
> I have checked the language setting and it is English.
> I am running BtS 3.17
Using the Civ 4 Gold Edition w BtS expansion.
We have found that Civ4 Gold uses a different set of registry keys. Can you please export your registry subtree starting at Firaxis Games:
Hopefully I can figure out a way to make BugPath (the file that is failing) smart enough to check for Civ Gold and Complete versions.
- Open regedt32 (Start : Run..., then enter "regedt32" without quotes and hit OK)
- Expand HKEY_LOCAL_MACHINE
- Expand SOFTWARE
- Right-click Firaxis Games and select Export
- Enter a file name and location
- ZIP the file
- Post it here or PM it to me
Attached is the zip file of the reg subtree.
HKEY_CURRENT_USER
Software
Microsoft
Windows
CurrentVersion
Explorer
Shell Folders
Personal
From the registry file . . .
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Firaxis Games\...
WTH? Is this Windows on Windows or something? There's no Firaxis Games subtree directly under SOFTWARE? I thought perhaps the subtree within it had a different name, but it's actually located somewhere else. This can be fixed for you specifically, but not for the general case.
Oh, looking at BugPath.py I see that I forgot that I fixed the CivGold issue long ago. The problem is that BUG cannot find your My Documents folder using the registry. Can you please use regedt32 to see if the following registry key exists?
Code:HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Explorer Shell Folders Personal
If not, how close is that key to what you have?
There is a Shell Folders, but the only objects in there are "(Default)" and "!Do not use this registry key"
myDocuments = __getRegValue(_winreg.HKEY_CURRENT_USER,
r"Software\Microsoft\Windows\CurrentVersion\Explorer\[COLOR="YellowGreen"][B]User [/B][/COLOR]Shell Folders",
"Personal")
Ooh! Let's use that!
To fix your issue, open [Custom]Assets/Python/BUG/BugPath.py with Notepad (use Open With...) and search for "Personal". Change the line right before it by inserting "User " into the string. Make sure to insert a space as well.
Code:myDocuments = __getRegValue(_winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\[COLOR="YellowGreen"][B]User [/B][/COLOR]Shell Folders", "Personal")
Playing as the Japanese and have Taoism as my state religion.
New units stopped getting the the Martial Arts promotion after I researched Scientific Method.
Also even before SM the only units that got Martial Arts were melee units, it was not applied to all units as the text indicated.
Not sure if these are bugs or features.![]()
SM is when Monastaries become obsolete. The Taotian Monastery is what provides the Martial Arts bonus, I'd imagine that would be why it went kaput.![]()
@zappara - in 2.5 I can still build walls after I build high walls.