Mat texture list: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{wip}} 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. '''mat_...")
 
No edit summary
Line 2: Line 2:


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.
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.
[[File: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.
[[File: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'''
::''?''
*'''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
[[File:Texture browser selectedtexture.jpg]]


'''mat_texture_list 0'''   
'''mat_texture_list 0'''   

Revision as of 11:34, 31 January 2012

Under construction.png
This page is actively undergoing a major edit.
As a courtesy, please do not edit this while this message is displayed.
If this page has not been edited for at least several hours to a few days, please remove this template. This message is intended to help reduce edit conflicts; please remove it between editing sessions to allow others to edit the page.

The person who added this notice will be listed in its edit history should you wish to contact them.

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
?
  • 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



mat_texture_list 0

Texture browser off

mat_texture_list 1

Texture browser on