- Joined
- Feb 26, 2014
- Messages
- 73
- Reaction score
- 56
- Trophies
- 1
- Age
- 43
- Location
- Barueri, Brazil
- XP
- 694
- Country

Following the procedure below, it is possible to change the region of any game and make it run on USB sysnand.
This is a basic tutorial in which you need to know how to use some tools already known (DiscU_2.1b, DiscU_4.1b, wuphax and etc ..)
Guide
1 - Install any game from other region on USB.
2 - Extract game data using DiscU_2.1b / CDcript and find the file meta.xml.
3 - Open the file meta.xml in wordpad and search for </region> and change the number before it to your console region code number (USA=2 EUR=4) . Exemple:
Changing eur to usa: 4</region> --> 2</region>
4 - Search for </title_id> in the meta.xml and note the last 8 numbers in the front (Example: xxxxxxxx</title_id>)
5 -Copy the text of the line below on notepad and replace the data in red with the number you got in the previous step:
w.up("meta.xml", "/vol/storage_usb01/usr/title/00050000/xxxxxxxx/meta/meta.xml")
6 - Use Wuphax with the the modified command from the previous step.
7 - Restart the console and play!!
I tested the above procedure with the Project Zero and Injustice.
Sorry for my bad English
Greetings from Brazil!
This is a basic tutorial in which you need to know how to use some tools already known (DiscU_2.1b, DiscU_4.1b, wuphax and etc ..)
Guide
1 - Install any game from other region on USB.
2 - Extract game data using DiscU_2.1b / CDcript and find the file meta.xml.
3 - Open the file meta.xml in wordpad and search for </region> and change the number before it to your console region code number (USA=2 EUR=4) . Exemple:
Changing eur to usa: 4</region> --> 2</region>
4 - Search for </title_id> in the meta.xml and note the last 8 numbers in the front (Example: xxxxxxxx</title_id>)
5 -Copy the text of the line below on notepad and replace the data in red with the number you got in the previous step:
w.up("meta.xml", "/vol/storage_usb01/usr/title/00050000/xxxxxxxx/meta/meta.xml")
6 - Use Wuphax with the the modified command from the previous step.
7 - Restart the console and play!!
I tested the above procedure with the Project Zero and Injustice.
Sorry for my bad English
Greetings from Brazil!








