Unknown 3d file
-
- Posts: 19
- Joined: Sun Dec 30, 2018 10:34 am
Unknown 3d file
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.
-
- Posts: 48
- Joined: Sun Apr 21, 2019 2:09 am
Re: Unknown 3d file
I don't know how to export it to the same format, but this is a start:
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?
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?
-
- Posts: 19
- Joined: Sun Dec 30, 2018 10:34 am
Re: Unknown 3d file
Thank you so much.
Last edited by Thawfeeq on Mon Jun 15, 2020 4:06 pm, edited 1 time in total.
-
- Posts: 48
- Joined: Sun Apr 21, 2019 2:09 am
Re: Unknown 3d file
I used hex2obj, you can find this link along with the tutorial.
Make more samples available along with smaller files, maybe I can help.
Make more samples available along with smaller files, maybe I can help.
-
- Posts: 19
- Joined: Sun Dec 30, 2018 10:34 am
Re: Unknown 3d file
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
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
-
- Posts: 20
- Joined: Thu Apr 06, 2017 9:47 am
Re: Unknown 3d file
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.
Example:
v1 X Y Z
v2 X Y Z
Count: 2.
-
- Posts: 19
- Joined: Sun Dec 30, 2018 10:34 am
Re: Unknown 3d file
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.
-
- Posts: 48
- Joined: Sun Apr 21, 2019 2:09 am
Re: Unknown 3d file
Hex2obj uses hexadecimal values, while the 3d Model researcher uses decimal (minus for vertex and face counts).
-
- Posts: 20
- Joined: Thu Apr 06, 2017 9:47 am
Re: Unknown 3d file
reh, MR supports decimal and hexadecimal offsets.
100
0x64
100
0x64
-
- Posts: 19
- Joined: Sun Dec 30, 2018 10:34 am
Re: Unknown 3d file
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
?
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
?