Reduce mip (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Slash command==
==Slash command==
{{SlashCommandArticle|command=reduce_mip|options=[-1 to 3]|note=Reduces the resolution of textures to only use the reduced (mip-map) textures.}}
{{SlashCommandArticle|command=reduce_mip|options=[-1 to 5]|note=Reduces the resolution of textures to only use the reduced (mip-map) textures.}}


  -1 = Very High
This command alters both the World Texture Quality and Character Texture Quality settings simultaneously according to the following table:
  0 = High
 
  1 = Medium
{| class=wikitable style="text-align: center;"
  2 = Low
|-
  3 = Very Low  
! scope="col"| Option
! scope="col"| World Texture Quality
! scope="col"| Character Texture Quality
|-
! scope="row"| -1
| Very High
| blank
|-
! scope="row"| 0
| High
| Very High
|-
! scope="row"| 1
| Medium
| High
|-
! scope="row"| 2
| Low
| Medium
|-
! scope="row"| 3
| Very Low
| Low
|-
! scope="row"| 4
| blank
| Very Low
|-
! scope="row"| 5
| blank
| blank
|}
 
* Must pass as [[Command Line Parameters|command line parameter]] -reduce_mip or you need to subsequently run {{slashcommand|unloadgfx}}.
* Originally, both World Texture Quality and Character Texture Quality were one setting much like this command. The settings were split out and able to be set separately in Options in [[Issue 6]].
* Many options are missing from this command, only 7 out of 36 are available. The Options Window has more options.
* {{slashcommand|reduce_mip}} alters the World Texture Quality and Character Texture Quality settings in Options--> Graphics and Audio tab--> Advanced Graphics Settings.
 
 
==Command Line Parameter==
The command can be made more or less permanent by running it automatically at log-in as a [[Command Line Parameters|Command Line Parameter]]. For example, <code>-reduce_mip 1</code>


* 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 0$$unloadgfx




{{Navbox Graphic Commands}}
{{Navbox Graphic Commands}}
{{Navbox Command Line Parameters}}
[[Category:Slash Commands]]
[[Category:Slash Commands]]
[[Category:Graphic Commands]]
[[Category:Graphic Commands]]
[[Category:Command Line Parameters]]

Latest revision as of 20:47, 29 February 2024

Slash command

/reduce_mip [-1 to 5]

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

This command alters both the World Texture Quality and Character Texture Quality settings simultaneously according to the following table:

Option World Texture Quality Character Texture Quality
-1 Very High blank
0 High Very High
1 Medium High
2 Low Medium
3 Very Low Low
4 blank Very Low
5 blank blank
  • Must pass as command line parameter -reduce_mip or you need to subsequently run /unloadgfx.
  • Originally, both World Texture Quality and Character Texture Quality were one setting much like this command. The settings were split out and able to be set separately in Options in Issue 6.
  • Many options are missing from this command, only 7 out of 36 are available. The Options Window has more options.
  • /reduce_mip alters the World Texture Quality and Character Texture Quality settings in Options--> Graphics and Audio tab--> Advanced Graphics Settings.


Command Line Parameter

The command can be made more or less permanent by running it automatically at log-in as a Command Line Parameter. For example, -reduce_mip 1


Example

/reduce_mip 0$$unloadgfx