Argx2121 / Sega_NN_tools

A python library for blender of tools for games using Sega's NN libraries.
GNU Lesser General Public License v3.0
27 stars 3 forks source link

Sonic '06 Textures not Applying #6

Open Knuxfan24 opened 1 year ago

Knuxfan24 commented 1 year ago

For some strange reason (only tested this with Wave Ocean so far), importing with Simple Materials will cause some materials (such as the ground material in Image A) to just not have the texture node hooked up to the Base Colour input. Others will (like the water material in Image B), but not all of them (The only modification made to the material nodes here is moving things to the left to actually view the problem).

image image

Argx2121 commented 1 year ago

howdy can you chuck me the relevant files (models & textures)

Knuxfan24 commented 1 year ago

Basically a dump of stage_wvo_a.arc https://knuxfan24com.files.wordpress.com/2022/09/wvo-a-dump-that-had-texture-problems.zip

Argx2121 commented 1 year ago

I've committed a temp fix for this atm, but it'll be a while until there's proper material support for 06 due to it using the same texture flags for diffuse / normal maps occasionally