[GH-ISSUE #628] [Feature Request] Add option to use simple filenames for save files using the filename of the loaded ROM file #98

Closed
opened 2026-03-03 13:45:41 +03:00 by kerem · 1 comment
Owner

Originally created by @kevh182 on GitHub (Dec 1, 2025).
Original GitHub issue: https://github.com/gopher64/gopher64/issues/628

Currently, the save files from gopher64 are saved as <game title from header>-<SHA256 Hash>.extension:

In order to bring in a save from another emulator/flash cart, you need to find the "game title" string from the header of the ROM file using a hex editor, calculate the ROM's SHA256 Hash, and rename the save file accordingly (as long as it doesn't require byte-swapping).

Legend of Zelda, The - Ocarina of Time (USA).z64 --> THE LEGEND OF ZELDA-C916AB315FBE82A22169BFF13D6B866E9FDDC907461EB6B0A227B82ACDF5B506.sra

[Request]
Add an option to use simple filenames for save files using the filename of the loaded ROM file.
Legend of Zelda, The - Ocarina of Time (USA).z64 --> Legend of Zelda, The - Ocarina of Time (USA).sra

This would make things easier to bring in saves from other emulators/flash carts/ MiSTer/etc.

Originally created by @kevh182 on GitHub (Dec 1, 2025). Original GitHub issue: https://github.com/gopher64/gopher64/issues/628 Currently, the save files from gopher64 are saved as `<game title from header>-<SHA256 Hash>.extension`: In order to bring in a save from another emulator/flash cart, you need to find the "game title" string from the header of the ROM file using a hex editor, calculate the ROM's SHA256 Hash, and rename the save file accordingly (as long as it doesn't require byte-swapping). `Legend of Zelda, The - Ocarina of Time (USA).z64` --> `THE LEGEND OF ZELDA-C916AB315FBE82A22169BFF13D6B866E9FDDC907461EB6B0A227B82ACDF5B506.sra` [Request] Add an option to use simple filenames for save files using the filename of the loaded ROM file. `Legend of Zelda, The - Ocarina of Time (USA).z64` --> `Legend of Zelda, The - Ocarina of Time (USA).sra` This would make things easier to bring in saves from other emulators/flash carts/ MiSTer/etc.
kerem closed this issue 2026-03-03 13:45:41 +03:00
Author
Owner

@loganmc10 commented on GitHub (Feb 23, 2026):

I don't plan to add this, there is a chance it could corrupt a save file. Sometimes there are mods/hacks that use the same filename, or different versions of the same ROM

<!-- gh-comment-id:3943648662 --> @loganmc10 commented on GitHub (Feb 23, 2026): I don't plan to add this, there is a chance it could corrupt a save file. Sometimes there are mods/hacks that use the same filename, or different versions of the same ROM
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#98
No description provided.