Celeste Saves
📼 Research repository for documenting Celeste savefiles. The documentation will extensively cover all the savefile nodes and paths. Currently a work in progress, don't mind what's missing.
Preliminary Information
Celeste savefiles are located at
Celeste/Saves/
The location of the game folder depends on your vendor (
Steam
,Epic Games
, etc.)
Savefiles are denoted by the
.celeste
extensionThe
Celeste/Saves/
folder by default contains up to three savefilesStarting at
0
, each file represents a save in the displayed order0
for the first save,1
for the second, etc.Celeste will display extra savefiles, provided they are numbered correctly.
The numbered savefile might not exist if the save has not been created in-game. (or it could be empty)
Savefiles are read, written, and parsed as XML 1.0** files
Savefiles can be edited manually to alter game behavior, stats, unlocks, etc.
Celeste does not run save file validations (as far as I have tested), so invalid values will either be ignored or cause abnormal game behavior.
i.e setting
TotalStrawberries
to an integer that is not the sum of each chapter's collected strawberriesi.e setting
LastSave
to a FileTime before the supported epoch.
Documentation Tree
Documentation of the savefile XML elements are listed in alphabetical order under SaveData. In-depth explorations of some elements or attributes can be found under Topics. Brush up on savefile terminology and definitions in the Glossary.
Credits
frissyn - Project Lead
Hydro0 - Donated her [115% / 202 Strawberries] savefile for research
The Celeste Discord Community - Contributing general game and savefile knowledge, thanks to the amazing people in there!
Related Projects
frissyn/berrydeck - Celeste Savefile Editor
EverestAPI/Everest - Celeste Mod Loader
CelestialCartographers/Loenn - (Better) Celeste Map Editor
CelestialCartographers/Ahorn - Celeste Map Editor
Last updated