Hacking Tokyo Mirage Sessions #FE restoration

Sn0wCrack

Well-Known Member
Member
Joined
Jun 10, 2016
Messages
220
Trophies
0
XP
245
Country
Australia
So do the subtitles appear on the drawn animated cutscenes? I really want to use this but it's unclear after searching the thread if they do or not. I just don't want to miss the meaning of stuff.

Yes, everything that is subtitled in the western release is subtitled in the patch.
 

lordhell

Well-Known Member
Newcomer
Joined
May 11, 2006
Messages
48
Trophies
1
XP
1,036
Country
Brazil
Yes I did it today only with a different set of instructions...watch out though the upload took me upwards of 5 hours. Theres a more in depth guide on "that iso site" but since I can't directly link it i'll copy it here. Just to be clear though I didn't write it I only followed it. The one who posted it there is a guy called Omnifarius

It worked here! Thanks
 

TheBroCode

Well-Known Member
Member
Joined
Oct 31, 2012
Messages
171
Trophies
1
XP
709
Country
Would these commands work using wupclient.py from Fix94's Haxchii installer?

- Patched files in folder "patch" on root of SD Card
- My copy of Tokyo is installed on USB HDD

Code:
python -i wupclient.py

w.mount_sd()

w.cp("/vol/storage_sd/patch/pack_000_map.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_000_map.cpk")
w.cp("/vol/storage_sd/patch/pack_010_character.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_010_character.cpk")
w.cp("/vol/storage_sd/patch/pack_030_etc.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_030_etc.cpk")
w.cp("/vol/storage_sd/patch/pack_031_message.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_031_message.cpk")
w.cp("/vol/storage_sd/patch/pack_050_movie.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_050_movie.cpk")
w.cp("/vol/storage_sd/patch/pack_999_etc_om.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_999_etc_om.cpk")
w.cp("/vol/storage_sd/patch/pack_999_lua.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_999_lua.cpk")

w.unmount_sd()

I haven't used FPTiiu before and I'm too lazy to do Daggot's method because I already have Python 3.5 installed :P
 
  • Like
Reactions: [Truth]

MG4M3R

Well-Known Member
Member
Joined
Mar 27, 2007
Messages
351
Trophies
1
XP
530
Country
Brazil
A few optional costumes removed... doesn't affect the game in any way. This game, however, took censorship to a whole new level.

Actually, Fatal Frame had a cutscene censored.

One of the characters is a gravure idol and has a flashback on one of her shooting sessions.
In the censored version she is wearing the outfit she wears during gameplay, reducing the impact of the cutscene.


 
Last edited by MG4M3R,
  • Like
Reactions: Mizo

Lukandon

Active Member
Newcomer
Joined
Feb 2, 2014
Messages
33
Trophies
0
Age
25
XP
186
Country
United Kingdom
Actually, Fatal Frame had a cutscene censored.

One of the characters is a gravure idol and has a flashback on one of her shooting sessions.
In the censored version she is wearing the outfit she wears during gameplay, reducing the impact of the cutscene.



More gravure idols? And in a horror game of all things??
Oh well, since it reduces the impact of the cutscene, is anyone going to patch it? Would be nice if it was done before I finish the first 4 games.
 

thund3rstruck

Active Member
Newcomer
Joined
Dec 31, 2005
Messages
41
Trophies
0
XP
303
Country
United States

That looks super complicated... :(

I'm desperate to fix this game so its back to the way it was intended to be played but I've got the game installed via Brazilian Title and have no idea how to apply the patches. All the walkthroughs I've found require loadiine, which I don't use and don't intend on installing just for this one game.

UPDATE: I found a youtube video for how to patch the uTik version of the game :)
 
Last edited by thund3rstruck,
  • Like
Reactions: Cell247

[Truth]

Well-Known Member
Member
Joined
Mar 21, 2006
Messages
1,052
Trophies
1
Location
Mushroom Kingdom
XP
2,350
Country
Germany
Would these commands work using wupclient.py from Fix94's Haxchii installer?

- Patched files in folder "patch" on root of SD Card
- My copy of Tokyo is installed on USB HDD

Code:
python -i wupclient.py

w.mount_sd()

w.cp("/vol/storage_sd/patch/pack_000_map.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_000_map.cpk")
w.cp("/vol/storage_sd/patch/pack_010_character.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_010_character.cpk")
w.cp("/vol/storage_sd/patch/pack_030_etc.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_030_etc.cpk")
w.cp("/vol/storage_sd/patch/pack_031_message.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_031_message.cpk")
w.cp("/vol/storage_sd/patch/pack_050_movie.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_050_movie.cpk")
w.cp("/vol/storage_sd/patch/pack_999_etc_om.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_999_etc_om.cpk")
w.cp("/vol/storage_sd/patch/pack_999_lua.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_999_lua.cpk")

w.unmount_sd()

I haven't used FPTiiu before and I'm too lazy to do Daggot's method because I already have Python 3.5 installed :P
I tried to copy the whole directory at once, but couldn´t get it to work.

heres the correct commands to copy the infividual files:
Code:
mount_sd()

w.cp("/vol/storage_sdcard/patch/pack_000_map.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_000_map.cpk")
w.cp("/vol/storage_sdcard/patch/pack_010_character.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_010_character.cpk")
w.cp("/vol/storage_sdcard/patch/pack_030_etc.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_030_etc.cpk")
w.cp("/vol/storage_sdcard/patch/pack_031_message.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_031_message.cpk")
w.cp("/vol/storage_sdcard/patch/pack_050_movie.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_050_movie.cpk")
w.cp("/vol/storage_sdcard/patch/pack_999_etc_om.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_999_etc_om.cpk")
w.cp("/vol/storage_sdcard/patch/pack_999_lua.cpk", "/vol/storage_usb01/usr/title/00050000/101ed700/content/pack/pack_999_lua.cpk")

unmount_sd()
 

accede

Member
Newcomer
Joined
May 18, 2015
Messages
9
Trophies
0
Age
37
XP
163
Country
United States
Does the most recent title update (or any update for this game for that matter) and DLC change or undo the patch? Wondering if I need to WUP Install the patch and DLC before transferring the game to my Wii U?
 
Last edited by accede,

Sn0wCrack

Well-Known Member
Member
Joined
Jun 10, 2016
Messages
220
Trophies
0
XP
245
Country
Australia
Does the most recent title update (or any update for this game for that matter) and DLC change or undo the patch? Wondering if I need to WUP Install the patch and DLC before transferring the game to my Wii U?

There actually hasn't been any updates to the game.
An update seems exist for the US version of the game, but it seems to empty or null as the patch itself contains no content and the game doesn't prompt for updating.
 

shadoom

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
296
Trophies
1
XP
1,744
Country
Taiwan
am i doing something wrong or is the speed of 130kb/s with ftpiiu everywhere and about 1mb/s with wupclient usual?
is there any faster method?
 

Kappcy

Active Member
Newcomer
Joined
Sep 6, 2015
Messages
30
Trophies
0
Age
30
XP
123
Country
United States
am i doing something wrong or is the speed of 130kb/s with ftpiiu everywhere and about 1mb/s with wupclient usual?
is there any faster method?
Have a copy of the game on your computer, decrypt the files with jnustool, repack them with nuspacker, and install with wupinstaller. That's what I did. Cause ftpiiu kept crashing.

Edit: oh yeah and patch the files before you repack. My bad
 
Last edited by Kappcy,
  • Like
Reactions: shadoom

MG4M3R

Well-Known Member
Member
Joined
Mar 27, 2007
Messages
351
Trophies
1
XP
530
Country
Brazil
I've been trying to make it work with an installed copy of the game all week, but nothing has worked so far.

First I installed the game via WupInstaller, and tried sending the patched files to the Wii U using FTPiiu_everything.

It worked with small files, but large files like "pack_000_map.cpk" made FTPiiu_everything freeze during transmission.

---

Then I tried to put the remaining patched files on the SD card and copy them to the HDD using the WupClient with the following code.

Code:
python -i wupclient.py

w.mount_sd()

w.cp("/vol/storage_sd/patch/pack_000_map.cpk","/vol/storage_usb/usr/title/00050000/101ed800/content/pack/pack_000_map.cpk")
w.cp("/vol/storage_sd/patch/pack_010_character.cpk","/vol/storage_usb/usr/title/00050000/101ed800/content/pack/pack_010_character.cpk")
w.cp("/vol/storage_sd/patch/pack_050_movie.cpk","/vol/storage_usb/usr/title/00050000/101ed800/content/pack/pack_050_movie.cpk")

w.unmount_sd()

But it would run for a second, display three hexadecimal codes and then stop without copying anything.

I also tried the wupclientmod. It ran for a while, but eventually it gave a connection error, I went to check the Wii U and the gamepad had stopped responding, even though the Wii U Menu hadn't frozen.

---

Lastly I tried to repack the patched game using NUSPacker, as instructed in this video:



Launching CFWbooter before running WUPInstaller I got error 0xFFFBF442...

Running Mocha CFW before WUPInstaller I got error 0XFFFBFFFA...

I don't know what else I could try, I need help... :/
 

Kappcy

Active Member
Newcomer
Joined
Sep 6, 2015
Messages
30
Trophies
0
Age
30
XP
123
Country
United States
I've been trying to make it work with an installed copy of the game all week, but nothing has worked so far.

First I installed the game via WupInstaller, and tried sending the patched files to the Wii U using FTPiiu_everything.

It worked with small files, but large files like "pack_000_map.cpk" made FTPiiu_everything freeze during transmission.

---

Then I tried to put the remaining patched files on the SD card and copy them to the HDD using the WupClient with the following code.

Code:
python -i wupclient.py

w.mount_sd()

w.cp("/vol/storage_sd/patch/pack_000_map.cpk","/vol/storage_usb/usr/title/00050000/101ed800/content/pack/pack_000_map.cpk")
w.cp("/vol/storage_sd/patch/pack_010_character.cpk","/vol/storage_usb/usr/title/00050000/101ed800/content/pack/pack_010_character.cpk")
w.cp("/vol/storage_sd/patch/pack_050_movie.cpk","/vol/storage_usb/usr/title/00050000/101ed800/content/pack/pack_050_movie.cpk")

w.unmount_sd()

But it would run for a second, display three hexadecimal codes and then stop without copying anything.

I also tried the wupclientmod. It ran for a while, but eventually it gave a connection error, I went to check the Wii U and the gamepad had stopped responding, even though the Wii U Menu hadn't frozen.

---

Lastly I tried to repack the patched game using NUSPacker, as instructed in this video:



Launching CFWbooter before running WUPInstaller I got error 0xFFFBF442...

Running Mocha CFW before WUPInstaller I got error 0XFFFBFFFA...

I don't know what else I could try, I need help... :/

Did you make sure nuspacker had the common key? I forgot that the first time and had to repack.
 
  • Like
Reactions: MG4M3R

MG4M3R

Well-Known Member
Member
Joined
Mar 27, 2007
Messages
351
Trophies
1
XP
530
Country
Brazil
Did you make sure nuspacker had the common key? I forgot that the first time and had to repack.

Oh my God, that was it !!

It's the first time I'm using NUSPacker, and in the video the author mentions that he forgot to use the key and made a note on screen saying "-encryptkeywith 12345678123456781234567812345678"
...and I ended up using this number instead of a valid Wii U Common Key lol

Thanks a lot for the help! :grog:
 
  • Like
Reactions: Kappcy

shadoom

Well-Known Member
Member
Joined
Sep 14, 2009
Messages
296
Trophies
1
XP
1,744
Country
Taiwan
Have a copy of the game on your computer, decrypt the files with jnustool, repack them with nuspacker, and install with wupinstaller. That's what I did. Cause ftpiiu kept crashing.

Edit: oh yeah and patch the files before you repack. My bad
Thanks, but after repacking I only had 29 files where before unpacking i had 39 files.
Also when Installing wupinstaller says "verify WUP files are correct and complete"

The steps I did:
1. java -jar JNUSTool.jar 00050000101ED700
2. Unpack (39 files) it all
3. Patch it with the patcher
3.1 verify the files with the patcher - ALL PASS
4. java -jar NUSPacker.jar -in gamefolder -out output -encryptKeyWith XXXXXXXXXXXXX
5. moved the (now only 29) files to SD
6. tried installing with wup
Error: 0xfffbfffb

EDIT: i copied the missing 10 files from the original over and it installed fine
"Eshop" in-game also says "Reincarnation 1.2" so I guess everything is fine. Thank you :)
 
Last edited by shadoom,

[Truth]

Well-Known Member
Member
Joined
Mar 21, 2006
Messages
1,052
Trophies
1
Location
Mushroom Kingdom
XP
2,350
Country
Germany
python -i wupclient.py

w.mount_sd()

w.cp("/vol/storage_sdcard/patch/pack_000_map.cpk","/vol/storage_usb01/usr/title/00050000/101ed800/content/pack/pack_000_map.cpk")
w.cp("/vol/storage_sdcard/patch/pack_010_character.cpk","/vol/storage_usb01/usr/title/00050000/101ed800/content/pack/pack_010_character.cpk")
w.cp("/vol/storage_sdcard/patch/pack_050_movie.cpk","/vol/storage_usb01/usr/title/00050000/101ed800/content/pack/pack_050_movie.cpk")

w.unmount_sd()
am i doing something wrong or is the speed of 130kb/s with ftpiiu everywhere and about 1mb/s with wupclient usual?
is there any faster method?
Copy the files from SD-card:
https://gbatemp.net/threads/tokyo-mirage-sessions-fe-restoration.429651/page-61#post-6938097
 
  • Like
Reactions: MG4M3R

Kappcy

Active Member
Newcomer
Joined
Sep 6, 2015
Messages
30
Trophies
0
Age
30
XP
123
Country
United States
Thanks, but after repacking I only had 29 files where before unpacking i had 39 files.
Also when Installing wupinstaller says "verify WUP files are correct and complete"

The steps I did:
1. java -jar JNUSTool.jar 00050000101ED700
2. Unpack (39 files) it all
3. Patch it with the patcher
3.1 verify the files with the patcher - ALL PASS
4. java -jar NUSPacker.jar -in gamefolder -out output -encryptKeyWith XXXXXXXXXXXXX
5. moved the (now only 29) files to SD
6. tried installing with wup
Error: 0xfffbfffb

EDIT: i copied the missing 10 files from the original over and it installed fine
"Eshop" in-game also says "Reincarnation 1.2" so I guess everything is fine. Thank you :)
Wow, that's odd. Not sure why files disappeared. But glad it worked out for you.
 

MG4M3R

Well-Known Member
Member
Joined
Mar 27, 2007
Messages
351
Trophies
1
XP
530
Country
Brazil
Thanks, but after repacking I only had 29 files where before unpacking i had 39 files.
Also when Installing wupinstaller says "verify WUP files are correct and complete"

...

EDIT: i copied the missing 10 files from the original over and it installed fine


I also had this problem, after repacking I only had 29 files instead of 39 (pic below).

But after I used the correct encryption key, it installed normally.

I think it's normal to get fewer files after repack.

upload_2016-12-28_16-35-50.png
 
Last edited by MG4M3R,
  • Like
Reactions: Kappcy

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    HiradeGirl @ HiradeGirl: Have a nice day. Life. Week. Month. year.