ROM Hack Question How does save redirection work?

  • Thread starter Thread starter PegLegs
  • Start date Start date
  • Views Views 2,379
  • Replies Replies 3

PegLegs

Well-Known Member
Member
Joined
Mar 9, 2011
Messages
833
Solutions
1
Reaction score
553
Trophies
1
Age
31
Location
East Yorkshire
XP
3,015
Country
United Kingdom
I want to know how to set up save redirection, specifically for Minecraft so that I don’t have to extract then inject a save file every time I want to add a new mod, I was basically wondering if this would be possible
 
If you use atmosphere, you can enable save redirection for the entire system, but im pretty sure you cant for just one title
 
if you using the latest version, under config there should be a file called "system_settings.ini" if not, you will have to copy it from "config_templates". in that file look for this text:
Code:
; Controls whether fs.mitm should redirect save files
; to directories on the sd card.
; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL
; If you do not know what you are doing, do not touch this yet.
; fsmitm_redirect_saves_to_sd = u8!0x0
remove the comment marker ( ; ) from the line "fsmitm_redirect_saves_to_sd = u8!0x0" and set to 1 so it looks like this:
Code:
; Controls whether fs.mitm should redirect save files
; to directories on the sd card.
; 0 = Do not redirect, 1 = Redirect.
; NOTE: EXPERIMENTAL
; If you do not know what you are doing, do not touch this yet.
fsmitm_redirect_saves_to_sd = u8!0x1
However, it does say it's experimental, so even I can't help you with this, as I don't use this. all i can tell you how to set it up.
 
  • Like
Reactions: PegLegs

Site & Scene News

Popular threads in this forum