Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
First, it makes ski resorts essentially nonviable, as they can only be built by the ultra-expensive tycoon unit. Paying a thousand gold (or more!) for a single amenity is hard to justify in almost any case.
Second, the AI spams tycoons more than it should, and it usually has a dozen or so kicking around its land by the endgame. This costs the AI a ton of gold and adds a bunch of clutter to the map.
It'd be good if the mod creator could fix these issues. The first one would be easy enough, while I'm not sure if the second one is doable at all, outside of perhaps banning the AI from buying these units (which would probably be worthwhile, given how wasteful they are). Until then, I'd recommend people stay away from this mod.
I fixed it by commenting line 38 of MonopolyPlus.modinfo: <Criteria>Monopolies_Mode</Criteria>, so the text file gets applied regardless.
INSERT INTO Unit_BuildingPrereqs
(Unit, PrereqBuilding)
SELECT 'UNIT_LEU_TYCOON', BuildingType
FROM Buildings WHERE BuildingType = 'BUILDING_JNR_DRAGON_KILN';
Anyway, I cheated my way through the tech tree to test it and voilá, the units appear in the production list.
i also use Unit List Enforcement, and I suspect there may be an incompatibility (that mod changes building requirements).
Yea, I thought about that, but would really rather just have multiple industries in the same city so I don't have to resource share.
You could always use a nearby city to re-assign any of the extra luxury tiles and create new Tycoon(s) in that city, try it!
Is there an option in this mod or separate mod altogether that allows for a city to have 2 different luxury resource industry improvements? I have a city in one game that is surrounded by 2 sets of 3 different luxury resources (spawned naturally, I didn't cheat place them), but I can only build 1 industry improvement, and I would love to put one on all 3!
Maybe it's a conflict although I doubt it since this is my only real gameplay mod, the other ones are UI mods.
monopolyPlus_units.sql in line 341 ... U have to delete the "(" there ... than save!
If you want to restore the tycoon units Workshop prerequisite, all you have to do is go into monopolies_units.sql and UNCOMMENT OUT the lines that add the workshop prerequisite and it will work properly.
If you want the mod to work as the author intended where the Tycoon unit is liberated from it's building prerequisite while using JNR's industries expanded, open the JNR compatibility sql file and COMMENT OUT or delete the lines of code that add the manufactury as a building prerequisite and......
VOI LA! Mod fixed to your preference....