Rendersize (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) No edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
* X and Y are the horizontal and vertical resolution or render size of a display. For example, 1920x1080. | * 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. | * 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 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. | * 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> | |||
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