Hacking Photo Kano Translation

Holyshield

Member
OP
Newcomer
Joined
Dec 3, 2014
Messages
23
Trophies
0
Age
46
Location
Usa
XP
127
Country
United States
Hi Guys! Just started messing around in Hex editor and I started translating the eboot.bin file but when I save it and save the whole PSP game to .ISO file to proof the PSP doesn't read it it says Code 8002000.
photo.JPG
What do you guys suggest? Ive included a pic so you can see what I am doing. Your Suggestions are much appreciated!
 

flame1234

Well-Known Member
Member
Joined
May 17, 2009
Messages
734
Trophies
0
XP
957
Country
United States
Does it sound like the error you get when you can't load a game (because signature does not match)? Or is it an in-game error?
Did you try fullwidth SHIFT-JIS?
Other than that, the only think I can think of is a signature check.

And I'm not sure the point of translated menus and such for a visual novel game. But whatever floats your boat.
 

soluuloi

Active Member
Newcomer
Joined
Feb 25, 2015
Messages
35
Trophies
0
Age
34
XP
117
Country
I have no ideal about hacking but I have one thing to say, keep translating it. I will be waiting even if it takes years to finish.
 
  • Like
Reactions: Holyshield

zero_g_monkey

Well-Known Member
Member
Joined
Aug 9, 2013
Messages
332
Trophies
0
Age
44
XP
321
Country
United States
Are you increasing the file by adding in extra bytes from your insertion?
If you did this, chances are, stuff is shifted around and not pointing to proper location.

Did you use UMDGen and make sure to create a File Allocation table?

This will make a table of the file locations in the ISO. When you edit something and put it back in, make sure you select the import option after you have loaded all the files back in BUT before you save it in an uncompressed format. The save option is under the "Save As" option just above "File List".

File Allocation Export.png


Try this stuff and see if it helps.
 
  • Like
Reactions: Holyshield

Holyshield

Member
OP
Newcomer
Joined
Dec 3, 2014
Messages
23
Trophies
0
Age
46
Location
Usa
XP
127
Country
United States
Thanks for your suggestions Zero_G Monkey Ill give them a shot. :)

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

Its a Sig Check Error. I am using Shift JIS. But Im gonna try some stuff. Thanks!
 

Holyshield

Member
OP
Newcomer
Joined
Dec 3, 2014
Messages
23
Trophies
0
Age
46
Location
Usa
XP
127
Country
United States
Ok im sure the script is in the Data.DNS files anyone got a suggestion for a program that can extract data from these types? Much appreciated!
 

zzzzzzzzzzz

Active Member
Newcomer
Joined
Feb 8, 2015
Messages
40
Trophies
0
Age
44
XP
185
Country
United States
Ok im sure the script is in the Data.DNS files anyone got a suggestion for a program that can extract data from these types? Much appreciated!

Data1, 2, 3 and 4 are PGD files.
Change their file extensions to .PGD and use PSNPKGDecryptor&Extractor to decrypt them.
For 1, 2 and 3, the decrypted result is a Criware CPK file. Data4 looks compressed but I don't know how.
I tried using cpktools and CriPakTools to unpack the first three, but those tools weren't working. Using http://aluigi.altervista.org/bms/cpk.bms with quickbms did extract the archives, but without filenames.

The script files look to be contained in Data1. The script filetype's header is GSC2, with the text encoded as shift-jis.
 
  • Like
Reactions: Holyshield

Holyshield

Member
OP
Newcomer
Joined
Dec 3, 2014
Messages
23
Trophies
0
Age
46
Location
Usa
XP
127
Country
United States
Data1, 2, 3 and 4 are PGD files.
Change their file extensions to .PGD and use PSNPKGDecryptor&Extractor to decrypt them.
For 1, 2 and 3, the decrypted result is a Criware CPK file. Data4 looks compressed but I don't know how.
I tried using cpktools and CriPakTools to unpack the first three, but those tools weren't working. Using http://aluigi.altervista.org/bms/cpk.bms with quickbms did extract the archives, but without filenames.

The script files look to be contained in Data1. The script filetype's header is GSC2, with the text encoded as shift-jis.
Forgive me ZZZZZZ but if you have access to this Data1 file could you send it my way? I would greatly appreciate it and It would help me ! I tried downloading several versions of PSNPKGDecryptor&Extractor but they didn't work. DO you have steps for trying your quickbms method? Thanks!

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

look a nice work until now! o3o
I don't know this game I will look about it XD
do you need help with graphhics editing? o3oiswhat I can do lol
Ill let you know Ok? Thanks!

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

Are you increasing the file by adding in extra bytes from your insertion?
If you did this, chances are, stuff is shifted around and not pointing to proper location.

Did you use UMDGen and make sure to create a File Allocation table?

This will make a table of the file locations in the ISO. When you edit something and put it back in, make sure you select the import option after you have loaded all the files back in BUT before you save it in an uncompressed format. The save option is under the "Save As" option just above "File List".

View attachment 30037

Try this stuff and see if it helps.
Thanks so much!
 
  • Like
Reactions: Sliter

zzzzzzzzzzz

Active Member
Newcomer
Joined
Feb 8, 2015
Messages
40
Trophies
0
Age
44
XP
185
Country
United States
Forgive me ZZZZZZ but if you have access to this Data1 file could you send it my way? I would greatly appreciate it and It would help me ! I tried downloading several versions of PSNPKGDecryptor&Extractor but they didn't work. DO you have steps for trying your quickbms method? Thanks!
To find the Data files, just extract the iso and navigate to PSP_GAME\INSDIR

Download PSNPKGDecryptor&Extractor from the bottom of the page at https://sites.google.com/site/theleecherman/psnpkgdecryptor-extractor
Before you use the tool, rename the files' extensions to .PGD and then you should be able to just drag n' drop to decrypt them.

To use the quickbms cpk unpack script, first download the quickbms application from http://aluigi.altervista.org/papers/quickbms.zip and unpack and save it somewhere. Then copy and paste the script from http://aluigi.altervista.org/bms/cpk.bms into a text file and save that with whatever name you like. Now open quickbms.exe, select the textfile, select the decrypted Data file, and then choose where you want to save the exported files. Because the script is only working somewhat correctly, it'll try to name everything NULL. Type r to choose to rename the files so that they don't overwrite each other
 

Holyshield

Member
OP
Newcomer
Joined
Dec 3, 2014
Messages
23
Trophies
0
Age
46
Location
Usa
XP
127
Country
United States
To find the Data files, just extract the iso and navigate to PSP_GAME\INSDIR

Download PSNPKGDecryptor&Extractor from the bottom of the page at https://sites.google.com/site/theleecherman/psnpkgdecryptor-extractor
Before you use the tool, rename the files' extensions to .PGD and then you should be able to just drag n' drop to decrypt them.

To use the quickbms cpk unpack script, first download the quickbms application from http://aluigi.altervista.org/papers/quickbms.zip and unpack and save it somewhere. Then copy and paste the script from http://aluigi.altervista.org/bms/cpk.bms into a text file and save that with whatever name you like. Now open quickbms.exe, select the textfile, select the decrypted Data file, and then choose where you want to save the exported files. Because the script is only working somewhat correctly, it'll try to name everything NULL. Type r to choose to rename the files so that they don't overwrite each other
Your help has been invaluable! Im working on translating some now. Do you know how I would go about in putting everything back once I'm done with the files? Thanks !!!
 

zzzzzzzzzzz

Active Member
Newcomer
Joined
Feb 8, 2015
Messages
40
Trophies
0
Age
44
XP
185
Country
United States
Your help has been invaluable! Im working on translating some now. Do you know how I would go about in putting everything back once I'm done with the files? Thanks !!!
You'll need a a tool that can rebuild the cpk, then you can rename that cpk to Data1.DNS and replace the iso's original file. Apparently it's not necessary to reencrypt it to PGD?
ULJS00378_00000.jpg


There are some programs like CriPackedFileMaker and CPKTools that can build a cpk given a directory of files, but when I tried these out the result wouldn't load in ppsspp. I'm not sure if that's because the quickbms script is unpacking the cpk improperly, thus preventing a proper rebuild, or if the rebuilt cpk is not compatible with the game's original cpk version CPKMC2.18.04, DLL2.78.04
 

Holyshield

Member
OP
Newcomer
Joined
Dec 3, 2014
Messages
23
Trophies
0
Age
46
Location
Usa
XP
127
Country
United States
You'll need a a tool that can rebuild the cpk, then you can rename that cpk to Data1.DNS and replace the iso's original file. Apparently it's not necessary to reencrypt it to PGD?
View attachment 31507

There are some programs like CriPackedFileMaker and CPKTools that can build a cpk given a directory of files, but when I tried these out the result wouldn't load in ppsspp. I'm not sure if that's because the quickbms script is unpacking the cpk improperly, thus preventing a proper rebuild, or if the rebuilt cpk is not compatible with the game's original cpk version CPKMC2.18.04, DLL2.78.04
Most excellent! I'll try some things I'll keep you updated! Thanks!
 
  • Like
Reactions: mdtank

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Inb4 kiiwii gives it a 0/10
  • BigOnYa @ BigOnYa:
    6/10 rating on steam
  • Psionic Roshambo @ Psionic Roshambo:
    I would like a Predator game "Kill Team" it takes place in the Jungle of the first movie, your team is sent to hunt the predator, using current tech drones and a trained team. Set traps use strategy to hunt and trap or kill the predator.
  • BigOnYa @ BigOnYa:
    Ill stick with my Battlefield. Yea a predator hunting game like that would be cool. Esp if you can be Arnold and say "Get to da choppa"
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Maybe Arnold could do a cameo voice acting, he is the one briefing you on the mission
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Honestly surprised they didn't make a tie in game for Predators that movie was awesome
  • Psionic Roshambo @ Psionic Roshambo:
    I was kinda sad the Yakuza guy died sword fighting a predator lol
  • Psionic Roshambo @ Psionic Roshambo:
    The Russian guy went out like a boss
  • Psionic Roshambo @ Psionic Roshambo:
    Double claymores to the face definitely kill a predator lol
  • BigOnYa @ BigOnYa:
    I went today and looked at a motorcycle someone was selling. I get there and the battery on it was dead, so the guy grabbed a battery charger and hooked it up. He plugged it into the wall, and the motorcycle sparked and started smoking. Come to find out the bike uses a 6 volt battery and the guy had the charger set to 12v. I said sorry to the dude and walked away. I felt bad for him tho.
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds like it would be an exciting ride....
  • Psionic Roshambo @ Psionic Roshambo:
    Not sure I would want something on fire between my legs
  • BigOnYa @ BigOnYa:
    He ruined it basically. Sad cause it was a decent old bike. It would take more money to rewire the bike than it was worth tho.
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah I'm sure at minimum the starter was fried
  • Psionic Roshambo @ Psionic Roshambo:
    Alternator and battery
  • BigOnYa @ BigOnYa:
    Prob alot of fried parts. It was still smoking when I left.
  • K3Nv2 @ K3Nv2:
    I would've said show me how it rides
  • Psionic Roshambo @ Psionic Roshambo:
    I always wanted one of those Smart Cars with a Hyabusa motor in it.
  • K3Nv2 @ K3Nv2:
    I'm getting sick and tired of cheap ass baking pans now
  • BigOnYa @ BigOnYa:
    I think it be cool to have one that would fit in my pickup truck bed, then I could put down ramps n drive it off.
  • K3Nv2 @ K3Nv2:
    Used this one 5 times already impossible to clean
  • BigOnYa @ BigOnYa:
    @K3Nv2 I didn't know Sonic serves they food in baking pans.
    BigOnYa @ BigOnYa: @K3Nv2 I didn't know Sonic serves they food in baking pans.