Hacking Info about .iso patches

WiiPower

Well-Known Member
OP
Member
Joined
Oct 17, 2008
Messages
8,165
Trophies
0
XP
345
Country
Gambia, The
Brickblocking
This overwrites the update partition with a fake update partition, and it's done with wiibrickblocker. It's only useful for modchip users, with chips which don't have a update block function and without a "software protection" against updates like the one in starfall for example. (Note: It's unclear if the fake update partition in the wiibrickblocker package contains code from nintendo and is illegal because of this.) To revert this process would be very complicated.

Decryption
This removes the update partion of the disc completely, and decrypts the game partition. It's done with "backup-creator". This is for people without a modchip only, it was required for the 1st backup launcher, but it's not required at all now. Note that decrypted discs are only supported in Waninkoko's backup launcher and the backup launchers from WiiGator(Gamma for example). Don't call decrypted discs patched, they are decrpyted! To revert this process is completely impossible as you would need nintendo's master key for this. And if you had this key, nintendo wouldn't have a chance at all to stop homebrew.

IOS Version patches

This changes the information which IOS the game wants as firmware inside the tmd of the disc. It's done with Waninkoko's IOS Version Patcher.

For modchip users it's only useful, if they want to play a game from the disc channel with another IOS, for example because it's not installed, or the original IOS doesn't support trucha. These uses of the IOS Version patcher for modchip users are more theroretically, there are other soulutions for these problems. Patching to IOS30 or IOS36 make sense here.

For softmodders it's very useful if they don't have cioscorp, riisimod, softmii or any other new mod installed. Some games require this patching, look here for more details:
http://gbatemp.net/index.php?showtopic=123...p;#entry1639626
In most cases softmodders need to patch to IOS249, if they need to patch.

This process is revertable, but the .iso would be trucha signed then.

Region patches

Well that's complicated, there are at least two kinds of region patches:
- disc region patches which only patch the information form which region the disc is from. Well if you use a loader (Gecko OS, Gamma or SoftChip), this doesn't change anything for you. If you have a chip with region free functionality or a hack installed with this, the patching might not change anything for you. If this process does not trucha sign the .iso, it's completely revertable.
- video mode patches. These are the more interestion patches, as they allow you to play most games from other regions with correct colors, even if your tv doesn't support the video mode from the game. This process is revertable, but the .iso would be trucha signed then.



If you know other patches or want to add some info about patches, please post here, i will consider to update the 1st post then.
 
D

Deleted User

Guest
Homebrew Starters Guide !!
yaynds.gif


And thanks for the allowance!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    you have to launch your homebrews directly from the wii u menu
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    BigOnYa @ BigOnYa: Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does...