Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.