Update README.md

This commit is contained in:
Jack Reed 2020-08-03 12:05:26 -07:00 committed by GitHub
parent 1e5b261cd6
commit 42709f1d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# ShiningEditor
Shining Editor is a Genesis / Mega Drive save state editor that allows a user to edit save states for Shining in the Darkness. Eventually I would like to add support for Shining Force and Shining Force 2 save states.
Shining Editor is a Genesis / Mega Drive save state editor that allows a user to edit save states for Shining in the Darkness and Shining Force. Eventually I would like to add support for Shining Force 2 save states.
This project was written in C# using Visual Studio 2017. The program currently works with save states for Shining in the Darkness that were generated from the Fusion364 emulator (.gs0, .gsx files). *Make sure to create a backup of your save state file before editing just in case something doesn't go quite right.
This project was written in C# using Visual Studio 2017. The program currently works with save states for Shining in the Darkness and Shining Force that were generated from the Fusion364 emulator (.gs0, .gsx files). *Make sure to create a backup of your save state file before editing just in case something doesn't go quite right.
This editor allows the user to modify the gold, experience, and character stats for characters in the game.
This editor allows the user to modify the gold, experience, and character stats for characters in the game. The editor for Shining Force save states also displays the character's current items and magic. Updating item and magic in Shining Force is not present at this time.