Reduce mip (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
(Created page with "==Slash command== {{SlashCommandArticle|command=reduce_mip|note=Reduces the resolution of textures to only use the reduced (mip-map) textures. Must pass as command line arg -...")
 
No edit summary
Line 1: Line 1:
==Slash command==
==Slash command==
{{SlashCommandArticle|command=reduce_mip|note=Reduces the resolution of textures to only use the reduced (mip-map) textures. Must pass as command line arg -reduce_mip or you need to subsequently run unloadgfx}}
{{SlashCommandArticle|command=reduce_mip|options=[-1 to 3]|note=Reduces the resolution of textures to only use the reduced (mip-map) textures.}}


  -1 = Very High
  0 = High
  1 = Medium
  2 = Low
  3 = Very Low
* Default = -1
* Must pass as command line arg -reduce_mip or you need to subsequently run unloadgfx.
* This command alters the World Texture Quality setting in Options--> Graphics and Audio tab--> Advanced Graphics Settings.




==Example==
==Example==
  /reduce_mip -1
  /reduce_mip -1
{{Navbox Graphic Commands}}
[[Category:Slash Commands]]
[[Category:Graphic Commands]]

Revision as of 21:06, 4 June 2023

Slash command

/reduce_mip [-1 to 3]

Reduces the resolution of textures to only use the reduced (mip-map) textures.

 -1 = Very High
  0 = High
  1 = Medium
  2 = Low
  3 = Very Low 
  • Default = -1
  • Must pass as command line arg -reduce_mip or you need to subsequently run unloadgfx.
  • This command alters the World Texture Quality setting in Options--> Graphics and Audio tab--> Advanced Graphics Settings.


Example

/reduce_mip -1