The Forum is up for sale: XeNTaX Forum looking for new owner
Final Fantasy 13 Lightning Returns (.bin) ??
Final Fantasy 13 Lightning Returns (.bin) ??
here is my file : https://drive.google.com/open?id=0BwPrT ... kZrXzRpam8. please create bms script for it, Aluigi. please help. Any other thread not worked!!!
- makcar
- veteran
- Posts: 154
- Joined: Mon May 12, 2014 10:41 pm
- Has thanked: 22 times
- Been thanked: 45 times
Re: Final Fantasy 13 Lightning Returns (.bin) ??
Try this
Unpack:
ffxiiicrypt.exe -d filelist2a.win32.bin 3
ffxiiicrypt.exe -d white_img2a.win32.bin 3
ff13tool -x -ff133 filelist2a.win32.bin white_img2a.win32.bin
Pack:
ff13tool -c -ff133 filelist2a.win32.bin white_img2a
ffxiiicrypt.exe -e filelist2a.win32.bin 3
ffxiiicrypt.exe -e white_img2a.win32.bin 3
Unpack:
ffxiiicrypt.exe -d filelist2a.win32.bin 3
ffxiiicrypt.exe -d white_img2a.win32.bin 3
ff13tool -x -ff133 filelist2a.win32.bin white_img2a.win32.bin
Pack:
ff13tool -c -ff133 filelist2a.win32.bin white_img2a
ffxiiicrypt.exe -e filelist2a.win32.bin 3
ffxiiicrypt.exe -e white_img2a.win32.bin 3
You do not have the required permissions to view the files attached to this post.
Re: Final Fantasy 13 Lightning Returns (.bin) ??
where is output file?? I do like you said, but it happen so fast, may be 1 second. Is it really extract this file with this tool??Here my picture show off: http://imgur.com/a/2Gmx9.
Re: Final Fantasy 13 Lightning Returns (.bin) ??
Thanks you. It worked. Love you, buddy. what about file .wdb and .xgr , imgb , xfv? how to open those file? can you extract white_z0100a_img2.win32.bin file in "/weiss_data/zone" folder?
Re: Final Fantasy 13 Lightning Returns (.bin) ??
I'll zombie this thread to give a gift for wdb files in QuickBMS - I couldn't find anything related to these files which begin with WPD, so I made this for my own uses. Its rough, and I'm lazy, but it should work - its a very simple archive format.
Code: Select all
endian big
idstring "WPD\x00"
get fileCount long
get null long
get null long
for i = 0 < fileCount
getdstring name 0x10
get pointer long
get length long
getdstring fileType 0x04
get null long
string FNAME p= "%s.%s" name fileType
log FNAME pointer length
next i

