Material not found: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Note about instances causing this error.)
m (clean up, added orphan tag)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Orphan|date=January 2024}}
==Material not found!: [texture directory/name], material [texture directory/name] not found==
==Material not found!: [texture directory/name], material [texture directory/name] not found==
The texture path and/or name of the texture have not been properly specified or they simply do not exist the directories you've told Hammer they should be in. Check your directory paths.
The texture path and/or name of the texture have not been properly specified or they simply do not exist the directories you've told Hammer they should be in. Check your directory paths.


You can also get a lot of these errors after having [[instance]]d another map into the map. These errors will then persist until you remove the [[func_instance]] from your map ''and'' restart Hammer.
You can also get a lot of these errors after having [[instance]]d another map into a map for which instances doesn't work. (Outside the [[Left 4 Dead 2]] or the [[Alien Swarm]] games.) These errors will then persist until you remove the [[func_instance]] from your map ''and'' restart Hammer.


[[Category:Compile Errors]]
[[Category:Compile errors]]

Latest revision as of 22:48, 21 January 2024

Material not found!: [texture directory/name], material [texture directory/name] not found

The texture path and/or name of the texture have not been properly specified or they simply do not exist the directories you've told Hammer they should be in. Check your directory paths.

You can also get a lot of these errors after having instanced another map into a map for which instances doesn't work. (Outside the Left 4 Dead 2 or the Alien Swarm games.) These errors will then persist until you remove the func_instance from your map and restart Hammer.