安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
So with the Embargo mod (if it can be use with your mod), they would react to "illegal" justifications by an embargo on you ? (lot of AI doing that)
All the time for every player and every AI doing "illegal" wars ?
(just wondering :p)
I would like to apply some defines to my mod, based on your changes, but there are some thing i cannot understand. Can you explain these defines?
A:
Why makes any difference your changes in the matter of this define value.
NDefines.NAI.PRODUCTION_MAX_PROGRESS_TO_SWITCH_NAVAL = 0.01
Beside the original values, the AI could manage make new refits and change the ship production?
Or it just a safety decision to prevent the possibility of this situation?
B:
I would like to ask, why this number is NDefines.NAI.REFIT_SHIP_PERCENTAGE_OF_FORCES = 0.0?
The Ai will do any refit with this option?
The REFIT_SHIP_RELUCTANCE was increased to 500 is this enough for the AI to do refits in general?
C:
PRODUCTION_EQUIPMENT_SURPLUS_FACTOR = 0.5 This means that the AI will stockpile millions of infantry equipment instead of vanilla AI who stckpile hundrends of thousands?
D:
NDefines.NAI.PLAN_MOVE_MIN_ORG_TO_ENEMY_PROVINCE = 20.0 not appears in the vanilla defines, Is this values works or not handled the game yet?
E:
NDefines.NAI.PLAN_MIN_SIZE_FOR_FALLBACK = 5000
The AI fallback line drawing was such a big issue for this necessary? Is this increase the stability of the frontlines?
F:
NDefines.NAI.ENEMY_NAVY_STRENGTH_DONT_BOTHER = 1000
If i use this value without the scripts, this value means that for example an ITA ai who loosed all ship against england, will suicidly plan naval invasions?
G:
NDefines.NAI.MISSING_CONVOYS_BOOST_FACTOR = 0.0
NDefines.NAI.CONVOY_NEED_SAFETY_BUFFER = 0
If i use only these raw defines, the AI wont replace thier convoys once lost?
Or it just controls that missing convoy production wont priorized over ship production?
Thats all :)
Thank you for the answers!
B: those changes prevent the AI from refitting. I just noticed that it caused some issues for the AI (at least in my mod) that just resulted in a waste of IC.
C: it means that it wants a stockpile equal to 50% of its fielded equipment before it reduces production.
D: I think it was removed from the base game in one of the 1.6 patches so it doesn't do anything anymore.
E: that's right. I think the AI using fallback lines does more harm than good.
F: yep
G: the mod controls the convoy production so these parameters disable the "game AI" from changing the convoy production
Is this true also for 1.6 version of EAI? I don't think it should, since now AI is quite adequate at submarine warfare.