Material not found: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Note about instances causing this error.)
Line 1: Line 1:
==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.


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

Revision as of 14:29, 13 February 2011

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 the map. These errors will then persist until you remove the func_instance from your map and restart Hammer.