This article's documentation is for the "GoldSrc" engine. Click here for more information.

Glowing textures (GoldSrc): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Language subpage}}
{{LanguageBar}}
{{tabs|Glowing textures|goldsrc=1|source=1|source2=1}} {{gldsrc topicon}}
{{draft}}
{{draft}}


== Brush textures ==
== Brush textures ==
{{modernImportant|These are the only methods that will create actual light that lights lightmaps!}}
=== Emissive textures ===
{{modernImportant|These are the only methods that will create actual lighting, instead of just simulating it!}}
* [[RAD file]]s {{deprecated}}
* [[RAD file]]s {{deprecated}}
* [[info_texlights]] (added in ZHLT)
* [[info_texlights]] (added in ZHLT)
* [[light_surface]] (added in VHLT?)
* [[light_surface]] (added in VHLT?)
=== Self-illuminated textures ===
* Texture rendermode
* Additive rendermode
* {{code|_minlight}} KV
* painting lightmaps in newbspguy


== MDL textures ==
== MDL textures ==
Line 12: Line 20:
* Fullbright rendermode {{only|{{sven}}}} {{also|{{fte}}{{hlloop}}}}
* Fullbright rendermode {{only|{{sven}}}} {{also|{{fte}}{{hlloop}}}}


== Entity lighting ==
== [[Custom renderer]]s ==
* Texture rendermode
* Fullbright rendermode
* Additive rendermode
{{modernConfirm|Is it possible to reimplement {{quake}}-style fullbright texels? This was in the early alpha builds of {{hl1}}, and such textures were flagged in the WAD with an {{code|~}}.}}


== Custom renderers ==
[[Category:GoldSrc Glossary]]
* Fullbright rendermode
[[Category:GoldSrc Textures]]
* {{quake}}-style Fullbright texels?

Latest revision as of 22:23, 2 September 2024

English (en)Translate (Translate)
Icon-under construction-blue.png
This is a draft page. It is a work in progress open to editing by anyone.
Remember to check for any notes left by the tagger at this article's talk page.

Brush textures

Emissive textures

Icon-Important.pngImportant:These are the only methods that will create actual lighting, instead of just simulating it!

Self-illuminated textures

  • Texture rendermode
  • Additive rendermode
  • _minlight KV
  • painting lightmaps in newbspguy

MDL textures

  • Additive rendermode (still affected by map lighting; set rendermode on entity if this is insufficient)
  • Fullbright rendermode (only in Sven Co-op) (also in FTECodename: Loop)

Custom renderers

  • Fullbright rendermode
Confirm:Is it possible to reimplement Quake-style fullbright texels? This was in the early alpha builds of Half-Life, and such textures were flagged in the WAD with an ~.