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 |
||
Line 1: | Line 1: | ||
==Slash command== | ==Slash command== | ||
{{SlashCommandArticle|command=reduce_mip|options=[-1 to | {{SlashCommandArticle|command=reduce_mip|options=[-1 to 5]|note=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: | |||
{| class=wikitable style="text-align: center;" | |||
* Must pass as command line arg -reduce_mip or you need to subsequently run unloadgfx. | |- | ||
* This command alters the World Texture Quality | ! scope="col"| Option | ||
! scope="col"| World Texture Quality | |||
! scope="col"| Character Texture Quality | |||
|- | |||
! scope="row"| -1 | |||
| Very High | |||
| None | |||
|- | |||
! 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 | |||
| None | |||
| Very Low | |||
|- | |||
! scope="row"| 5 | |||
| None | |||
| None | |||
|} | |||
* Must pass as command line arg -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]]. This command appears to have been created before Issue 6. | |||
* {{slashcommand|reduce_mip}} alters the World Texture Quality and Character Texture Quality settings in Options--> Graphics and Audio tab--> Advanced Graphics Settings. | |||
'''Editor's Note:''' As you can see, this command is a little awkward. Many options are missing, and only 7 are available. | |||
==Example== | ==Example== | ||
/reduce_mip | /reduce_mip 0 | ||
Revision as of 06:21, 6 June 2023
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 | None |
0 | High | Very High |
1 | Medium | High |
2 | Low | Medium |
3 | Very Low | Low |
4 | None | Very Low |
5 | None | None |
- Must pass as command line arg -reduce_mip or you need to subsequently run /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. This command appears to have been created before Issue 6.
- /reduce_mip alters the World Texture Quality and Character Texture Quality settings in Options--> Graphics and Audio tab--> Advanced Graphics Settings.
Editor's Note: As you can see, this command is a little awkward. Many options are missing, and only 7 are available.
Example
/reduce_mip 0