X360 Gundam Musou 2 *.bin file

Post questions about game models here, or help out others!
Post Reply
User avatar
dj082502
mega-veteran
mega-veteran
Posts: 202
Joined: Wed Oct 13, 2010 3:47 am
Has thanked: 37 times
Been thanked: 21 times

X360 Gundam Musou 2 *.bin file

Post by dj082502 » Wed Oct 13, 2010 4:41 am

Hi everybody!
Please help me solve my problem
I have some *.bin files from X360 Gundam Musou 2.
I have a question concerning *.bin files
How to convert *.bin to obj file?

*.bin files Import error in Noesisv18,,,
Image


BIN samples:
BNS2473.7z
Image


Thank you.
You do not have the required permissions to view the files attached to this post.
Last edited by dj082502 on Sun Oct 17, 2010 11:36 am, edited 3 times in total.

User avatar
youngmark
veteran
Posts: 145
Joined: Thu Sep 02, 2010 1:38 pm
Has thanked: 30 times
Been thanked: 5 times

Re: X360 XXXX Musou *.bin file

Post by youngmark » Thu Oct 14, 2010 7:46 am

dword IntegerID //0x1EDE
dword numRes
dword BlockSize
dword Padding

struct Index {
dword ofsBlock //real offset = ofsBlock * BlockSize
dword ResSize
}

By fatduck

I don't know anything any more.

User avatar
dj082502
mega-veteran
mega-veteran
Posts: 202
Joined: Wed Oct 13, 2010 3:47 am
Has thanked: 37 times
Been thanked: 21 times

Re: X360 XXXX Musou *.bin file

Post by dj082502 » Thu Oct 14, 2010 8:12 am

youngmark wrote:dword IntegerID //0x1EDE
dword numRes
dword BlockSize
dword Padding

struct Index {
dword ofsBlock //real offset = ofsBlock * BlockSize
dword ResSize
}

By fatduck

I don't know anything any more.
Thank you for your help.
Could you give us some more details on that.

User avatar
MrAdults
Moderator
Posts: 1007
Joined: Mon Mar 23, 2009 2:57 am
Has thanked: 44 times
Been thanked: 501 times

Re: X360 XXXX Musou *.bin file

Post by MrAdults » Fri Oct 15, 2010 3:12 pm

I did this model format a while ago at the request of chrrox. It was a quick one-night job, as I recall, and I don't think I ever got the textures mapped properly. I'm not really sure, I haven't looked at it in forever. Here's example loader code. (it won't compile due to external dependencies, but the file structure is in there)

http://pastebin.com/j3FhfNv3

User avatar
dj082502
mega-veteran
mega-veteran
Posts: 202
Joined: Wed Oct 13, 2010 3:47 am
Has thanked: 37 times
Been thanked: 21 times

Re: X360 XXXX Musou *.bin file

Post by dj082502 » Sat Oct 16, 2010 2:05 am

MrAdults wrote:I did this model format a while ago at the request of chrrox. It was a quick one-night job, as I recall, and I don't think I ever got the textures mapped properly. I'm not really sure, I haven't looked at it in forever. Here's example loader code. (it won't compile due to external dependencies, but the file structure is in there)

http://pastebin.com/j3FhfNv3
Thank you for your help.
The example is hard to understand.

In this field, I am as good as a beginner.

Post Reply