REQUEST Idling to Rule the Gods (Steam version)
Re: REQUEST Idling to Rule the Gods (Steam version)
I might be do to the Just In Time compiler. I build the table in a way that is not very ressiliant to updates, but on the other hand it shouldn't break the game. All scripts test if the bytes that I want to change are the bytes that are expected, otherwise the script fails to activate.
I have no Idea why you got the message about the challenge, the script should skip over all checks in the function ..
I have no Idea why you got the message about the challenge, the script should skip over all checks in the function ..
Re: REQUEST Idling to Rule the Gods (Steam version)
There's one additional thing I'd love to manipulate: the upgrade levels of monuments.
Normally you can build only five levels until you have killed Baal.
Can the limit value be changed to a bigger number, or unlimited?
Normally you can build only five levels until you have killed Baal.
Can the limit value be changed to a bigger number, or unlimited?
Re: REQUEST Idling to Rule the Gods (Steam version)
As far as I know there is no such limity you should be able to upgrade monuments after defeating Freya.
I'll add a new table version to my first post with scripts for monument creation and some start on the divinity generator. Sadly there is no "no creation cost for monument upgrades" script because I can't figure out how to properly deal with method overloading, but that should not be a problem since I added a "zero buy cost" script for creations
I'll add a new table version to my first post with scripts for monument creation and some start on the divinity generator. Sadly there is no "no creation cost for monument upgrades" script because I can't figure out how to properly deal with method overloading, but that should not be a problem since I added a "zero buy cost" script for creations
Re: REQUEST Idling to Rule the Gods (Steam version)
Oh! I mean that the EFFECTS stop after five levels.
Killing Baal II gives another five levels and so on. Yeah you can build them undefinitely, but the version of Baal killed limits their effect.
Killing Baal II gives another five levels and so on. Yeah you can build them undefinitely, but the version of Baal killed limits their effect.
Re: REQUEST Idling to Rule the Gods (Steam version)
I haven't looked at the code, but the tooltip suggests that the five level cap that you mention, is the multi that you carry over after a rebirth.
Everything upgrade should count for your current run regardless of level
Everything upgrade should count for your current run regardless of level
Re: REQUEST Idling to Rule the Gods (Steam version)
Hmm. Yes.
After 24 upgrade levels and only Baal I killed, I don't see any change to multis anymore.
I wonder, can that rebirth multiplier been raised higher with CE.
After 24 upgrade levels and only Baal I killed, I don't see any change to multis anymore.
I wonder, can that rebirth multiplier been raised higher with CE.
Re: REQUEST Idling to Rule the Gods (Steam version)
There is no such thing as a cap, I looked at the code.
This is the code that calculates the current multiplier of a monument upgrade
Also my multiplier is ever increasing, I created this two screenshots after each other (at around 200k upgrade levels)
This is the code that calculates the current multiplier of a monument upgrade
Code: Select all
if (this.Level == 0)
{
return 1;
}
return 5 * (this.Level * this.Level) + 10 * this.Level;
Re: REQUEST Idling to Rule the Gods (Steam version)
(rebirth) 11.44 (maxed at 11.44)
What does that mean then?
What does that mean then?
Re: REQUEST Idling to Rule the Gods (Steam version)
It means that the current bonus (that you take with you to the next rebirth) from this uprade would be 11.44. Maxed at 11.44 means that you currently can't take more bonus than 11.44 to your next rebirth, so any upgrade that you build after that only benefits your current reincarnation.
The big number with now in parenthesis is the bonus that I have right now
The big number with now in parenthesis is the bonus that I have right now
Re: REQUEST Idling to Rule the Gods (Steam version)
Can the mentioned bonus cap (taken to the next rebirth) be raised without a rebirth, with CE?
Re: REQUEST Idling to Rule the Gods (Steam version)
Yes it can be modified. I uploaded a new table with two new options: one to raise the cap and one to ignore the cap
Re: REQUEST Idling to Rule the Gods (Steam version)
It should be sufficient to activate the codes and close CE without deactivating the codes. If you restart the game you need to reapply the codes though
-
- Expert Cheater
- Posts: 170
- Joined: Sat May 01, 2021 9:41 pm
- Reputation: 5
Re: REQUEST Idling to Rule the Gods (Steam version)
Hey, ty for the awesome hack! Is it possible to also make dungeon team CDs instant like in campaigns?
-
- What is cheating?
- Posts: 2
- Joined: Mon May 03, 2021 12:40 pm
- Reputation: 0
Re: REQUEST Idling to Rule the Gods (Steam version)
Any chance of instant dungeon completion? KH Trainer has one, but it's either outdated or just doesn't work for the steam version.
Thanks for the great work you've already done.
Thanks for the great work you've already done.
Who is online
Users browsing this forum: Google Adsense [Bot], LIOBOSS, sweetim