安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
None the less, what is the issue? Is it crashing your game? Is the mod not working as intended? Is it clashing with the other mods i made? Have you tested this yet? Or is it you just don't understand the code? If its broken i can just remove this mod completely. I would rather do that then leave something broken up.
More so, because this is something i just don't have any interest in at this time.
Quite frankly, this was 7 years ago. I don't even have the mod or the game download on this PC, Nor the PC that i even did it on for that matter. Let alone remembering what lines where changed to what values and for what reason.
By all means, if you have the passion today to rework or just make your own mod for this, have at it. Its an open source code if i remember correctly, should be just fine.
; Chance of a new colin having a random starting-level perk
;PERK_RANDOM_CHANCE = 1000.00
Because the line with PERK_RANDOM_CHANCE has a semicolon (";") in front of it, the game will completely ignore it.Thus, this line does nothing, even though it says "= 1000.00".
; How often do any random events happen
EVENT_FREQUENCY_MULTIPLIER = 0.50, 1.00, 1.00, 1.00, 1.00
Argh! Why?
There is no semicolon (";") in front, so this line potentially affects game behavior. What's baffling is that this line is the same as the default value, so the only thing it can potentially change is to block the effect of mods like Faster events as they both try to alter the same thing.
I haven't tested this, but I suspect I might still get Faster events to work by having it either higher or lower in my mod list. But, at the least, this should've been mentioned in the description!
thank a lot by advance =)
This is a great mod, and I am very grateful for it. I couldn't imagine playing without it!
I even tired to get another round of perk selections. But that didnt work either, cant add any new lines as of yet.