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
Yeah sorry for not specifying, but that's exactly how the other mod i mentioned worked, the F2 key was only used to disable the mod, and to enable it you had to go in the options (like yours)
I will have a look into it, I didn't actually know that you could detect input events inside a mod, although it does make sense. I might have a look into it and update the mod with something like that. Although it would probably be a 'disable only' hotkey, and you would still need to enable it manually in the mods tab. Thank you for the suggestion!
If you find line 142 in the file, it should be something along the lines of:
'if (Game.ascendMeterLevel > 0 && timeSinceAscent >= 8000) {'
And then modify the value that is checked against for the 'timeSinceAscent' to something like 40000, that would give you 40 seconds instead of 8 between ascensions.