Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

RePatch reLoaded Vita: Difference between revisions

From GameBrew
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{cleanup|article|Needs cleanup}}
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew!
|title_mode=append
|image=repatchreloadedvita.jpg
|image_alt=rePatch reLoaded
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=rePatch reLoaded
|title=rePatch reLoaded
|image=repatchreloadedvita.jpg
|image=repatchreloadedvita2.png
|description=The rePatch plugin with homebrew app0: and Data migration support (Move gamedata to different storage)
|description=rePatch plugin with homebrew app0: and Data migration support (move gamedata to different storage).
|author=SonicMastr
|author=SonicMastr
|lastupdated=2021/05/24
|lastupdated=2024/04/25
|type=Plugins
|type=Plugins
|version=1.2-Hotfix
|version=2.1
|license=MIT
|license=MIT
|download=https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita.7z
|download=https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita.7z
|website=
|website=https://twitter.com/BigBlackOniiSan/status/1382620818706927617
|source=https://github.com/SonicMastr/rePatch-reLoaded
|source=https://github.com/SonicMastr/rePatch-reLoaded
}}
}}
The rePatch plugin with homebrew app0: and Data migration support (Move gamedata to different storage)
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|image=repatchreloadedvita2.png
|image_alt=rePatch reLoaded
}}
rePatch reLoaded is a plugin that allows to redirect official game and homebrew data files in order to make it easier to mod and customize them.
 
It is a modification of [[RePatch_reDux0_Vita|rePatch]] that adds homebrew app0: and ux0:data/ migration to other partitions, allowing you to play games with data on different storage.
 
This plugin serves as a substitute for the patch folder when an existing update is present on official cartridges or other encrypted formats. It also has the benefit of loading decrypted content on 3.60+. This includes newly added DLC and traditional modding.
 
==Installation==
===Notes before installing===
*This is a full replacement for older rePatch installations and requires no changes to previous rePatch configurations to use.
*[[ioPlus Vita|ioPlus]] may be required.
*This plugin works on 3.60-3.68 on NoNpDrm, official cartridges, and officially downloaded games.
*Be wary of using a [[Vitamin]] dumped (or similar) eboot, it will be affected by save issues.
 
===How to install===
Copy .skprx to ur0:tai/ then append the path under *KERNEL to your config.txt (change to ur0 if you store the plugin there)
*KERNEL
ur0:tai/repatch_ex.skprx
 
Create the folder ux0:rePatch (and ux0:reAddcont for DLC related content).
 
You should have these separate folders:
*ux0:app/ for the original app. (Minus the ones that are being patched by rePatch).
*ux0:patch/ that contains the official update/patch files. (Minus the ones that are being patched by rePatch).
*ux0:rePatch/ which contains modified versions of files that were formally contained in app and patch.
*ux0:reAddcont/ for DLC mods (similar to normal rePatch mods) or DLC decrypted/dumped by a pre-taihen dumper or Motoharu's tools.
 
===For homebrew (new ux0:data migration)===
Homebrew application files can now be moved from ux0:app/TITLEID to YOUR_DESIRED_PARTITION:/rePatch/TITLEID, just like a normal game (eg. imc0:rePatch/NXEV00001, uma0:rePatch/NXEV00001). Just make sure not to delete eboot.bin and sce_sys from the original folder when saving space.
 
For extra homebrew data. Copy the required files from ux0:data/ to YOUR_DESIRED_PARTITION:/reData/ (eg. ux0:data/nxengine to uma0:reData/nxengine). If the files aren't found in ux0:data/, rePatch will find the data in the folder you copied it to.
 
Example for copying files from ux0:data/
ux0:data/Sonic1/Data.rsdk > imc0:reData/Sonic1/Data.rsdk or uma0:reData/Sonic1/Data.rsdk
ux0:data/RE3 > imc0:reData/RE3 or uma0:reData/RE3
 
Once done copying files, simply delete the originals in ux0 and free up your space. 99% of homebrew that use that data will now default to the reData folder ([[VitaShell]] is excluded. Don't even try). If you ever want to go back, simply copy it back to ux0.


==Media==
==User guide==
<youtube>9scRmev7LuI</youtube>
Tutorials and resources:
*[https://github.com/dots-tb/rePatch-reDux0/wiki/ rePatch reDux0: usage].
*[https://github.com/dots-tb/rePatch-reDux0/wiki/DLC-Example DLC examples].
*[https://github.com/SonicMastr/rePatch-reLoaded/wiki New ux0:data migration examples].
*[https://github.com/TheRadziu/NoNpDRM-modding/wiki More in-depth information on modding by Radziu].


==Changelog==
'''v2.1'''
*Fixed saves not writing to your specified reData folder.
'''v2.0'''
*Added support for patching Game Cartridges.
'''v1.2-Hotfix'''
*This fixes the issues of certain homebrew causing a complete system crash and reboot. If you had issues with 1.2 in the past, use this one. It was an oversight.
*Also added support for firmwares up to version 3.74.
'''v1.2'''
*Fixed Redirecting Homebrew wouldn't work if the application used Directory Open/Close in addition to File Open/Close
OpenXcom and other homebrews that were affected by this should now work. Thanks to SKGleba for making me aware of this honestly stupid mistake.
'''v1.0'''
*Full backwards compatibility with rePatch_4.skprx.
*(Finally) Support for patching/moving homebrew app0: data to other partitions as long as a rePatch folder is present (ie. imc0:rePatch, uma0:rePatch).
*Support for loading Homebrew data from other storage devices using reData folder (ie. imc0:reData/Sonic1/Data.rsdk, uma0:reData/Sonic1/Data.rsdk).


==Screenshots==
==Credits==
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-01.jpg
Eboot.bin patching added based of [https://github.com/GabyPCgeeK/rePatch GabyPCgeeK's rePatch].
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-02.jpg
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-03.jpg
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-04.jpg
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-05.jpg
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-06.jpg
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-07.jpg
https://dlhb.gamebrew.org/vitahomebrews/repatchreloadedvita-08.jpg


==Changelogs==
Developed by [https://twitter.com/dots_tb dots_tb], [https://twitter.com/CelesteBlue123 CelesteBlue123]. SilicaAndPina Homebrew Support and Data patches by [https://twitter.com/BigBlackOniiSan BigBlackOniiSan].
'''(v.1.0)'''
* First Release.


== External links ==
== External links ==
* Official Website -
* Twitter - https://twitter.com/BigBlackOniiSan/status/1382620818706927617
* Github - https://github.com/SonicMastr/rePatch-reLoaded
* GitHub - https://github.com/SonicMastr/rePatch-reLoaded
* VitaDB -
* VitaDB - https://vitadb.rinnegatamante.it/#/info/864
* Gbatemp -
* Reddit - https://www.reddit.com/r/vitahacks/comments/njm2q5/hotfix_repatch_reloaded_v12hotfix_fixes_system/
* Google Source -
* Reddit - https://www.reddit.com/r/vitahacks/comments/mrb2u6/repatch_reloaded_repatch_with_added_support_for/
* Reddit -
* Gitlab -

Latest revision as of 04:48, 28 April 2024

rePatch reLoaded
Repatchreloadedvita2.png
General
AuthorSonicMastr
TypePlugins
Version2.1
LicenseMIT License
Last Updated2024/04/25
Links
Download
Website
Source

rePatch reLoaded is a plugin that allows to redirect official game and homebrew data files in order to make it easier to mod and customize them.

It is a modification of rePatch that adds homebrew app0: and ux0:data/ migration to other partitions, allowing you to play games with data on different storage.

This plugin serves as a substitute for the patch folder when an existing update is present on official cartridges or other encrypted formats. It also has the benefit of loading decrypted content on 3.60+. This includes newly added DLC and traditional modding.

Installation

Notes before installing

  • This is a full replacement for older rePatch installations and requires no changes to previous rePatch configurations to use.
  • ioPlus may be required.
  • This plugin works on 3.60-3.68 on NoNpDrm, official cartridges, and officially downloaded games.
  • Be wary of using a Vitamin dumped (or similar) eboot, it will be affected by save issues.

How to install

Copy .skprx to ur0:tai/ then append the path under *KERNEL to your config.txt (change to ur0 if you store the plugin there)

*KERNEL
ur0:tai/repatch_ex.skprx

Create the folder ux0:rePatch (and ux0:reAddcont for DLC related content).

You should have these separate folders:

  • ux0:app/ for the original app. (Minus the ones that are being patched by rePatch).
  • ux0:patch/ that contains the official update/patch files. (Minus the ones that are being patched by rePatch).
  • ux0:rePatch/ which contains modified versions of files that were formally contained in app and patch.
  • ux0:reAddcont/ for DLC mods (similar to normal rePatch mods) or DLC decrypted/dumped by a pre-taihen dumper or Motoharu's tools.

For homebrew (new ux0:data migration)

Homebrew application files can now be moved from ux0:app/TITLEID to YOUR_DESIRED_PARTITION:/rePatch/TITLEID, just like a normal game (eg. imc0:rePatch/NXEV00001, uma0:rePatch/NXEV00001). Just make sure not to delete eboot.bin and sce_sys from the original folder when saving space.

For extra homebrew data. Copy the required files from ux0:data/ to YOUR_DESIRED_PARTITION:/reData/ (eg. ux0:data/nxengine to uma0:reData/nxengine). If the files aren't found in ux0:data/, rePatch will find the data in the folder you copied it to.

Example for copying files from ux0:data/

ux0:data/Sonic1/Data.rsdk > imc0:reData/Sonic1/Data.rsdk or uma0:reData/Sonic1/Data.rsdk
ux0:data/RE3 > imc0:reData/RE3 or uma0:reData/RE3

Once done copying files, simply delete the originals in ux0 and free up your space. 99% of homebrew that use that data will now default to the reData folder (VitaShell is excluded. Don't even try). If you ever want to go back, simply copy it back to ux0.

User guide

Tutorials and resources:

Changelog

v2.1

  • Fixed saves not writing to your specified reData folder.

v2.0

  • Added support for patching Game Cartridges.

v1.2-Hotfix

  • This fixes the issues of certain homebrew causing a complete system crash and reboot. If you had issues with 1.2 in the past, use this one. It was an oversight.
  • Also added support for firmwares up to version 3.74.

v1.2

  • Fixed Redirecting Homebrew wouldn't work if the application used Directory Open/Close in addition to File Open/Close

OpenXcom and other homebrews that were affected by this should now work. Thanks to SKGleba for making me aware of this honestly stupid mistake. v1.0

  • Full backwards compatibility with rePatch_4.skprx.
  • (Finally) Support for patching/moving homebrew app0: data to other partitions as long as a rePatch folder is present (ie. imc0:rePatch, uma0:rePatch).
  • Support for loading Homebrew data from other storage devices using reData folder (ie. imc0:reData/Sonic1/Data.rsdk, uma0:reData/Sonic1/Data.rsdk).

Credits

Eboot.bin patching added based of GabyPCgeeK's rePatch.

Developed by dots_tb, CelesteBlue123. SilicaAndPina Homebrew Support and Data patches by BigBlackOniiSan.

External links

Advertising: