Cookie Clicker

Cookie Clicker

104 ratings
Best Deal Helper MOD
By comet.jc
This MOD sorts buildings and upgrades by CPS-Acceleration ratio in game, add 💹 & ⏳ notations for each deal.
This mod does NOT disable achievements!

Features
1. Sort buildings and upgrades by CPS-Acceleration ratio* in game (toggleable)
2. Add normalized* CPS-Acceleration ratio (💹xxx%) for deals.
3. Add waiting time ⏳ for deals.

* CPS-Acceleration ratio: buildings/upgrades which can gain more CPS in less payback waiting time will have higher CPS-Acceleration ratio
* Normalized: For example [4, 3, 2, 1] will become [160%, 120%, 80%, 40%] in average 100%.

Report Issues
Leave message here, or report at https://github.com/jcppkkk/BestDealHelper/issues

Workshop
https://steamcommunity.com/sharedfiles/filedetails/?id=2689045003

MOD Guide
The origin mod page and more details:
https://steamcommunity.com/sharedfiles/filedetails/?id=2599418140
5
2
   
Award
Favorite
Favorited
Unfavorite
Screenshot
Installation
Math
The idea is similar to Cookie Monster's PP(payback period), but BestDealHelper focus on gaining most CPS in shortest time, which is to determine the ratio deltaCps / deltaTime for each in-store deal.

deltaCps is how much CPS we can gain after a deal.
let deltaCps = newCookiesPs - Game.cookiesPs;

deltaTime: deltaTime is payback time with new CPS; If the price is unaffordable, deltaTime also includes the waiting time before deal can be made.
if(price > Game.cookies) deltaTime = (price - Game.cookies) / cps + Game.cookies / newCps; else deltaTime = price / newCps;

The main difference between PP and CPS-Acceleration is that we take deltaCps into account.
return me.cpsAcceleration = deltaCps / deltaTime;
82 Comments
comet.jc  [author] Dec 21, 2021 @ 6:58am 
the game failed to upload my new version to existed workshop item so i create a new one:
https://steamcommunity.com/sharedfiles/filedetails/?id=2689045003
thejustinater Dec 20, 2021 @ 12:22pm 
@comet.jc Thank you king :steamthumbsup:
Gorax Dec 20, 2021 @ 9:45am 
@comet.jc Thank you.
thejustinater Dec 19, 2021 @ 11:31am 
@Gorax ↓ I second this! :winter2019surprisedyul:
Gorax Dec 19, 2021 @ 7:30am 
Hi, can you add this mod to workshop?
steven35 Sep 25, 2021 @ 7:55pm 
Thanks but the “CCSE” is miss cant download
Pr1nceFluffy Sep 23, 2021 @ 7:55am 
Reinstalling the new update helped to fix the numbers, but I wonder if the issue can be recreated still.
Pr1nceFluffy Sep 23, 2021 @ 7:50am 
Not sure if this was fixed in your most recent update, but my numbers completely screwed up after going full Grandma apocalypse. I was spamming the pledge purchases just for the achievement and sacrificial rolling pins. And now most of the purchases are at 0%; while the suggested light-blue purchase sits at 0.1%. Disabling and enabling the mod while restarting did not resolve the issue.
High speed, low drag Sep 22, 2021 @ 4:18am 
.13 fixed all issues, thanks
Zothos Sep 22, 2021 @ 1:59am 
did i have to download the mod again after a update? i am not good with this stuff