Skip to content

📼 Research repository for documenting and reverse engineering Celeste save files.

Notifications You must be signed in to change notification settings

frissyn/celeste-saves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 extension
    • The Celeste/Saves/ folder by default contains up to three savefiles
      • Starting at 0, each file represents a save in the displayed order
      • 0 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 strawberries
    • i.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
  • Aurora - Contributed to the FileTime Topic
  • Mnstrman06 - Contributed to the FileTime and Poem Topics
  • 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

About

📼 Research repository for documenting and reverse engineering Celeste save files.

Topics

Resources

Stars

Watchers

Forks