01-29-2016, 12:52 AM
(This post was last modified: 01-29-2016, 01:50 AM by einstein95.)
(01-28-2016, 04:26 PM)Ton Wrote: With the sequel coming out, have we cracked Bravely Default yet? I think all the towns are actually 2D images, among other things.
Bravely Default uses darc archives as well as "crowd.fs" and "index.fs" files. All contain bclim graphics. You can either rip the textures from crowd.fs using texturipper or rip the files using this QuickBMS script and go from there. The files with no extensions are darc archives.
Code:
open FDSE "index.fs"
open FDSE "crowd.fs" 1
do
get NEXTENTOFF long
get OFF long
get SIZE long
get CRC long
get NAME string
log NAME OFF SIZE 1
goto NEXTENTOFF
while NEXTENTOFF != 0