I ripped the contents of the wii iso MLB Power Pros 2009. I got a bunch of files, but the one I am interested in extracting is the Project.Bin file. I have tried multiple BMS scripts but I haven't gotten any success. I was hoping someone could help me figure this out.
Here's the google drive link to the project.bin file: https://drive.google.com/file/d/0B4xqrGINgQGRR3dtb0JmLW5lNWM/view?usp=sharing
Project.Bin File (MLB Power Pros 2009 Wii)
-
- Posts: 5
- Joined: Sun Jan 24, 2016 7:46 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
-
- Posts: 5
- Joined: Sun Jan 24, 2016 7:46 pm
Re: Project.Bin File (MLB Power Pros 2009 Wii)
Thank you, aluigi!
-
- Posts: 5
- Joined: Sun Jan 24, 2016 7:46 pm
Re: Project.Bin File (MLB Power Pros 2009 Wii)
After using the script, I got .pack files for the game's code and assets. Is there something that opens all .pack files, or is a script specific to the game's .pack files required? I tried testing out methods with a copy of this .pack file: https://drive.google.com/file/d/0B4xqrG ... sp=sharing.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Project.Bin File (MLB Power Pros 2009 Wii)
As visible from the small pack files extracted, basically the raw data starts immediately at offset 0x20.
There are no references about files, offsets, sizes and so on.
There are no references about files, offsets, sizes and so on.
-
- Posts: 5
- Joined: Sun Jan 24, 2016 7:46 pm
Re: Project.Bin File (MLB Power Pros 2009 Wii)
aluigi wrote:As visible from the small pack files extracted, basically the raw data starts immediately at offset 0x20.
There are no references about files, offsets, sizes and so on.
Does that mean there's nothing useful in the files? I'm sorry if it seems like I'm asking a lot of questions, I don't know a lot about these things. Sorry about that.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Project.Bin File (MLB Power Pros 2009 Wii)
When you have common formats like DDS, PNG, RIFF and so on, it's everything very easy.
But in this case I don't know what data it's that.
But in this case I don't know what data it's that.