Keywords: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (WisdomBot moved page %keywords to %keywords/en: Moved to {{Multipage}} compliant page name. This action was perfomed by a bot under supervision.)
m (clean up, added uncategorised, deadend tags)
Line 1: Line 1:
{{Dead end|date=January 2024}}
{{langsp|title=%keywords}}
{{langsp|title=%keywords}}


Used to set a keyword filter that can be filtered in hammer for easier texture finding.  
Used to set a keyword filter that can be filtered in hammer for easier texture finding.


==VMT Syntax Example==
==VMT Syntax Example==
Line 38: Line 39:
===Team Fortress 2===
===Team Fortress 2===
*tf
*tf
{{Uncategorized|date=January 2024}}

Revision as of 08:40, 21 January 2024

Dead End - Icon.png
This article has no Wikipedia icon links to other VDC articles. Please help improve this article by adding links Wikipedia icon that are relevant to the context within the existing text.
January 2024
English (en)Translate (Translate)

Used to set a keyword filter that can be filtered in hammer for easier texture finding.

VMT Syntax Example

"WorldVertexTransition"
{
	"$basetexture" "nature/cliffface002a"
	"$basetexture2" "nature/dirtfloor004a"
	"%tooltexture" "nature/blendcliffdirt001a_tooltexture"
        "$basetexturetransform" "center .5 .5 scale 1 1 rotate 0  translate 0 0"
        "$basetexturetransform2" "center .5 .5 scale 4 4 rotate 0 translate 0 0"
	"%keywords" "wasteland,c17"
}

Entering "wasteland" into the keywords field in the hammer texture browser would show only textures with the "wasteland" keyword. This is useful for categorizing your textures for easier finding.

Note.pngNote:To have more than one keyword, separate the keywords with a comma.

Used Keywords

The following keywords are used in Source games:

Half-Life 2

  • c17citadel
  • c17downtown
  • c17industrial
  • c17sewers
  • c17trainstation
  • coastline wasteland
  • combine
  • wasteland

Portal

  • portal

Team Fortress 2

  • tf
Wikipedia - Letter.png
This article has not been added to any content Wikipedia icon categories. Please help out by Wikipedia icon adding categories.
January 2024