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

Search found 84 matches

by Lazov
Fri Jan 18, 2019 9:50 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

I updated the version for Windows XP. Thank you! My last question is about uv’s. I can’t get right values with type Short_sign in MR Xp version. Is short_sign same type than WordUV or Short All in Hex2Obj which I can get right values for Uvs? First uv values should be vt 0.753769 0.968872 (Hex2Obj)...
by Lazov
Wed Jan 16, 2019 6: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

adroduke
It is probably better to write about this in this topic, attaching the model file:
viewforum.php?f=16
by Lazov
Tue Jan 15, 2019 8:45 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, I am going to add animation support in the future. But everything is much more complicated there, a lot of data.

I updated the version for Windows XP.
by Lazov
Mon Jan 14, 2019 1:03 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

There is a bug in Xp version of Model Researcher v2.4.2. My model is big endian and vertices is half-float and faces is short. Trying to toggle endian there is no effect and values doesn't change. Setting type to float endian change works properly. I don't know how it works in latest version v2.5 b...
by Lazov
Fri Jan 11, 2019 2:13 pm
Forum: Tutorials
Topic: Extract 3D models from binary files
Replies: 3
Views: 13362

Re: Extract 3D models from binary files

The guy recorded a good video tutorials on extracting models.
https://www.youtube.com/watch?v=tZETrC4JjuY
https://www.youtube.com/watch?v=2dTkiEhttq4
by Lazov
Mon Dec 10, 2018 5:51 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

Honkasumi wrote:Hi, can i extract models from apps from programs like nox or BlueStacks programs.
The ability to export depends on the format structure.
by Lazov
Thu Sep 20, 2018 2:11 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

Update v2.5

- Added the ability to make a screenshot and a screenshot with information
- Fixed minor bugs

I will try to add the normal vectors in the next update.

Fiammanera628, Short is an integer data type that takes 2 bytes. The program divides vertices in this type by 256.
by Lazov
Sun Aug 19, 2018 7:49 am
Forum: 3D/2D models
Topic: Gravity Rush 2/Gravity Daze 2 (PS4)
Replies: 30
Views: 14016

Re: Gravity Rush 2/Gravity Daze 2 (PS4)

I think it's better to write scripts for Noesis, because not everyone has a Pro version. In addition, after adding animation support, the API functions may change slightly.
by Lazov
Fri Aug 17, 2018 9:39 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

When the vertices are in Short, they are divided by 256. But in fact they can be transformed differently.
by Lazov
Thu Aug 16, 2018 9:39 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

Fiammanera628, so what is the problem?
by Lazov
Mon Aug 13, 2018 10:22 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

import mrp
f = mrp.get_bfile()
b = f.read(count).decode("utf-8")

Something like this)
by Lazov
Sat Jul 28, 2018 7:32 pm
Forum: Tutorials
Topic: Hi can someone help me ? I have a question
Replies: 2
Views: 5917

Re: Hi can someone help me ? I have a question

There are more than 60 Python plugins here. Almost every plug-in has a code for unpacking the archive and extracting resources.
http://game-viewer.org/plugins.php
by Lazov
Wed Jul 25, 2018 1:29 pm
Forum: Compressed files and methods
Topic: how to unpack nxarc file? (Nintendo ARChives)
Replies: 2
Views: 1762

Re: how to unpack nxarc file? (Nintendo ARChives)

In the archive there is an exe-file and a source code in Python.
Run from the command line: unpack.exe <path to the archive>
You can also put the archives in the folder with the program and run unpack.exe.

https://yadi.sk/d/Je177tlM3Za4QV
by Lazov
Sat Apr 07, 2018 11:35 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

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-View...
by Lazov
Tue Apr 03, 2018 7:36 am
Forum: 3D/2D models
Topic: Chinese Fishing Joy 3 extraction
Replies: 17
Views: 5728

Re: Chinese Fishing Joy 3 extraction

The vertex data is most likely stored in Short, but is divided not by 0xff, but by another number.

Image