Rendersize (Slash Command): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{SlashCommandArticle|command=rendersize|options=x y|note=Changes the size at which the 3D world is rendered}} | {{SlashCommandArticle|command=rendersize|options=x y|note=Changes the size at which the 3D world is rendered}} | ||
* X and Y are the horizontal and vertical resolution or render size | <span style="color:red">Partially functional command.</span> | ||
* | |||
* Any render size set by this command is overridden and reverted as soon as the Options window is activated. | * X and Y are the horizontal and vertical resolution or render size of a display. For example, 1920x1080. | ||
* This 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. | |||
* Any render size set by this command is overridden and reverted as soon as the Graphics and Audio tab in the Options window is activated. Further, there is no "Render Size for 3D Graphics" setting in the gfx.json graphics settings file. So it's very possible this command is obsolete or has been depreciated. | |||
==[[Command Line Parameters|Command Line Parameter]]== | |||
The command can be run automatically at log-in as a [[Command Line Parameters|Command Line Parameter]]. For example,<BR /> <code>-rendersize 2560 1440</code> | |||
==Example== | ==Example== | ||
/rendersize | /rendersize 2560 1440 | ||
Line 19: | Line 24: | ||
* {{slashcommand|renderscaley}} | * {{slashcommand|renderscaley}} | ||
* {{slashcommand|rendersize}} | * {{slashcommand|rendersize}} | ||
* {{slashcommand| | * {{slashcommand|disable2d}} | ||
Line 25: | Line 30: | ||
[[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:57, 1 January 2024
Slash Command
/rendersize x y
Changes the size at which the 3D world is rendered
Partially functional command.
- X and Y are the horizontal and vertical resolution or render size of a display. For example, 1920x1080.
- This 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.
- Any render size set by this command is overridden and reverted as soon as the Graphics and Audio tab in the Options window is activated. Further, there is no "Render Size for 3D Graphics" setting in the gfx.json graphics settings file. So it's very possible this command is obsolete or has been depreciated.
Command Line Parameter
The command can be run automatically at log-in as a Command Line Parameter. For example,
-rendersize 2560 1440
Example
/rendersize 2560 1440
Also