The rules have been updated, read them now: Rules!
Serious request regarding 360 container file (encryp + comp)
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Serious request regarding 360 container file (encryp + comp)
The contents of this post was deleted because of possible forum rules violation.
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Re: Serious request regarding 360 container file (encryp + comp)
For those of you who prefer rapidshare. The link is posted as shown below:
http://rapidshare.de/files/44651264/Item-bin.rar.html
Thank you,
SharingMind
http://rapidshare.de/files/44651264/Item-bin.rar.html
Thank you,
SharingMind
-
- Moderator
- Posts: 653
- Joined: Wed Oct 18, 2006 9:48 pm
- Location: Germany
- Has thanked: 19 times
- Been thanked: 40 times
- Contact:
Re: Serious request regarding 360 container file (encryp + comp)
(Just a hint: this is Big-Endian)
I don't think it is encrypted, you can still find several plain strings in there, but file data is (for at least some of the files) indeed compressed.
I don't think it is encrypted, you can still find several plain strings in there, but file data is (for at least some of the files) indeed compressed.
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Re: Serious request regarding 360 container file (encryp + comp)
Thank you for having a look at it.Rheini wrote:(Just a hint: this is Big-Endian)
I don't think it is encrypted, you can still find several plain strings in there, but file data is (for at least some of the files) indeed compressed.
We assume it contains 3D models and its corresponding textures. My friend owns the Xbox360 SDK development kit, but he is by no means a master at it,

We would appreciate it if you can help us further,
SharingMind
-
- Moderator
- Posts: 653
- Joined: Wed Oct 18, 2006 9:48 pm
- Location: Germany
- Has thanked: 19 times
- Been thanked: 40 times
- Contact:
Re: Serious request regarding 360 container file (encryp + comp)
Don't know, I'm not familiar with Xbox stuff.
-
- mega-veteran
- Posts: 315
- Joined: Wed Aug 02, 2006 10:07 pm
- Has thanked: 10 times
- Been thanked: 93 times
Re: Serious request regarding 360 container file (encryp + comp)
SharingMind, what game is that? I found that the texture is almost the same as N3(Ninety-Nine nights)! Could you share the method to convert the texture!
And about your bin file! I am sure the 3D data isn't compressed but pat of the name seems encrypted but you can still get the model out!
"XBG" is the 3D model container and the "mesh" is the real 3D data
And about your bin file! I am sure the 3D data isn't compressed but pat of the name seems encrypted but you can still get the model out!
"XBG" is the 3D model container and the "mesh" is the real 3D data
No more Fatduck, no more FatImporter, Byebye everyone!
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Re: Serious request regarding 360 container file (encryp + comp)
Hi Fatduck,fatduck wrote:SharingMind, what game is that? I found that the texture is almost the same as N3(Ninety-Nine nights)! Could you share the method to convert the texture!
And about your bin file! I am sure the 3D data isn't compressed but pat of the name seems encrypted but you can still get the model out!
"XBG" is the 3D model container and the "mesh" is the real 3D data
Thank you for having a look at our file. It is not the game N3, though (sorry). We don't mind sharing, but could you elaborate on your question "Could you share the method to convert the texture"? So, we can be of your assistance.
As to our item.bin file could you elaborate as how to extract all its data, including the 3d models aka containers (xbgs)? And if possible repack them?
SharingMind
-
- mega-veteran
- Posts: 315
- Joined: Wed Aug 02, 2006 10:07 pm
- Has thanked: 10 times
- Been thanked: 93 times
Re: Serious request regarding 360 container file (encryp + comp)
I know It's no N3, what I said was the texture format are the same!
Look at yours @0x40 and mine @0x10.
And I already know that :
84/82 (@0x48) related to image size
53/52 (@0x4F) is DDS type
0A/02 (@0x5E) is number of mipmaps
What I really want to know is how you decode the texture! I mean if you can, share the texture format details!
About your bin file, from what I can tell are
So for XPR2(container), HeaderSize 0x800, and DataSize = 0x6000
Header Start @0x10 which is TX2D, after Header @0x810
Then texture data Start @0x810 and end @60810
Next contanter is XBG @60810, HeaderSize 0x248 and DataSize 0xE0C and so on...
Code: Select all
Your file header
00000000 58 50 52 32 00 00 08 00 00 06 00 00 00 00 00 01 XPR2............
00000010 54 58 32 44 00 00 00 20 00 00 00 34 00 00 00 18 TX2D... ...4....
00000020 00 00 00 00 49 74 65 6D 00 00 00 00 00 00 00 03 ....Item........
00000030 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................
00000040 FF FF 00 00 FF FF 00 00 84 00 00 02 00 00 00 53 ....?.....S
00000050 00 3F E1 FF 00 00 0D 10 00 00 02 40 00 04 0A 00 .??.......@....
00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
N3 Header
00000000 00 00 40 00 00 00 40 00 00 03 00 01 00 00 00 00 ..@...@.........
00000010 FF FF 00 00 FF FF 00 00 82 00 00 02 00 00 00 52 ....?.....R
00000020 00 0F E0 FF 00 00 0D 10 00 00 00 00 00 00 02 00 ..?............
00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
And I already know that :
84/82 (@0x48) related to image size
53/52 (@0x4F) is DDS type
0A/02 (@0x5E) is number of mipmaps
What I really want to know is how you decode the texture! I mean if you can, share the texture format details!
About your bin file, from what I can tell are
Code: Select all
dword ContainerName
dword ofsHeaderSize
dword ofsDataSize
dword numberFilesInContainer
Header Start @0x10 which is TX2D, after Header @0x810
Then texture data Start @0x810 and end @60810
Next contanter is XBG @60810, HeaderSize 0x248 and DataSize 0xE0C and so on...
Last edited by fatduck on Wed Feb 04, 2009 7:52 pm, edited 1 time in total.
No more Fatduck, no more FatImporter, Byebye everyone!
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Re: Serious request regarding 360 container file (encryp + comp)
Ah, ok, I will send you a pm to see if we can help you. As for this thread I'd like it to stay on-topic. We really want to be able to use the item.bin files contents. As stated earlier we will reward the individual who will be able to dhelp us.fatduck wrote:I know It's no N3, what I said was the texture format are the same!Look at yours @0x40 and mine @0x10.Code: Select all
Your file header 00000010 54 58 32 44 00 00 00 20 00 00 00 34 00 00 00 18 TX2D... ...4.... 00000020 00 00 00 00 49 74 65 6D 00 00 00 00 00 00 00 03 ....Item........ 00000030 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00000040 FF FF 00 00 FF FF 00 00 84 00 00 02 00 00 00 53 ....?.....S 00000050 00 3F E1 FF 00 00 0D 10 00 00 02 40 00 04 0A 00 .??.......@.... 00000060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ N3 Header 00000000 00 00 40 00 00 00 40 00 00 03 00 01 00 00 00 00 ..@...@......... 00000010 FF FF 00 00 FF FF 00 00 82 00 00 02 00 00 00 52 ....?.....R 00000020 00 0F E0 FF 00 00 0D 10 00 00 00 00 00 00 02 00 ..?............ 00000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
And I already know that :
84/82 (@0x48) related to image size
53/52 (@0x4F) is DDS type
0A/02 (@0x5E) is number of mipmaps
What I really want to know is how you decode the texture! I mean if you can, share the texture format details!
Regarding our item.bin file. Were you able to extract the 3D models?
SharingMind
-
- mega-veteran
- Posts: 315
- Joined: Wed Aug 02, 2006 10:07 pm
- Has thanked: 10 times
- Been thanked: 93 times
Re: Serious request regarding 360 container file (encryp + comp)
A quick look at Item.bin contains 46 model!
I need the format of the texture, share it please!
I need the format of the texture, share it please!
You do not have the required permissions to view the files attached to this post.
No more Fatduck, no more FatImporter, Byebye everyone!
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Re: Serious request regarding 360 container file (encryp + comp)
Hi Fatduck,fatduck wrote:A quick look at Item.bin contains 46 model!
I need the format of the texture, share it please!
That is great work!!!
We are glad to see what you've managed to accomplish sofar. Respect!
We would need to be able to extract and repack item.bin file. Would you be able to create a script or small gui program which does that?
As to your format question, we replied back to you per pm that we can help you if you guide us as to what you precisely need. I will also forward it per email.
Thank you for your effort sofar, it is greatly appreciated. I'll send you another pm,
SharingMind
****Update: tried to send you an email, but the mail was rejected because the email was not accepted:
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 Requested action not taken: mailbox unavailable (state 14).
Maybe your email was misspelled? I've send you another pm with the copy of the email.***
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Re: Serious request regarding 360 container file (encryp + comp)
Fatduck,
Hit me up per email or pm. I think I've found your data,
SharingMind
Hit me up per email or pm. I think I've found your data,
SharingMind
-
- n00b
- Posts: 16
- Joined: Mon Feb 02, 2009 3:36 pm
Re: Serious request regarding 360 container file (encryp + comp)
Hi MrMouse,Mr.Mouse wrote:Why all the secrecy, SharingMind?
No secrecy at all, I uploaded my file. Fatduck asked me a question, which I have an answer on, but it contains alot of specific data. And does not add to the topic of my thread. I would like to keep this thread clean and on topic, how to extract and repack the item.bin file,
SharingMind
**Update: MrMouse I send you a pm
Re: Serious request regarding 360 container file (encryp + comp)
Hi, I was wondering how I could open the xbg/xbt files.
Thanks in advance.
Thanks in advance.