https://github.com/programminglaboratorys/fnaf-world-save-editor
visual way to modify the famous game FNaF World save file
https://github.com/programminglaboratorys/fnaf-world-save-editor
Last synced: 25 days ago
JSON representation
visual way to modify the famous game FNaF World save file
- Host: GitHub
- URL: https://github.com/programminglaboratorys/fnaf-world-save-editor
- Owner: programminglaboratorys
- License: gpl-3.0
- Created: 2025-04-21T22:53:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-28T07:22:05.000Z (about 2 months ago)
- Last Synced: 2026-04-28T09:23:00.427Z (about 2 months ago)
- Language: Python
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
be able to edit the fnaf world save files live
all in python and pygame
⚠️WARNINGS
- editing files might introduce side effects
- not responsible for any corruption for your save files! edit by your own risk
be aware!
don't report them to game devs because the player is never meant to edit the save files! also don't report them to me, in game side affects are not related to the file editor nor they're my problem. thanks.
### SITES
places where I would release fwse or do devlogs
- [fwse at gamejolt](https://gamejolt.com/games/fwse/976580)
- [fwse at github](https://github.com/programminglaboratorys/fnaf-world-save-editor)
# TODO
- Basic
- [x] globals
- [x] animated objects
- [x] following fnaf world style
- [ ] loading game save file in a separate thread
- [ ] pure keyboard controlls
- [ ] pure mouse controlls
- [ ] Character Store
- Main Menu
- [x] slot buttons
- Editor
- [x] character box display
- [ ] editing characters level/xp
- [ ] editing accessed areas
- [ ] save button
- [ ] characters grid
- [ ] bytes frame
- [ ] chips frame
- [ ] allow raw editing
- [ ] cheese 🧀
- Other
- [ ] setting to restart game frame upon changes