Just Dance Wii 2 .bf (BigFile) archive

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
AlarodJD
Posts: 70
Joined: Thu Mar 21, 2019 1:02 am

Just Dance Wii 2 .bf (BigFile) archive

Post by AlarodJD »

I noticed while extracting this specific .bf file from said game that some files you can get with a Dolphin texture dump are missing when I extract this file. I get different files out with all of the .abe and .bf files (they are the same format :) ). If anyone could help me I would be very thankful.

Before society breaks down, here is the archive I am trying to extract: https://drive.google.com/file/d/1JkWUSD ... sp=sharing

I think the script may be missing some files it should be extracting.
h3x3r
Posts: 165
Joined: Wed Jun 01, 2016 5:53 pm

Re: Just Dance Wii 2 .bf (BigFile) archive

Post by h3x3r »

Code: Select all

get FILENAME basename
get MAGIC long
get VERSION long
getdstring DUMMY 0x10
get TABLE_OFF long
getdstring DUMMY 0x10
get FILES long
goto TABLE_OFF
getdstring DUMMY 0xC

for i = 0 < FILES
   get NAME string
   get DUMMY0 string
   get DUMMY1 string
   getdstring DUMMY 0x3
   get FILENUM long
   get SIZE long
   getdstring DUMMY 0x10
   get OFFSET long
   getdstring DUMMY 0x58
   string NAME p= "%s/%s" FILENAME NAME
   log NAME OFFSET SIZE
next i
AlarodJD
Posts: 70
Joined: Thu Mar 21, 2019 1:02 am

Re: Just Dance Wii 2 .bf (BigFile) archive

Post by AlarodJD »

When I extract the .bin files inside of it (Specifically fef ones) it doesn't work with the already available script for them, just_dance_4.bms.