PDA

View Full Version : Opening .bin files?



celebimc
January 29th, 2006, 06:05
In the Animal Crossing disc, there are tons of .bin files. I tried opening them using Stuffit Expander as well as thakis' szs tools. I believe that's were the majority of the models are stored. Has anyone been able to open these .bin files?

celebimc
January 30th, 2006, 14:23
Can anyone help me?

Blacklord
January 30th, 2006, 17:52
right. So ur saying ur trying to play the bins from the disc? Make an iso first.

celebimc
January 30th, 2006, 20:15
no, I think the character models are stored in the .bin files

thakis
January 30th, 2006, 20:49
Okee...
N64 roms don't have a file system, everything (executable, models, sound, etc) is just one large file (well...the n64 doesn't know anything about files...so it's just "one large rom"...whatever...). So the models are in the bin file, but all the other stuff is there as well. Because every n64 rom has it internal data stored differently (and usually compressed), there are no tools to extract data from them.

But you can try to run the .bin file in an n64 emu with a geometry dump gfx plugin :-P

Don_Creek
November 8th, 2007, 20:16
i found some .BIN files in the Luigi's Mansion ISO [PAL]. it seems to be a kinda file-container. does anyone know a tool for open it? ( b/c i need some map data of Luigi's Mansion xD ) i tried to open it with UltraISO, nope x?

anyway.. now im trying to read the header wich contains following data so far:
- name
- some offsets
- some 0-paddings
- and some unknown parts :?

check attachment for more details.
maybe someone can find out more than i.. xD

Sercio
November 8th, 2007, 20:47
Did you try The Game extractor? (http://www.watto.org/extract/)
It just works on few games but its worth to try

Don_Creek
November 8th, 2007, 22:38
dont work :?

smcd
November 9th, 2007, 01:30
"bin" is a typical generic extension, usually meaning "binary" - these files often have custom formats dependent upon the program using them... you would have the most luck using reverse engineering (an emulator with debugging tools would be handy)