skarndev / umodel_tools

A Blender add-on featuring import of Unreal Engine games static meshes and maps. It provides basic support for many UE games, while some have dedicated improved support.
https://skarndev.github.io/umodel_tools/
GNU General Public License v3.0
82 stars 13 forks source link

Blended materials use only 1st texture (Hogwarts Legacy) #1

Open skarndev opened 1 year ago

skarndev commented 1 year ago

The game support module for Hogwarts Legacy does not yet support blended materials. The materials are meant to be blended using the vertex color. The vertex color is already handled by .psk importer, the texture layers are distinguished by A, B, C letters. The layers seem to be using height based blending as well using MROH/SROH maps. Reference (3 layer blend):

image