I replied
The rules have been updated, read them now: Rules!
Search found 73 matches
- Mon Feb 22, 2021 1:19 am
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
- Fri Feb 19, 2021 11:07 am
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
- Wed Feb 17, 2021 10:58 am
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
Re: 3D Model Researcher - extract 3D models with Python
Update - Pro version - Added all features from update v2.7 - Unpacking Zlib data Video . Zlib is often used to compress models. Usually the beginning of such data is byte 0x78. Hello? I've paid for the Pro version on your website then where is my key code? Don't tell me this is a trap :cry: Can't g...
- Sun Feb 14, 2021 12:17 am
- Forum: 3D/2D models
- Topic: Fahrenheit (Indigo Prophecy) 2005 EU PC - Research
- Replies: 25
- Views: 926
Re: Fahrenheit (Indigo Prophecy) 2005 EU PC - Help find UV
After finding the vertices, you can start looking for the normals, because they can be visualized. Texture coordinates can also be rendered in the Texture tab.
- Mon Nov 09, 2020 4:05 pm
- Forum: 3D/2D models
- Topic: Dragons rise of berk Ludia
- Replies: 19
- Views: 1298
Re: Dragons rise of berk Ludia
Template:
v 0x0 2579 24 0 Float XYZ
f 0x16aac 3250 0 0 Short Triangles
vt 28 2579 28 0 Float UV
vn 0xc 2579 24 0 Float XYZ
v 0x0 2579 24 0 Float XYZ
f 0x16aac 3250 0 0 Short Triangles
vt 28 2579 28 0 Float UV
vn 0xc 2579 24 0 Float XYZ
- Mon Nov 09, 2020 4:04 pm
- Forum: 3D/2D models
- Topic: Dragons rise of berk Ludia
- Replies: 19
- Views: 1298
Re: Dragons rise of berk Ludia
tontonGrim
- Tue Nov 03, 2020 9:57 am
- Forum: 3D/2D models
- Topic: Dragons rise of berk Ludia
- Replies: 19
- Views: 1298
- Sun Oct 25, 2020 7:29 am
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
Re: 3D Model Researcher - extract 3D models with Python
Update - Pro version
- Added all features from update v2.7
- Unpacking Zlib data Video. Zlib is often used to compress models. Usually the beginning of such data is byte 0x78.
- Added all features from update v2.7
- Unpacking Zlib data Video. Zlib is often used to compress models. Usually the beginning of such data is byte 0x78.
- Mon Oct 05, 2020 10:48 pm
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
Re: 3D Model Researcher - extract 3D models with Python
AMDFreak2006
Yes, the program does not take into account the position of the texture when saving the model. I will try to fix it in the new version.
Thanks for reporting the issue.
Yes, the program does not take into account the position of the texture when saving the model. I will try to fix it in the new version.
Thanks for reporting the issue.
- Sat May 23, 2020 11:53 am
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
Re: 3D Model Researcher - extract 3D models with Python
Please tell me how to do this calculation, this is an example: Float ------> Short_signed Vertices in float: X = 34 80 45 C2 ---- short_signed ----> xx xx Y = C1 F9 65 42 ---- short_signed ----> xx xx Z = 94 F6 76 41 ---- short_signed ----> xx xx It depends on the program that uses this data format...
- Fri May 08, 2020 5:31 pm
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
Re: 3D Model Researcher - extract 3D models with Python
To convert shor_signed to float, the program seems to divide the number by 256 or 0xffff.
- Thu May 07, 2020 11:42 pm
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
Re: 3D Model Researcher - extract 3D models with Python
Segal, learn the basics of Python and create this converter.
The fact is that all models have a different format, and it is impossible to create a converter for all formats.
Code: Select all
# Python 3.6
import struct
struct.pack("f",0.154).hex()
- Sun Apr 12, 2020 9:53 pm
- Forum: General game tools
- Topic: 3D Model Researcher - extract 3D models with Python
- Replies: 131
- Views: 42131
Re: 3D Model Researcher - extract 3D models with Python
MadTucker
Write to me in the PM. The message may be in the spam folder.
Write to me in the PM. The message may be in the spam folder.
- Mon Mar 30, 2020 9:02 pm
- Forum: Holy Cow!
- Topic: Who speaks Russian ?
- Replies: 30
- Views: 6201
- Mon Nov 18, 2019 5:18 pm
- Forum: General game tools
- Topic: Spotlight: Señor Casaroja's Noesis
- Replies: 1829
- Views: 410909
Re: Spotlight: Señor Casaroja's Noesis
Such a problem. The skeleton is displayed correctly during animation. But the model is distorted - very elongated. What could be the problem? In the transformation matrices?

