安裝 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!