Unknown 3d file

Skeletons, animations, shaders, texturing, converting, fixing and anything else related to read game models
Thawfeeq
Posts: 19
Joined: Sun Dec 30, 2018 10:34 am

Unknown 3d file

Post by Thawfeeq »

Hello, everyone, can someone help me to extract this strange file
Last edited by Thawfeeq on Mon Jun 15, 2020 4:06 pm, edited 1 time in total.
reh
Posts: 48
Joined: Sun Apr 21, 2019 2:09 am

Re: Unknown 3d file

Post by reh »

I don't know how to export it to the same format, but this is a start:
168473_1.cb.bin.png

It would be good to put the name of the game. Should there be a file that stores the offsets, in addition to this file, is there a smaller one next to it?
Thawfeeq
Posts: 19
Joined: Sun Dec 30, 2018 10:34 am

Re: Unknown 3d file

Post by Thawfeeq »

Thank you so much.
Last edited by Thawfeeq on Mon Jun 15, 2020 4:06 pm, edited 1 time in total.
Thawfeeq
Posts: 19
Joined: Sun Dec 30, 2018 10:34 am

Re: Unknown 3d file

Post by Thawfeeq »

I'm a noob BTW, lol
reh
Posts: 48
Joined: Sun Apr 21, 2019 2:09 am

Re: Unknown 3d file

Post by reh »

I used hex2obj, you can find this link along with the tutorial.
Make more samples available along with smaller files, maybe I can help.
Thawfeeq
Posts: 19
Joined: Sun Dec 30, 2018 10:34 am

Re: Unknown 3d file

Post by Thawfeeq »

Okay, I got that. ,but I have a doubt bro.In this software ,we can't render/view the model after applying a texture , can we?
I found another one , named 3d Model researcher.. It can do many more things, but I copied the same values in your picture and it says some error, like mismatch in faces and vertices.
Can you please try to render the same thing in this software too , please bro?I tried copying the same value for offset , count of faces and vertices , but it says error :( .
It follows the same working as hex2obj, no difference

Here is the link :
http://mr.game-viewer.org
Lazov
Posts: 20
Joined: Thu Apr 06, 2017 9:47 am

Re: Unknown 3d file

Post by Lazov »

Thawfeeq, MR waits in the Count field for the number of vertices, not numbers.
Example:
v1 X Y Z
v2 X Y Z
Count: 2.
Thawfeeq
Posts: 19
Joined: Sun Dec 30, 2018 10:34 am

Re: Unknown 3d file

Post by Thawfeeq »

Lazov , isn't that the same thing in hex2obj as well? tried the same values for the offsets and the face and vertices counts in researcher, same as in hex2obj, but it shows mismatch in faces and vertices.the program has bugs too.Sometimes it says , can't read data, sometimes it says mismatch in faces and vertices. Btw, the file is not at all compressed.
reh
Posts: 48
Joined: Sun Apr 21, 2019 2:09 am

Re: Unknown 3d file

Post by reh »

Hex2obj uses hexadecimal values, while the 3d Model researcher uses decimal (minus for vertex and face counts).
MR.png
Lazov
Posts: 20
Joined: Thu Apr 06, 2017 9:47 am

Re: Unknown 3d file

Post by Lazov »

reh, MR supports decimal and hexadecimal offsets.
100
0x64
Thawfeeq
Posts: 19
Joined: Sun Dec 30, 2018 10:34 am

Re: Unknown 3d file

Post by Thawfeeq »

Hey guys, been a while..

reh , Lazov is there any way we can accomplish this:
1.Convert to obj via MR tool
2.Edit the obj in blender
3.(most IMP) Convert it back to .bin format
?