Renderscale (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
== Slash Command == | == Slash Command == | ||
{{SlashCommandArticle|command=renderscale|note=Changes the scale at which the 3D world is rendered relative to your screen size.}} | {{SlashCommandArticle|command=renderscale|options=[0.01-2.0]|note=Changes the scale at which the 3D world is rendered relative to your screen size.}} | ||
* {{slashcommand|renderscale}} changes the image resolution of the game's 3D world based on a percentage of your display's size. For example, if you had a 1920x1080 screen size, '''''/renderscale 0.5''''' would set the screen resolution to 50% of your screen's size or 690x540. | |||
* 1.0 = 100% The default size and resolution of your screen | |||
* The {{slashcommand|renderscale}} command changes the resolution of everything that is rendered in 3 dimensions by the graphics card. Conversely, it does not affect 2-dimensional objects rendered by the game such as the chat box or other User Interface (UI) elements. | |||
* Use the <code>{{slashcommand|userenderscale|1}}</code> command first to enable 3D resolution scaling. | |||
* This command alters the 3D Resolution Scaling slider in Options--> Graphics and Audio tab. | |||
==[[Command Line Parameters|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,<BR /> <code>-renderscale 0.5</code> | |||
==Example== | |||
{{slashcommand|renderscale|0.5}} | |||
Line 11: | Line 24: | ||
* {{slashcommand|renderscalex}} | * {{slashcommand|renderscalex}} | ||
* {{slashcommand|renderscaley}} | * {{slashcommand|renderscaley}} | ||
* {{slashcommand|rendersize}} | |||
* {{slashcommand|disable2d}} | |||
Line 16: | Line 31: | ||
[[Category:Slash Commands]] | [[Category:Slash Commands]] | ||
[[Category:Graphic Commands]] | [[Category:Graphic Commands]] | ||
{{Navbox Command Line Parameters}} | |||
[[Category:Command Line Parameters]] |
Latest revision as of 22:52, 1 January 2024
Slash Command
/renderscale [0.01-2.0]
Changes the scale at which the 3D world is rendered relative to your screen size.
- /renderscale changes the image resolution of the game's 3D world based on a percentage of your display's size. For example, if you had a 1920x1080 screen size, /renderscale 0.5 would set the screen resolution to 50% of your screen's size or 690x540.
- 1.0 = 100% The default size and resolution of your screen
- The /renderscale command changes the resolution of everything that is rendered in 3 dimensions by the graphics card. Conversely, it does not affect 2-dimensional objects rendered by the game such as the chat box or other User Interface (UI) elements.
- Use the
/userenderscale 1
command first to enable 3D resolution scaling. - This command alters the 3D Resolution Scaling slider in Options--> Graphics and Audio tab.
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,
-renderscale 0.5
Example
/renderscale 0.5
Also