diff --git a/README.md b/README.md index 5bd902c..9522e9b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# SM64SaveEditor -Super Mario 64 - Save Editor +# Super Mario 64 - Save Editor + +This is a save editor for Super Mario 64. It is compatible with saves of the Nintendo 64 version and the PC port. + +## Requirements + +The program runs on Windows and Linux and requires a GPU compatible with OpenGL 3.3. + +## Features + +- It can edit save files from the Nintendo 64 and PC versions of the game. +- If a save slot is corrupt the program might be able to recover it. Just open the save file and save it again. +- Can unlock a 100% completed save in any slot. + +## Screenshots + +![](sm64-editor.png) \ No newline at end of file diff --git a/sm64-editor.png b/sm64-editor.png new file mode 100644 index 0000000..0649332 Binary files /dev/null and b/sm64-editor.png differ