安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
This seems to be a SQL syntax error at the Gameplay level.
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!