Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 84 matches

by Lazov
Mon Oct 28, 2019 4:30 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

Thanks, Aterbust!
I updated the program.
by Lazov
Fri Oct 25, 2019 11:47 am
Forum: 3D/2D models
Topic: Parasite Eve
Replies: 14
Views: 3342

Re: Parasite Eve

Most likely, the problem is in negative coordinates. If the coordinate is less than 0, then the program converts by subtracting the coordinate from 1.
--
if u < 0: u = 1 - abs(u)
Perhaps this is the wrong approach.
by Lazov
Mon Oct 07, 2019 1:28 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

The program has been updated. Update v2.6 - Added support for normal vectors! - Template format is now compatible with the Pro version. - The algorithm for calculating normal vectors has been changed. Now the model looks better. - Added TStrip, TStripFF formats for texture coordinate indices and nor...
by Lazov
Fri Aug 09, 2019 9:00 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

GHFear
All coordinates are divided by 0xffff.

EDXZ23
Try using meshes. If it turned out to build part of the model, this is already good.
By the way, I can not open the archive with your model.
by Lazov
Mon Aug 05, 2019 2:16 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

EDXZ23
Unfortunately, there is nothing I can help. I almost do not extract models. But there are people who know this subject very well. Try to ask a question on the forum:
viewforum.php?f=16
by Lazov
Wed Jul 31, 2019 5:04 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

EDXZ23
The readByte function returns a single value, and a tuple is needed.
Try this:
fc = (f.readByte (), f.readByte (), f.readByte ())
faces.append (fc)

But it will not help to extract the model. Need to somehow convert the data.
by Lazov
Wed Jul 31, 2019 3:36 am
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

EDXZ23
It is necessary to watch the model itself, a screenshot does not give any information. Some models can not be opened using standard functionality. But with the help of scripts you can extract any models.
by Lazov
Fri Jul 26, 2019 12:35 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

jayn23
Why do you need it? It is hardly possible.

rudi246
I looked at the files with the models. Unfortunately, I did not understand how to extract the model.
by Lazov
Tue Feb 12, 2019 9:40 am
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

I did not find the difference.
Image
by Lazov
Mon Feb 11, 2019 10:23 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

Beedy
Can you give an example of a model with a template for Hex2Obj?
by Lazov
Mon Jan 28, 2019 5:24 am
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

Nega
I updated the program. Added logging.
Download the latest version from the site and run the program using the "-log" option:
C:\%path_to_MR%\ModelResearcher.exe -log

After launch, the out.log file will appear in the program folder. After the program crashes, check the log.
by Lazov
Sun Jan 27, 2019 2:21 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

Nega, please check the free version.
by Lazov
Sun Jan 27, 2019 1:44 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

Nega, It is difficult to say what is the reason. Need more information about your actions that lead to this.
by Lazov
Sat Jan 26, 2019 8:18 pm
Forum: General game tools
Topic: 3D Model Researcher - extract 3D models with Python
Replies: 171
Views: 85901

Re: 3D Model Researcher - extract 3D models with Python

Nega, maybe the RAM is not enough? Which version crashes? Pro only?
by Lazov
Fri Jan 18, 2019 10:28 pm
Forum: 3D/2D models
Topic: Burnout series models
Replies: 46
Views: 13617

Re: Burnout series models

The whole model is divided into several small meshes with 30-50 vertices. To get it using the program is hardly possible.
Car1.bgv_01-19-19_04-24-46.png