Hacking vWii region free?

  • Thread starter Thread starter C0mm4nd_
  • Start date Start date
  • Views Views 12,463
  • Replies Replies 16

C0mm4nd_

Aspirant Wii U homebrew dev :P
Member
Joined
Oct 9, 2016
Messages
697
Reaction score
344
Trophies
0
Website
127.0.0.1
XP
540
Country
Italy
So, I know that you can enable region free options in priiloader
But without priiloader, can I region free my vWii?
 
I'm not sure about what you want, Wii virtual console on Wii U (the ones you buy on eShop)?; virtual console games on vWii side?; or Wii games on vWii?
 
Ok then, I guess he just need get a wad from pal region, or patch the usa wad with regionfree. For retail ones I don't think there's a permanent solution, I would go with riivolution, priiloader is risky imo.
 
  • Like
Reactions: Subtle Demise
sneek has all the preloader hacks abilities...

code from the smenu.c 4.3e system menu version part of sneek code
(other region are in there too)

Code:
                                //No Background Music
                                if (HACKS_NBM) *(u32*)0x0136BD5C = 0x4E800020;

                                //Move disc channel
                                if (HACKS_MDC) *(u32*)0x013B099C = 0x60000000;
                                break;
                            case 546: //4.3E
                                //Region free Wii games
                                if (HACKS_RFW) {
                                    *(u32*)0x0137E370 = 0x4800001C;
                                    *(u32*)0x0137EE04 = 0x38000001;
                                }
                              
                                //Auto-Press A at Health Screen
                                if (HACKS_APA) *(u32*)0x013BE45C = 0x48000034;

                                //Region free everything
                                if (HACKS_RFE) {
                                    *(u32*)0x0137E500 = 0x38000001;
                                    *(u32*)0x0137E7C4 = 0x38000001;
                                    *(u32*)0x0137E7E4 = 0x4800001C;
                                    *(u32*)0x0137F038 = 0x60000000;
                                    *(u32*)0x01380854 = 0x38600001;
                                    *(u32*)0x013B787C = 0x48000028;
                                    *(u32*)0x0152F990 = 0x60000000;
                                    *(u32*)0x0152FE78 = 0x38000001;
                                    *(u32*)0x01533514 = 0x4E800020;
 
sneek has all the preloader hacks abilities...

code from the smenu.c 4.3e system menu version part of sneek code
(other region are in there too)

Code:
                                //No Background Music
                                if (HACKS_NBM) *(u32*)0x0136BD5C = 0x4E800020;

                                //Move disc channel
                                if (HACKS_MDC) *(u32*)0x013B099C = 0x60000000;
                                break;
                            case 546: //4.3E
                                //Region free Wii games
                                if (HACKS_RFW) {
                                    *(u32*)0x0137E370 = 0x4800001C;
                                    *(u32*)0x0137EE04 = 0x38000001;
                                }
                            
                                //Auto-Press A at Health Screen
                                if (HACKS_APA) *(u32*)0x013BE45C = 0x48000034;

                                //Region free everything
                                if (HACKS_RFE) {
                                    *(u32*)0x0137E500 = 0x38000001;
                                    *(u32*)0x0137E7C4 = 0x38000001;
                                    *(u32*)0x0137E7E4 = 0x4800001C;
                                    *(u32*)0x0137F038 = 0x60000000;
                                    *(u32*)0x01380854 = 0x38600001;
                                    *(u32*)0x013B787C = 0x48000028;
                                    *(u32*)0x0152F990 = 0x60000000;
                                    *(u32*)0x0152FE78 = 0x38000001;
                                    *(u32*)0x01533514 = 0x4E800020;
Doesn't work.
VC loads console then the wbfs... not the HBL then SNEEK then the wbfs..
 
Ok... I decrypted the game... It contains a fw.img (probably vWii fw) and frisbiiU.rpx(dunno).
The rom is splitted in .nfs (max 256 MB)

--------------------- MERGED ---------------------------

And can I change my vWii region? On Wii there's AnyRegionChanger, does it work on vWii?
 
Last edited by C0mm4nd_,
C0mm4nd_, Did you ever figure out how to get the vwii vc to work out of region? I am trying to do this now with pikmin 2 eur on my usa wii u. I hacked in and changed the region in the meta to my region but i just get a black screen.
 

Site & Scene News

Popular threads in this forum