安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










From what i can remember MaxGremlinsAmount is how many gremlins the entire facility can give when fully staffed, so each slot will give 1 gremlin, so if you set that to 8 each slot should give 2 gremlins.
The handicap will apply a penalty to how many gremlins the engineer can give, so if the engineer's level is 5, they would give 2 gremlins, because the handicap is -3. Tho i'm not sure what this does exactly, i haven't looked at the code in ages.
I think i was working on a better version of this mod that required some Highlander changes to deal with the limitations with "Gremlins Anywhere", if you're using any mods that changes facility slots you shouldn't use this feature.
; Toggles between Vanilla Gremlins amounts and the below user defined values
GremlinsVanilla = true
MaxGremlins = false
MaxGremlinsAmount = 4
; The vanilla max 1 engineer can give in Gremlins is 7, there's a handicap of -3 applied
GremlinsHandicap = false
GremlinsHandicapAmount = -3
Those are the default settings I found in the .ini file.
I want to have 8 gremlins in a fully staffed workshop with four engineers. I understand that the last two engineers don't give gremlins so the first two will have to give four each. But don't the above settings already provide that or am I reading it wrong?
Excellent. Thanks for telling me about this. Even if the extra 2 Engineers don't give Gremlins, I can just edit the 2 that do to have 4 Gremlins each and just pretend they are from the other 2.