Skip to content

v12: Next-achievement PP + Purchase Planner

Latest

Choose a tag to compare

@basedpolymer basedpolymer released this 29 Aug 08:39
· 1 commit to dev since this release

Cookie Monster with two additions, both aimed at picking the best next buy:

  • Next-achievement PP: the PP colour ranking now includes buying exactly up to each building's next achievement, with the milk/kitten bonus valued in the ΔCPS. Setting PPNextAchievement (Colours section), on by default.
  • Purchase Planner: Stats menu → Purchase plan computes a greedy sequence of your next N optimal buys (PlannerSteps setting, default 8, max 15). Takes 1 to 3 seconds per run; ignores golden cookies.

Install on Steam

Download CookieMonster-Steam-v12.zip below and extract it into
...\Steam\steamapps\common\Cookie Clicker\resources\app\mods\local\
so you get mods\local\CookieMonster\ with info.txt and main.js. Enable in Options → Mods, restart the game. Details in steam/README.md.

Install on web

Save this as a bookmark and click it with the game open:

javascript: (function () { Game.LoadMod('https://cdn.jsdelivr.net/gh/basedpolymer/CookieMonster@v12/dist/CookieMonster.js'); }());

Based on CookieMonsterTeam/CookieMonster (MIT), upstream dev at 7f06fd3. All credit for Cookie Monster itself goes to the Cookie Monster Team.