- Messages
- 12
- Country

I've been having this problem for months now, I contacted multiple people and I just can't get an answer or someone knows how to fix this. Hopefully someone here experience my issue and maybe has a fix?
Whenever I try to build my project I get 'Model texture not found in the texture directories' in the console. All textures are set to 1024 on both sides and being exported to PackageSources\modellib\texture along with that my output directory is "Scenery\Global\Scenery\" for my models and "Scenery\World\Scenery\" for my scene/airport. Lowercasing the letters doesn't have any effect, I tried building it and has the same "Model texture not found in the texture directories" log.
The model itself isn't the issue since I can view my model in '3D Viewer' with the textures and I can see the model itself in-game but 0 textures are getting projected on it.
Console log:
"glTFLister | Model texture not found in the texture directories: 'MATERIAL_NORMAL.PNG' - for model: 'H:\SteamGames\steamapps\common\Chucky\PackagesPath\SDK\AirportProjects\WaltDisneyRunway\PackageSources\modellib\WaltDisneyBus\WaltDisneyBus.gltf'"
My Assets Groups:
Whenever I try to build my project I get 'Model texture not found in the texture directories' in the console. All textures are set to 1024 on both sides and being exported to PackageSources\modellib\texture along with that my output directory is "Scenery\Global\Scenery\" for my models and "Scenery\World\Scenery\" for my scene/airport. Lowercasing the letters doesn't have any effect, I tried building it and has the same "Model texture not found in the texture directories" log.
The model itself isn't the issue since I can view my model in '3D Viewer' with the textures and I can see the model itself in-game but 0 textures are getting projected on it.
Console log:
"glTFLister | Model texture not found in the texture directories: 'MATERIAL_NORMAL.PNG' - for model: 'H:\SteamGames\steamapps\common\Chucky\PackagesPath\SDK\AirportProjects\WaltDisneyRunway\PackageSources\modellib\WaltDisneyBus\WaltDisneyBus.gltf'"
My Assets Groups:
Code:
<AssetGroups>
<AssetGroup Name="ContentInfo">
<Type>ContentInfo</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageDefinitions\azgoodaz-walt-runway\ContentInfo\</AssetDir>
<OutputDir>ContentInfo\azgoodaz-walt-runway\</OutputDir>
</AssetGroup>
<AssetGroup Name="groundmickey">
<Type>ArtProj</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\modellib\GroundMickey\</AssetDir>
<OutputDir>Scenery\Global\Scenery\</OutputDir>
</AssetGroup>
<AssetGroup Name="scene-airport">
<Type>BGL</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\scene\</AssetDir>
<OutputDir>Scenery\World\Scenery\</OutputDir>
</AssetGroup>
<AssetGroup Name="walt-disney-bus">
<Type>ArtProj</Type>
<Flags>
<FSXCompatibility>false</FSXCompatibility>
</Flags>
<AssetDir>PackageSources\modellib\WaltDisneyBus\</AssetDir>
<OutputDir>Scenery\Global\Scenery\</OutputDir>
</AssetGroup>
</AssetGroups>

