Cookie Clicker – How to Open Console + Edit Save File

Cookie Clicker – How to Open Console + Edit Save File 1 - steamlists.com
Cookie Clicker – How to Open Console + Edit Save File 1 - steamlists.com

Table of Contents

Short tutorial on how to open console and edit game file.

 

Steps

  1. Open the location where the game is installed.
  2. Open the following file.
    Cookie Clicker\resources\app\start.js
  3. Move to the bottom and find the following code.
     

     

     win.loadFile(path.join(__dirname,'/splash.html'));
     setTimeout(()=>{
     win.maximize();
     win.loadFile(path.join(__dirname,'/src/index.html'));
     if (DEV) win.webContents.openDevTools();
     },1000*splashDur);
    
  4. 「if (DEV) 」

    Delete “if (DEV) “.

  5. Check that it is the same as the screenshot. 

     

    Cookie Clicker - How to Open Console + Edit Save File - 手順 / Steps - ACF4080

  6. Launch the game and make sure the console is displayed.

Cookie Clicker - How to Open Console + Edit Save File - 手順 / Steps - B62C511

Notes

  • When you exit the game, the close button on the window will not respond until you close the console.
  • If you want to put it back, just add the removed “if (DEV)” in the same place.

 

Written by hitsub[JP]

I hope you enjoy the Guide we share about Cookie Clicker – How to Open Console + Edit Save File; if you think we forget to add or we should add more information, please let us know via commenting below! See you soon!


Be the first to comment

Leave a Reply

Your email address will not be published.


*