安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
you cannot do this in default single player, because you can not set the AI difficulty and your own difficulty separatly there.
You can though create a multiplayer game (like LAN for example) where you are the only human player and put yourself on warlord and the AI players to emperor.
Hope this helps!
I'm happy to receive feedback from you, especially because i have not been playing Civ 6 very much recently.
It should be possible to finetune the yields better ;-)
P.S.: Regarding your suggestion with deity = normal player yields etc.: I find it very usefull to not only have positive bonuses, but also have negative ones! If your friends can just handle a King or Emperor AI with a big bonus, then it is also possible for player that can defeat deity with ease to play with them, selecting a penalty. This allows for a bigger gap.
(Deity = normal player yields
Immortal = +5%
Emperor +10%
etc.)
Other than that: great mod idea! It helped my friends who were new to civ but now a boost of +15% or +30% is just too big
i just startet a new game with Emperor difficulty and it worked as intended.
- Did you set the Emperor-Difficulty on yourself? (setting the AI-difficulty or other players does not have any effect on your yield)
- If that did not help: which gamemode/addon etc. did you choose? Did you play only with your friend or with other AI, too?
Changing the numbers inside the script file does only effect newly created games. Old save games are keeping the old db-entries, despite the db-files containing the new values already. Seems like the game-configuration is kept inside the save game file itself, but i dont know for sure.
('CULTURE_YIELD_DIFFICULTY_SCALING_PLAYER', 'YieldType', 'ARGTYPE_IDENTITY', 'YIELD_CULTURE', '', 'DIFFICULTY_SETTLER'),
('CULTURE_YIELD_DIFFICULTY_SCALING_PLAYER', 'Amount', 'LinearScaleFromDefaultHandicap', 0, 0, 'DIFFICULTY_SETTLER'),
('CULTURE_YIELD_DIFFICULTY_SCALING_AI', 'YieldType', 'ARGTYPE_IDENTITY', 'YIELD_CULTURE', '', 'DIFFICULTY_SETTLER'),
('CULTURE_YIELD_DIFFICULTY_SCALING_AI', 'Amount', 'LinearScaleFromDefaultHandicap', 10, 0, 'DIFFICULTY_SETTLER'),
Could you plz tell me how to do that?
Do you know how to make this line effect AI as well?
Do I just replace PLAYER with AI?