Posts: 12
Threads: 2
Joined: Apr 2023
12-17-2023, 06:30 AM
(This post was last modified: 12-19-2023, 07:06 PM by DiegoBotto2004.)
Hey everyone, I have a question, how I can get the exact colors for the body, face, hair, skin and the clothes of the 3d models in Sword Art Online Last Recollection?
The textures in general are coming in gray.
I need to use any special application on the PC to get the exact colors for the textures or what?
If someone can help me, I appreciate it.
Posts: 12
Threads: 2
Joined: Apr 2023
(12-17-2023, 06:30 AM)DiegoBotto2004 Wrote: Hey everyone, I have a question, how I can get the exact colors for the body, face, hair, skin and the clothes of the 3d models in Sword Art Online Last Recollection?
The textures in general are coming in gray.
I need to use any special application on the PC to get the exact colors for the textures or what?
If someone can help me, I appreciate it.
Someone is here? Can someone help me about the character models?
Posts: 121
Threads: 6
Joined: Dec 2023
Hello! Could you upload some models in a .zip file? Then I can have a look.
applecuckoo - ripper of sounds, sprites and models
Places to get help:
DYKG/VG Resource Discord - This is where most of the ripping experts on the VG Resource hang out these days, so you should probably start here. Any requests to rip stuff (i.e. "Please rip sounds/models/sprites from game X!") are only allowed here as per the rules.
ResHax forum - Another forum that is home to most of the reverse engineers who were on the old ZenHax and XenTax forums. A great place to get help for any mysterious files. I'm also there under the same username.
And remember, always upload example files. That way, people don't have to dig in and fetch them for you.
Posts: 12
Threads: 2
Joined: Apr 2023
01-30-2024, 08:43 PM
(This post was last modified: 01-30-2024, 09:34 PM by DiegoBotto2004.)
(01-30-2024, 08:33 PM)applecuckoo Wrote: Hello! Could you upload some models in a .zip file? Then I can have a look.
Yes, just take me a minute.
https://mega.nz/file/pswViBQK#5gR3rJXlqF...Ws8n-rv31k
There is the link.
Posts: 121
Threads: 6
Joined: Dec 2023
01-31-2024, 05:45 PM
(This post was last modified: 01-31-2024, 05:46 PM by applecuckoo.
Edit Reason: large image warning
)
Okay, so I had a look and it seems that the skin colour is in a little file named (model_name)_skin_mat.png. The actual colour of the meshes (clothes) are stored in the files that have the phrase "dif" as in "diffuse". I also see some normal files (labelled "no"). I don't know what the skin file does, but there is definitely some channel packing going on with the "mat" and "co" files. You might want to try UEViewer if you haven't. Here's a screenshot with diffuse and normals:
applecuckoo - ripper of sounds, sprites and models
Places to get help:
DYKG/VG Resource Discord - This is where most of the ripping experts on the VG Resource hang out these days, so you should probably start here. Any requests to rip stuff (i.e. "Please rip sounds/models/sprites from game X!") are only allowed here as per the rules.
ResHax forum - Another forum that is home to most of the reverse engineers who were on the old ZenHax and XenTax forums. A great place to get help for any mysterious files. I'm also there under the same username.
And remember, always upload example files. That way, people don't have to dig in and fetch them for you.
Posts: 12
Threads: 2
Joined: Apr 2023
01-31-2024, 05:50 PM
(This post was last modified: 01-31-2024, 06:12 PM by DiegoBotto2004.)
(01-31-2024, 05:45 PM)applecuckoo Wrote: Okay, so I had a look and it seems that the skin colour is in a little file named (model_name)_skin_mat.png. The actual colour of the meshes (clothes) are stored in the files that have the phrase "dif" as in "diffuse". I also see some normal files (labelled "no"). I don't know what the skin file does, but there is definitely some channel packing going on with the "mat" and "co" files. You might want to try UEViewer if you haven't. Here's a screenshot with diffuse and normals:
I have UEViewer, but i can unpack the channel in the "mat" and "co" files with this tool?
Posts: 121
Threads: 6
Joined: Dec 2023
(01-31-2024, 05:50 PM)DiegoBotto2004 Wrote: (01-31-2024, 05:45 PM)applecuckoo Wrote: Okay, so I had a look and it seems that the skin colour is in a little file named (model_name)_skin_mat.png. The actual colour of the meshes (clothes) are stored in the files that have the phrase "dif" as in "diffuse". I also see some normal files (labelled "no"). I don't know what the skin file does, but there is definitely some channel packing going on with the "mat" and "co" files. You might want to try UEViewer if you haven't. Here's a screenshot with diffuse and normals:
I have UEViewer, but i can unpack the channel in the "mat" and "co" files with this tool?
Whoops, in hindsight it should've been obvious you were using UEViewer - my experience comes from games for Nintendo platforms. Anyways, there seem to be a few clues in the 'prop' files, i.e. decimals that seem to represent RGB but only produce white. Also, channel packing is when you store non-color textures in the separate R, G and B channels of an image. You can separate them in Blender with a 'Separate RGB' node.
applecuckoo - ripper of sounds, sprites and models
Places to get help:
DYKG/VG Resource Discord - This is where most of the ripping experts on the VG Resource hang out these days, so you should probably start here. Any requests to rip stuff (i.e. "Please rip sounds/models/sprites from game X!") are only allowed here as per the rules.
ResHax forum - Another forum that is home to most of the reverse engineers who were on the old ZenHax and XenTax forums. A great place to get help for any mysterious files. I'm also there under the same username.
And remember, always upload example files. That way, people don't have to dig in and fetch them for you.
Posts: 12
Threads: 2
Joined: Apr 2023
(02-01-2024, 01:38 AM)applecuckoo Wrote: (01-31-2024, 05:50 PM)DiegoBotto2004 Wrote: (01-31-2024, 05:45 PM)applecuckoo Wrote: Okay, so I had a look and it seems that the skin colour is in a little file named (model_name)_skin_mat.png. The actual colour of the meshes (clothes) are stored in the files that have the phrase "dif" as in "diffuse". I also see some normal files (labelled "no"). I don't know what the skin file does, but there is definitely some channel packing going on with the "mat" and "co" files. You might want to try UEViewer if you haven't. Here's a screenshot with diffuse and normals:
I have UEViewer, but i can unpack the channel in the "mat" and "co" files with this tool?
Whoops, in hindsight it should've been obvious you were using UEViewer - my experience comes from games for Nintendo platforms. Anyways, there seem to be a few clues in the 'prop' files, i.e. decimals that seem to represent RGB but only produce white. Also, channel packing is when you store non-color textures in the separate R, G and B channels of an image. You can separate them in Blender with a 'Separate RGB' node. Got it, and don´t worry about it.
|