More actions
(Created page with "{{Infobox Switch Homebrews |title=Metroid Dread Save Editor |image=metroiddreadsaveeditorswitch.png |description=This project is for the development of the save editor for Metroid Dread. |author=KhaosVoid |lastupdated=2021/10/29 |type=Save and Game Managers |version=2021.10.29.0 |license=BSD-3-Clause |download=https://dlhb.gamebrew.org/switchhomebrews/metroiddreadsaveeditorswitch.7z |website=https://gbatemp.net/threads/metroid-dread-save-editor.610110/ |source=https://gi...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Metroid Dread Save Editor | |title=Metroid Dread Save Editor | ||
|image= | |image=metroiddreadsaveeditornx.png | ||
|description=This project is for the development of the save editor for Metroid Dread. | |description=This project is for the development of the save editor for Metroid Dread. | ||
|author=KhaosVoid | |author=KhaosVoid | ||
Line 8: | Line 8: | ||
|version=2021.10.29.0 | |version=2021.10.29.0 | ||
|license=BSD-3-Clause | |license=BSD-3-Clause | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/metroiddreadsaveeditornx.7z | ||
|website=https:// | |website=https://github.com/KhaosVoid/MDSaveEditor | ||
|source=https://github.com/KhaosVoid/MDSaveEditor | |source=https://github.com/KhaosVoid/MDSaveEditor | ||
|donation= | |donation= | ||
}} | }} | ||
A WIP save editor for Metroid Dread. | |||
Currently, editing of the <code>PLAYER_INVENTORY</code> section in common.bmssv will allow for changing various equipment information, such as Missiles, Beams, Suits, Abilities, and Min/Max Energy, Missiles, and Power Bombs. | |||
==User guide== | |||
Get your game save from your Switch using your choice of save tool (e.g. [[Neumann Switch|Neumann]], [[EdiZon Switch|EdiZon]], [[Checkpoint Switch|Checkpoint]], [[JKSV Switch|JKSV]]). | |||
Copy your save to PC either using FTP or manually (please keep a backup of your save file just in case). | |||
Run the executable MetroidDreadSaveEditor.exe, then click "Open File". | |||
Browse to the location of the <code>common.bmssv</code> file you wish to edit, then click "Open". | |||
The values from PLAYER_INVENTORY will then be loaded. | |||
After making the desired changes, click "Save File". The loaded <code>common.bmssv</code> will be overwritten with the new values. | |||
< | |||
Copy the save back to your Switch. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/metroiddreadsaveeditornx.png | ||
==Changelog== | ==Changelog== | ||
''' | '''2021.10.29.0''' | ||
* | * This is the first release of the save editor for Metroid Dread. Currently, editing is limited to only the PLAYER_INVENTORY section in common.bmssv. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/KhaosVoid/MDSaveEditor | ||
Revision as of 03:42, 18 Haziran 2023
Metroid Dread Save Editor | |
---|---|
General | |
Author | KhaosVoid |
Type | Save and Game Managers |
Version | 2021.10.29.0 |
License | BSD-3-Clause |
Last Updated | 2021/10/29 |
Links | |
Download | |
Website | |
Source | |
A WIP save editor for Metroid Dread.
Currently, editing of the PLAYER_INVENTORY
section in common.bmssv will allow for changing various equipment information, such as Missiles, Beams, Suits, Abilities, and Min/Max Energy, Missiles, and Power Bombs.
User guide
Get your game save from your Switch using your choice of save tool (e.g. Neumann, EdiZon, Checkpoint, JKSV).
Copy your save to PC either using FTP or manually (please keep a backup of your save file just in case).
Run the executable MetroidDreadSaveEditor.exe, then click "Open File".
Browse to the location of the common.bmssv
file you wish to edit, then click "Open".
The values from PLAYER_INVENTORY will then be loaded.
After making the desired changes, click "Save File". The loaded common.bmssv
will be overwritten with the new values.
Copy the save back to your Switch.
Screenshots
Changelog
2021.10.29.0
- This is the first release of the save editor for Metroid Dread. Currently, editing is limited to only the PLAYER_INVENTORY section in common.bmssv.