Reduce mip (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 39: | Line 39: | ||
|} | |} | ||
* Must pass as command line | * 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. The settings were split out and able to be set separately in [[Issue 6]]. | * 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. | * {{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> | |||
==Example== | ==Example== | ||
/reduce_mip 0 | /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