Rune Factory 4 Special

Rune Factory 4 Special

Not enough ratings
Rune Factory 4 Special Save Editing
By Nonononoki
Simple guide on how to edit your save file of Rune Factory 4 Special
   
Award
Favorite
Favorited
Unfavorite
Edit your save file
Guide works on both Windows/Linux

Required Software:

Latest QuickBMS version for your OS:
https://github.com/LittleBigBug/QuickBMS/releases/latest

Save Editor:
https://gbatemp.net/attachments/rf4-save-editor-v0-0-8-rf4s-v3-rar.198021/

QuickBMS script (save as rf4s.txt file and put it where the QuickBMS script is):

get NAME filename
get FILESIZE asize
get MAGIC long
set PAD long 0xE0

if MAGIC == 1144276562 # string 'RF4D'
get FILECRC long
set PAD long 0
else
set FILECRC long MAGIC
set PAD long 0xE0
endif

SavePos OFFSET
xmath SIZE "FILESIZE - OFFSET - PAD"

# print "File CRC: %FILECRC|x%, data pos: %OFFSET%, pad by %PAD%, data size: %SIZE%"

encryption CRC 0xEDB88320 "32 -1 -1 0 0 1"
log MEMORY_FILE OFFSET SIZE
set NEWCRC long QUICKBMS_CRC

if FILECRC == NEWCRC
print "Save CRC seems to be intact! No modification necessary."
CleanExit
endif

encryption "" ""
log MEMORY_FILE 0 FILESIZE

math OFFSET - 4
goto OFFSET MEMORY_FILE
put NEWCRC long MEMORY_FILE
print "Checksum fixed! New CRC: %NEWCRC|x%"

log NAME 0 FILESIZE MEMORY_FILE
CleanExit

1. Backup your saves!!!! Your saves are in "C:/users/{user}/AppData/Roaming/Rune Factory 4 Special/"
2. Copy the save you want to modify to the directory where the downloaded QuickBMS executable is
3. Edit your save using RF4 Save Editor - v0.0.8 RF4S V3.exe
WARNING: Do NOT edit Raven's FP, including the "Max FP for everyone" option! It will mess up your save file!
4. When you're done, save.
5. Finally, the save file needs a small adjustment. Simply execute the following in the command line:
./quickbms.exe rf4save.txt rf4_s01.sav
Adjust save file name if needed.
6. Copy the modified save file to its original location.
3 Comments
LethalAether May 14 @ 5:30pm 
so how do i get the game to reconise the back up save file for when i mess up
Lily Mar 23 @ 7:34am 
Thank you very much for saving my save!!!!By the way,the command "./quickbms.exe rf4save.txt rf4_s01.sav" requires declaring the path in window os, otherwise print " No such file or directory".
Arcana Collector Jan 23 @ 4:50am 
you are a life saver!
THANK YOU!