So i have this binary file (.bin) that has .dc file inside it, i need bms script to extract it.
here's an example file: https://mega.nz/#!NKRkSQza!-MGYVx8Hf7L-e4tQp2freTySwlKI6LxnICt9O4LjCGM
i did some digging with hex editor and it doesn't seem to have file size mentioned anywhere inside but i heard you can get that from the OS externally. Also if you can't figure out from the file what im trying to extract its the "t1final/t1/src/game/script/ss-bills/ss-bil-bar-bill-leads.dc" it has full file path with folders like so.
Can someone help me with this .bin file? [DC00 / The Last of Us ps3]
-
- Posts: 6
- Joined: Fri Mar 22, 2019 12:08 pm
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Can someone help me with this .bin file? [DC00]
What's the name of the game?
I see the "DC00" magic at the beginning and it seems a compiled script indeed, but I don't know what's the language.
I see the "DC00" magic at the beginning and it seems a compiled script indeed, but I don't know what's the language.
-
- Posts: 6
- Joined: Fri Mar 22, 2019 12:08 pm
Re: Can someone help me with this .bin file? [DC00]
aluigi wrote:What's the name of the game?
I see the "DC00" magic at the beginning and it seems a compiled script indeed, but I don't know what's the language.
The game is The Last of Us ps3, the DC file should be text file that has the code for that script in plain text and it should be Naughty Dog's own language Scheme.
Can you extract the file from there?
-
- Posts: 6
- Joined: Fri Mar 22, 2019 12:08 pm
Re: Can someone help me with this .bin file? [DC00 / The Last of Us ps3]
Also im gonna give here example file of the .DC file https://cdn.discordapp.com/attachments/371297725796319242/556160264727429121/render-settings-01.dc (before you ask no i didn't extract this from .bin file i just made the game export this particular file.)