Hello.
There's an issue importing these files.
Spiderman Remastered (PC) model tool
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Spiderman Remastered (PC) model tool
Version 0.55 beta of Model import tool:
- tangents/bitangent sign support
- fixed error message for weight buffer overfloat
Model exporter was also updated, to get proper NORMALS.
They were incorrect all this time. Not too far, but about 10% here or there.
- tangents/bitangent sign support
- fixed error message for weight buffer overfloat
Model exporter was also updated, to get proper NORMALS.
They were incorrect all this time. Not too far, but about 10% here or there.
-
- Posts: 1040
- Joined: Sun Mar 22, 2015 7:09 pm
Re: Spiderman Remastered (PC) model tool
Version 0.56 beta of Model import tool:
- lookgroup support
- _materials.txt is now expected as 3rd parameter, and not found automatically by the tool
Model export tool now outputs lookgroup data in _materials.txt
In the beginning of a file you will see a list, for example for classic suit:
It means model has 3 groups. Full model, body only, and head only. First includes 11 submeshes starting from 0. Second includes 6 submeshes starting from 0. And last one is 5 submeshes starting from 6.
You can edit it according to your custom model, and import tool will inject this data into .model file.
- lookgroup support
- _materials.txt is now expected as 3rd parameter, and not found automatically by the tool
Model export tool now outputs lookgroup data in _materials.txt
In the beginning of a file you will see a list, for example for classic suit:
Code: Select all
0 11
0 6
6 5
You can edit it according to your custom model, and import tool will inject this data into .model file.