Offline cookies

Offline cookies

Why?


Offline cookies image 1

If you don't want to leave your game running all night to bake those precious cookies.

No mods, no save file tricks, just guide how to buy "Prefect idling" upgrade and keep it forever.

How?

Close the game.

Browse to local files of your installed game and open file:

...\SteamLibrary\steamapps\common\Cookie Clicker\resources\app\src\main.js

Find section (9090 line)

Game.RebuildUpgrades=function()//recalculate the upgrades you can buy

And just a little lower this piece of code:

if (!me.bought && me.pool!='debug' && me.pool!='prestige' && me.pool!='prestigeDecor' && (Game.ascensionMode!=1 || (!me.lasting && me.tier!='fortune'))) { if (me.unlocked) list.push(me); }

delete "debug" condition and move it to unlock condition, so this code will look like this:

if (!me.bought && me.pool!='prestige' && me.pool!='prestigeDecor' && (Game.ascensionMode!=1 || (!me.lasting && me.tier!='fortune'))) { if (me.unlocked || me.pool=='debug') list.push(me); }

Start the game, buy "Perfect idling" upgrade and save.

Close the game and revert your changes.

That's it.

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2594085823					

More Cookie Clicker guilds