BUG Mod options => Advisor => Technology [F6] => Speeds Up ...
is checked. But when I hover over a tech in F6 advisor I don't see the text about which tech will be speed up by extra pre-requisite.BULL 1.2 from https://sourceforge.net/projects/civ4bull/ is working because other features, like pre-chop are also working. I installed BULL by replacing original DLL. Other BUG options have effect.
I always played with BULL 1.2 and afraid that cost reduction on extra pre-requisites is not working for me... The popup text never changes the cost of a tech if I add extra pre-requisite with SHIFT-key queue commands...
Some code digging didn't show any contradictions:
Code:
My Games/Beyond the Sword/CustomAssets/XML/Text/BULL Misc Hovers Options.xml
<Tag>TXT_KEY_BUG_OPT_MISCHOVER__SPEDUPTECHS_TEXT</Tag>
<English>Speeds Up ...</English>
My Games/Beyond the Sword/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py
self.addCheckbox(screen, center, "MiscHover__SpedUpTechs")
civ4/bull/SDK/CvGameTextMgr.cpp
// BUG - Show Sped-Up Techs - start
if (bPlayerContext && getBugOptionBOOL("MiscHover__SpedUpTechs", true, "BUG_SPED_UP_TECHS_HOVER"))
How can I verify 20% tech reduction cost is applied? And fix BULL?