The system cannot find the file specified: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (I realized that I called decals displacments for some reason, so I have sorted that now) |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
;Overlay touching too many faces | ;Overlay touching too many faces | ||
:A common issue, especially when placing patch decals under pickups when mapping for [[Team Fortress 2]], is the "Overlay touching too many faces" error message. an example looks like this: | :A common issue, especially when placing patch decals under pickups when mapping for [[Team Fortress 2]], is the "Overlay touching too many faces" error message. an example looks like this: | ||
[[File:Displacementerrorexample.png|left]] | :[[File:Displacementerrorexample.png|left]] | ||
Line 21: | Line 21: | ||
:this doesn't always cause the compile to fail, however, and is often just a reason for a | :to fix this issue, simply delete the problem decal and run the map again. To find the location of a decal and see if it matches up with the error message, select it and look here: | ||
:[[File:Displacementlocationexample.png|left]] | |||
:if this error is the cause, you will have to delete the brush the decal was placed on and remake it, then replace the decal in it's old place. | |||
:this doesn't always cause the compile to fail, however, and is often just a reason for a decal not showing up in a compiled map. |
Latest revision as of 05:19, 10 July 2021
For a full list on the errors that can occur when compiling a map, and general information regarding this error, see the page Compile Errors
How to find the cause
For solving this compile issue, if the methods listed on the Compile Errors page don't work, look through the compiler window (to stop it from closing in basic compile settings, make sure that, if it exists, the "wait for keypress when done compiling" checkbox is ticked) and find any errors it mentions.
Causes
This category exists for the purpose of listing as many causes for the "The system cannot find the file specified" error. Please add any that you know.
- Overlay touching too many faces
- A common issue, especially when placing patch decals under pickups when mapping for Team Fortress 2, is the "Overlay touching too many faces" error message. an example looks like this:
- to fix this issue, simply delete the problem decal and run the map again. To find the location of a decal and see if it matches up with the error message, select it and look here:
- if this error is the cause, you will have to delete the brush the decal was placed on and remake it, then replace the decal in it's old place.
- this doesn't always cause the compile to fail, however, and is often just a reason for a decal not showing up in a compiled map.