Posts: 9
Threads: 2
Joined: Apr 2017
07-12-2017, 03:17 PM
(This post was last modified: 08-19-2019, 10:04 AM by Lazov.)
3D Model Researcher is a program for studying binary files of 3D models. Model Researcher allows to display and visualize the data read from the file with the specified parameters, and also save them in the 3D Obj format. The program is a great help with the search for vertex data, faces, texture coordinates and normal vectors in an unknown 3D format. The main feature of the program is the support of the scripts in the programming language Python, which allows to extract models from almost any format.
Opportunities
- Analyze the 3D model files, search of vertices, faces, texture coordinates, normal vectors
- Data output is presented textually
- Data visualization in 3D format
- Visualization of texture coordinates
- Highlight data structure in the built-in Hex-Viewer
- Applying textures to the model
- Support of Python scripts
- System of submeshes
- Normals vectors
- Loading and saving templates with form values
- Data export in Obj format
Video:
Work of the program (Texture)
Page of the program:
http://mr.game-viewer.org/
Guide:
http://mr.game-viewer.org/tutorial.php
Description of API functions:
http://mr.game-viewer.org/tutorial.php?name=API
Posts: 476
Threads: 26
Joined: Jun 2010
07-12-2017, 03:21 PM
(This post was last modified: 07-12-2017, 03:21 PM by sutinoer.)
Cool, is it posibil to downloaden? Or is this a showreel.
Posts: 9
Threads: 2
Joined: Apr 2017
(07-12-2017, 03:21 PM)sutinoer Wrote: Cool, is it posibil to downloaden? Or is this a showreel.
On the page with the program there is a link.
Posts: 9
Threads: 2
Joined: Apr 2017
11-25-2017, 12:37 PM
(This post was last modified: 11-25-2017, 12:37 PM by Lazov.)
Update
- Added support for Triangle Strip without FF.
- Now the program does not crash when drawing a texture map at a nan.
The Pro version of the program was released
- Support of Python scripts
- System of submeshes
- Normals vectors
About Pro version:
http://lazov.ru/mr/about_pro.php
Posts: 9
Threads: 2
Joined: Apr 2017
03-25-2018, 02:55 PM
(This post was last modified: 03-25-2018, 02:57 PM by Lazov.)
The program is updated! You can download the new version on the website.
Update v2.4
- The program does not freeze when resizing on other tabs
- Added a Hex-Viewer.
The big drawback of the program was the lack of a built-in hex-viewer. Now he has appeared! =) Moreover, it has the highlighting of the model data: vertices (red color), faces (green), texture coordinates (yellow). When changing the parameters of forms, you can immediately see what data will be read. Probably, it will be very useful for beginners.
Posts: 25
Threads: 0
Joined: Mar 2014
03-25-2018, 07:39 PM
(This post was last modified: 03-25-2018, 07:41 PM by sandy1973.)
Does it work with dff model format?
Does it also work on .ho files?
The future of things to come...
NID - LDEJRuff
3DS FC - 1349-9258-6921
Switch FC - SW-6321-5752-9422
Posts: 9
Threads: 2
Joined: Apr 2017
03-27-2018, 02:55 AM
(This post was last modified: 03-27-2018, 02:59 AM by Lazov.)
Guys, the program works with all formats. But this is not an unpacker. This is a program for data analysis of 3D models. Large formats have a simple structure. The site has a tutorial.
http://lazov.ru/mr/tutorial.php
Posts: 609
Threads: 26
Joined: May 2008
This looks amazing and I really really want to try it out. In essence, it's what Tile Molester/GGD is to 2D graphics, but for 3D.
Unfortunately it doesn't seem to work with WINE so I need to come up with a virtualisation solution or something I guess.
Once there was a way to get back homeward
Posts: 9
Threads: 2
Joined: Apr 2017
(03-27-2018, 03:13 AM)Raccoon Sam Wrote: Unfortunately it doesn't seem to work with WINE so I need to come up with a virtualisation solution or something I guess.
Thank you for helping distribute the program. I saw your topic in this forum. =)
It is possible that soon there will be support for Linux.
Posts: 9
Threads: 2
Joined: Apr 2017
04-07-2018, 05:41 AM
(This post was last modified: 04-07-2018, 05:52 AM by Lazov.)
The program has been updated.
Update v2.4.2
- Finalized Hex-viewer.
- In the "3D View" tab, a button is added to return the camera to its initial position (useful if you centered on the object with incorrect coordinates).
- There was a version for Windows XP
Pro version:
- Added a Hex-Viewer.
- Added data inspector to Hex-viewer
- Fixed minor bugs