Hello! I recently took up a project to translate the game Shin Megami Tensei: Devil Summoner for psp. All I need is a way to extract the .bin archives so I can edit the hexadecimals that correspond to the Japanese text. The Shin Megami Tensei fanbase would really appreciate the help!
I had posted this in the wrong category last time, my bad
Devil Summoner PSP *.bin script request
-
- Posts: 2
- Joined: Thu Dec 28, 2017 10:20 pm
Devil Summoner PSP *.bin script request
Last edited by neonet1 on Fri Dec 29, 2017 1:27 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Devil Summoner PSP *.bin script request
Code: Select all
get FILES long
for i = 0 < FILES
get SIZE[i] long
next i
padding 0x10
savepos OFFSET
for i = 0 < FILES
log "" OFFSET SIZE[i]
math OFFSET + SIZE[i]
next i
-
- Posts: 2
- Joined: Thu Dec 28, 2017 10:20 pm
Re: Devil Summoner PSP *.bin script request
Thank you so much! I'll post on this thread if any other obstacle ever arises