The VG Resource

Full Version: How to Find Models in .bin File ~ Spider-Man Shattered Dimensions DS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I've been trying to rip models from spider-man shattered dimensions ds recently. I opened the .nds file in tinke and found a few .bin files, one of them being Glob.bin which was 34.4 mb. I believe the model files might be in this .bin due to it take more than 90% of the space of the actual rom which is around 38 mb. I was told the models could be extracted from the .bin file through hex editing. The problem is I have no clue on how I can unpack the .bin by hex editing as I have never done any hex editing before. Is there another way to rip the models from the .bin file? If not, how can I unpack the .bin so I can get the models and animations from the game?
Can't help you without a sample.
(03-06-2021, 06:34 PM)squidiskool Wrote: [ -> ]Can't help you without a sample.

Should I send the .bin file?
(03-06-2021, 06:41 PM)SonShadSilver21 Wrote: [ -> ]
(03-06-2021, 06:34 PM)squidiskool Wrote: [ -> ]Can't help you without a sample.

Should I send the .bin file?

Yeah.
(03-06-2021, 06:41 PM)squidiskool Wrote: [ -> ]
(03-06-2021, 06:41 PM)SonShadSilver21 Wrote: [ -> ]
(03-06-2021, 06:34 PM)squidiskool Wrote: [ -> ]Can't help you without a sample.

Should I send the .bin file?

Yeah.

It's alerting me that I am not allowed to upload a .bin file.
Send it in a zip file. If it's too big to upload, try sending it through something like Google Docs or Google Drive.
(03-06-2021, 07:17 PM)DogToon64 Wrote: [ -> ]Send it in a zip file. If it's too big to upload, try sending it through something like Google Docs or Google Drive.

Here it is: https://drive.google.com/file/d/1onZ0UQ1...sp=sharing

(03-06-2021, 06:41 PM)squidiskool Wrote: [ -> ]
(03-06-2021, 06:41 PM)SonShadSilver21 Wrote: [ -> ]
(03-06-2021, 06:34 PM)squidiskool Wrote: [ -> ]Can't help you without a sample.

Should I send the .bin file?

Yeah.

Sorry for late reply; here is the file on GDrive: https://drive.google.com/file/d/1onZ0UQ1...sp=sharing

(03-06-2021, 07:17 PM)DogToon64 Wrote: [ -> ]Send it in a zip file. If it's too big to upload, try sending it through something like Google Docs or Google Drive.

Here it is: https://drive.google.com/file/d/1onZ0UQ1...sp=sharing
Download apicula, unzip it, and put apicula.exe and Glob.bin in the same folder. Open a command prompt in that folder and run apicula.exe extract Glob.bin --output Glob-files. This scans Glob.bin for model/texture/animation files and puts any it finds in a new folder called Glob-files. I get 300 models or so.
(03-07-2021, 03:06 PM)scurest Wrote: [ -> ]Download apicula, unzip it, and put apicula.exe and Glob.bin in the same folder. Open a command prompt in that folder and run apicula.exe extract Glob.bin --output Glob-files. This scans Glob.bin for model/texture/animation files and puts any it finds in a new folder called Glob-files. I get 300 models or so.

Alright, thank you! I'll try this once I get back on my computer and I'll let you know if it works.
(03-07-2021, 03:16 PM)SonShadSilver21 Wrote: [ -> ]
(03-07-2021, 03:06 PM)scurest Wrote: [ -> ]Download apicula, unzip it, and put apicula.exe and Glob.bin in the same folder. Open a command prompt in that folder and run apicula.exe extract Glob.bin --output Glob-files. This scans Glob.bin for model/texture/animation files and puts any it finds in a new folder called Glob-files. I get 300 models or so.

Alright, thank you! I'll try this once I get back on my computer and I'll let you know if it works.
I tried it and... Surprise 






it works.   Big Grin
(03-07-2021, 03:06 PM)scurest Wrote: [ -> ]Download apicula, unzip it, and put apicula.exe and Glob.bin in the same folder. Open a command prompt in that folder and run apicula.exe extract Glob.bin --output Glob-files. This scans Glob.bin for model/texture/animation files and puts any it finds in a new folder called Glob-files. I get 300 models or so.

Yup, that worked. Thank you so much!
(03-07-2021, 03:06 PM)scurest Wrote: [ -> ]Download apicula, unzip it, and put apicula.exe and Glob.bin in the same folder. Open a command prompt in that folder and run apicula.exe extract Glob.bin --output Glob-files. This scans Glob.bin for model/texture/animation files and puts any it finds in a new folder called Glob-files. I get 300 models or so.

Hi, I've been trying to do this in a similar game that also had that Glob.bin file and it just doesn't seem to want to work for me. This is the message I get every time I execute it (below). I'm not sure if it really has to do with the current version of Windows I have on my laptop or not, but if so, I had updated my laptop yesterday and am on version 21H1. I extracted Glob.bin via Tinke. Should probably also mention that I'm not an expert in CLI and have very little experience in it. I've also heard from the github page for apicula that I might need one of those Visual Studio Redistributable packages and I installed the latest version but upon seeing all these options on what to install I just wasn't sure if that actually was needed (and have since uninstalled it). Does anyone have any idea what might be wrong and how to approach it?