Game: http://store.steampowered.com/app/34017 ... Y_TYPE0_HD
Example 500 mb files: http://www85.zippyshare.com/v/OzXJqG4V/file.html
Example lang (header ATELY) 15 mb files : http://www71.zippyshare.com/v/qNKd0gX3/file.html
Final Fantasy Type-0 HD .bin
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: Final Fantasy Type-0 HD .bin
Here script by Falo http://forum.xentax.com/viewtopic.php?p=57953#p57953 for battle folder
Someone fix it to event and menu folder?
Code: Select all
get numFiles long
get unk1 long
get unk2 long
GetDString Name 12
for x = 1 to numFiles
GetDString ext 4
get Offset long
get unk3 byte
get Size THREEBYTE
if Size > 0
set FileName Name
string FileName += "."
string FileName += ext
log FileName Offset Size
endif
next x
Someone fix it to event and menu folder?