Material not found: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 4: Line 4:
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.
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]]

Revision as of 11:41, 11 August 2023

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.