Search found 22 matches

by dasmau89
Sat Mar 16, 2024 12:41 pm
Forum: Single Player Cheat Requests
Topic: Req :townsmen A kingdom rebuild
Replies: 45
Views: 35395

Re: Req :townsmen A kingdom rebuild

I created a simple pointer scan table for gold and crowns
TownsmenRebuilt.CT
(1.12 KiB) Downloaded 41 times
by dasmau89
Tue Feb 06, 2024 9:55 pm
Forum: Tables
Topic: Plants vs Zombies - GOTY CT+10
Replies: 8
Views: 53938

Re: Plants vs Zombies - GOTY CT+10

something quick I threw together: each sun collected gives 300 suns instead of 25. amount can be changed in script if needed
by dasmau89
Wed Jan 31, 2024 1:15 am
Forum: Single Player Cheat Requests
Topic: [REQUEST] Angel Legion
Replies: 3
Views: 1693

Re: [REQUEST] Angel Legion

I played a bit around with dnSpy and it seems that all of the computation/validation is taking place on the server side.
by dasmau89
Sun Nov 27, 2022 2:33 pm
Forum: Tables
Topic: Loop Hero
Replies: 65
Views: 76786

Re: Loop Hero

I created a small pointer table that can be used until somebody fixes the existing table

Version 1.155 on Steam
Loop Hero.CT
(9.91 KiB) Downloaded 1411 times
by dasmau89
Tue May 04, 2021 3:55 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

Re: REQUEST Idling to Rule the Gods (Steam version)

There you go.
You should be carefull though, the default is set to continue crafting which will result in you burning through all of your supplies (and no, I won't make a script that lets you ignore the cost)
by dasmau89
Mon May 03, 2021 4:49 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

Re: REQUEST Idling to Rule the Gods (Steam version)

Thank you for your kind words.

I don't play this game anymore, but I had a look and uploaded a new version that lets you finish a dungeon without spending the full time in it
by dasmau89
Mon Apr 26, 2021 8:58 pm
Forum: Single Player Cheat Requests
Topic: Crusaders of the Lost Idols
Replies: 29
Views: 16299

Re: Crusaders of the Lost Idols

I don't have an updated table, but you can find the level of a crusader pretty easily (4 Bytes)

Edit: there you go:
Crusaders of the Lost Idols.CT
(1.99 KiB) Downloaded 404 times
by dasmau89
Mon Apr 19, 2021 7:53 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

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
by dasmau89
Tue Apr 13, 2021 8:03 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

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
by dasmau89
Tue Mar 30, 2021 3:39 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

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 numb...
by dasmau89
Mon Mar 29, 2021 6:34 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

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 if (this.Level == 0) { return 1; } return 5 * (this.Level * this.Level) + 10 * this.Level; Also my multiplier is ever increasing, I created this two screenshots after ...
by dasmau89
Sun Mar 28, 2021 9:03 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

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
by dasmau89
Sun Mar 28, 2021 1:55 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

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...
by dasmau89
Sat Mar 20, 2021 8:17 pm
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

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 Ide...
by dasmau89
Sat Mar 20, 2021 1:00 am
Forum: Single Player Cheat Requests
Topic: REQUEST Idling to Rule the Gods (Steam version)
Replies: 319
Views: 173243

Re: REQUEST Idling to Rule the Gods (Steam version)

You're welcome.
I think I will play the game for a little while longer, so there might be an update or two to the table

Edit: and I added a new table to my first post