Question #1:
In the readme of the 1.5 patch for RTW it says that academies now also have a use even if there is no family member in the city. Does anybody know what effect they have? And how big it is for academy, scriptorium, ludus magna?
Answer # 1:
The readme file is wrong. It says that the bonus was applied to the academy line of buildings, but this did not happen.
Here is how to apply this fix yourself:
1. Find your Rome – Total War/data/export_descr_buildings.txt. Make a backup copy of it in a safe place.
2. Find the following section:
building academic
{
levels academy scriptorium ludus_magnus
{
academy requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and building_present_min_level market market
{
capability
{
}
construction 3
cost 1600
settlement_min city
upgrades
{
scriptorium
}
}
scriptorium requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and building_present_min_level market forum
{
capability
{
}
construction 5
cost 3200
settlement_min large_city
upgrades
{
ludus_magnus
}
}
ludus_magnus requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and building_present_min_level market great_forum
{
capability
{
}
construction 6
cost 6400
settlement_min huge_city
upgrades
{
}
}
}
plugins
{
}
}
3. Change that section to look like this:
building academic
{
levels academy scriptorium ludus_magnus
{
academy requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and building_present_min_level market market
{
capability
{
law_bonus bonus 1
}
construction 3
cost 1600
settlement_min city
upgrades
{
scriptorium
}
}
scriptorium requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and building_present_min_level market forum
{
capability
{
law_bonus bonus 2
}
construction 5
cost 3200
settlement_min large_city
upgrades
{
ludus_magnus
}
}
ludus_magnus requires factions { carthaginian, eastern, parthia, egyptian, greek, roman, } and building_present_min_level market great_forum
{
capability
{
law_bonus bonus 3
}
construction 6
cost 6400
settlement_min huge_city
upgrades
{
}
}
}
plugins
{
}
}
Thank you to: Mindblank, the Stig, Sirius 21 and theplayer1.
Edit - Due to a question from Entwood, I have to add a disclaimer. This is NOT an official fix. CA has NOT endorsed this modification or this FAQ thread. This is a community discovered fix. Implementing it means that you are modifying your game. It will no longer be "vanilla." If you attempt this [simple] modification and mess up, it will be your fault, NOT CA's. With that said, it is a simple fix to make, and you can easily get a new copy of the export_descr_strat.txt from the downloads page here. You can also reapply the backup copy that every sensible person makes before modifying anything.
Edit No. 2 - theplayer1's unofficial bugfixer also takes care of this problem. There is a link in this thread to the bugfixer. It solves this and a whole host of other bugs and glitches in RTW & BI.
Bookmarks