Missing content: Difference between revisions
Jump to navigation
Jump to search

m (spelling fix; link to article) |
Kestrelguy (talk | contribs) m (added language bar.) |
||
Line 1: | Line 1: | ||
[[Category:Level Design FAQ]] | {{lang|Missing content|title=Missing Content}}[[Category:Level Design FAQ]] | ||
{{stub}} | {{stub}} | ||
[[File:Missing textures example.png|thumb|200px|right|An example of a missing textures checkerboard.]] | [[File:Missing textures example.png|thumb|200px|right|An example of a missing textures checkerboard.]] | ||
Line 11: | Line 11: | ||
If the missing contents shipped with the Source SDK, and are not custom creations, it is likely a problem with your game configuration. See [[Incorrect Hammer configuration]] for more information. | If the missing contents shipped with the Source SDK, and are not custom creations, it is likely a problem with your game configuration. See [[Incorrect Hammer configuration]] for more information. | ||
==Common | ==Common Problems== | ||
One very common problem is when users see a black-and-magenta checkerboard "sheen" or reflection on surfaces. This is caused by a missing texture, generally due to missing [[cubemaps]], which must be "built" in-game prior to distributing the map. | One very common problem is when users see a black-and-magenta checkerboard "sheen" or reflection on surfaces. This is caused by a missing texture, generally due to missing [[cubemaps]], which must be "built" in-game prior to distributing the map. |
Revision as of 18:31, 9 May 2022


File:Missing textures example.png
An example of a missing textures checkerboard.
When distributing a map or mod, care must be taken to ensure that any custom content (sounds, materials, textures, models, etc.) is also distributed, or else players will have an unintended experience.
- Missing materials/textures show up as a black-and-magenta checkerboard.
- Missing models show up as red 3D text saying "Error" (in Portal 2 the 3D Error text is a light blue)
- Missing sounds are absent (in Portal 2, a missing sound is indicated by Dr. Kleiner saying "Oh, fiddlesticks. What now?")
- Missing particles (at least in Portal 2 and Team Fortress 2) appear as a spray of red X's.
If the missing contents shipped with the Source SDK, and are not custom creations, it is likely a problem with your game configuration. See Incorrect Hammer configuration for more information.
Common Problems
One very common problem is when users see a black-and-magenta checkerboard "sheen" or reflection on surfaces. This is caused by a missing texture, generally due to missing cubemaps, which must be "built" in-game prior to distributing the map.