Mat texture list: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 29: Line 29:
::''Shows all alpha texures embeded If Checked (checked by default).''
::''Shows all alpha texures embeded If Checked (checked by default).''
:*'''Warns'''
:*'''Warns'''
::''?''
::{{confirm|''Shows warning messages on HUD If Checked''}}
*'''Filter'''
*'''Filter'''
:Shows all textures with the custom set name to search from If Checked (checked by default).
:Shows all textures with the custom set name to search from If Checked (checked by default).
Line 41: Line 41:
[[File:Texture browser selectedtexture.jpg]]
[[File:Texture browser selectedtexture.jpg]]


*'''[Reload]'''
*[[File:Texturebrowser Reloadbtn.jpg]]
:''Reloads the texture''
:''Reloads the texture''
*'''[Open]'''
*[[File:Texturebrowser Openbtn.jpg]]
:''Opens the folder window (in Window Exporer) where the selected texture is located''
:''Opens the folder window (in Window Exporer) where the selected texture is located''
::{{Note|If the vtf texture is located in a [[GCF]], a [[VPK]] or is a special texture, it will not open the correct folder}}


*'''[--]'''
*[[File:Texturebrowser Minusbtn.jpg]]
:''Decrease mip''
:''Decrease mip detail''
*'''[+]'''
*[[File:Texturebrowser Plusbtn.jpg]]
:''Increase mip''
:''Increase mip detail''


*'''[Flash In Game]'''
*[[File:Texturebrowser Gamebtn.jpg]]
:''Flashes texture (either on the surface or model) in the currently loaded map and closes the texture list''
:''Flashes texture (either on the surface or model) in the currently loaded map and closes the texture list''
*'''[Copy Text]'''
*[[File:Texturebrowser CopyTextbtn.jpg]]
:''Copies the file path and texture properties in text form into the clipboard''
:''Copies the file path and texture properties in text form into the clipboard''
*'''[Copy Image]'''
*[[File:Texturebrowser CopyImagebtn.jpg]]
:''Takes a screenshot of the window of the selected texture into the clipboard''
:''Takes a screenshot of the window of the selected texture into the clipboard''



Revision as of 14:12, 31 January 2012

Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

A console variable that (when active) shows a very useful texture browser in the source engine allowing anyone to find textures much easier along with previews.

Texture browser.jpg

To open the texture browser, load any the map, set sv_cheats to 1, and set mat_texture_list to 1.

By default, the browser only lists textures currently used by the currently loaded map (excluding special textures). To include the entire library click the "Show All Textures" Checkbox.


Expanding Menu Options

To expand the menu options, click the little square in the upper left hand corner of the window.

Texture browser expanded.jpg

Select one of the desired options.

  • Render Targets and Special Textures
When Checked, this will list all of the Render Targets and Special Textures.
  • Show Memory Useage on HUD
Shows how much memory is being used If Checked.
  • Show ALL textures
Shows all of the textures loaded by the game or mod If Checked.
  • View textures thumbnails
Shows all thumbnail previews of the textures If Checked (checked by default).
  • Alpha
Shows all alpha texures embeded If Checked (checked by default).
  • Warns
Confirm:Shows warning messages on HUD If Checked
  • Filter
Shows all textures with the custom set name to search from If Checked (checked by default).
  • Resolve Full Texture Path
?


Texture Properties

By selecting a texture from the list, the selected texture's properties will show Texture browser selectedtexture.jpg

  • Texturebrowser Reloadbtn.jpg
Reloads the texture
  • Texturebrowser Openbtn.jpg
Opens the folder window (in Window Exporer) where the selected texture is located
Note.pngNote:If the vtf texture is located in a GCF, a VPK or is a special texture, it will not open the correct folder
  • Texturebrowser Minusbtn.jpg
Decrease mip detail
  • Texturebrowser Plusbtn.jpg
Increase mip detail
  • Texturebrowser Gamebtn.jpg
Flashes texture (either on the surface or model) in the currently loaded map and closes the texture list
  • Texturebrowser CopyTextbtn.jpg
Copies the file path and texture properties in text form into the clipboard
  • Texturebrowser CopyImagebtn.jpg
Takes a screenshot of the window of the selected texture into the clipboard


Commands

mat_texture_list 0

Texture browser off

mat_texture_list 1

Texture browser on