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