-
Notifications
You must be signed in to change notification settings - Fork 1
Save Formatting
Saves are formatted in a relatively simple way, a large array of numbers that the load function can read and understand. To view your save you need to view your Local Storage for the branch you're currently on. This can be done simply by entering the Inspect menu, finding Application on the top navbar, finding Local Storage on the new left bar, and finding one of 3 different saves, save, betaSave, and devSave. devSave is only written when development is active, if you're a casual user it means nothing.
The format for the save is simple, and the order is shown below. All values are their actual coded variable names, for the developers. List starts with 0 because its the way arrays are formatted. 0. cookies
- totalCookies
- cookiesPerSecond
- keyboardCPSGiven
- grandpaCPSGiven
- ranchCPSGiven
- tvCPSGiven
- workerCPSGiven
- walletCPSGiven
- churchCPSGiven
- keyboardsBought
- grandpasBought
- ranchesBought
- tvsBought
- workersBought
- walletsBought
- churchesBought
- keyboardCPSGain
- grandpaCPSGain
- ranchCPSGain
- tvCPSGain
- workerCPSGain
- walletCPSGain
- churchCPSGain
- upgrade0sBought
- upgrade1sBought
- upgrade2sBought
- upgrade3sBought
- upgrade4sBought
- upgrade5sBought
- upgrade6sBought
- keyboardUpgradeCost
- grandpaUpgradeCost
- ranchUpgradeCost
- tvUpgradeCost
- workerUpgradeCost
- walletUpgradeCost
- churchUpgradeCost
- cookiesPerClick
- cookiesBeenClickedTimes
- buildingsOwned
- grandmaPromptClicks
- hasCheated
- won
A .ccsave file is actually just a disguised .json file, and is relatively easy to read and edit. While it may be difficult to understand most of what this does remember they're all just numbers, and you'll probably be fine.