Rendersize (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision 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 of a display.
<span style="color:red">Partially functional command.</span>
* Similar to {{slashcommand|vis_scale}}, this command appears to change the World Detail or resolution at which the virtual world is rendered.
* 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.
* It's possible this command has been depreciated in favor of render scale being controlled by the system and  {{slashcommand|vis_scale}} by the user.


<span style="color:red">Partially non-functional command.</span>
* 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 2560 1440
  /rendersize 2560 1440
==Also==
* {{slashcommand|userenderscale}}
* {{slashcommand|renderscale}}
* {{slashcommand|renderscalefilter}}
* {{slashcommand|renderscalex}}
* {{slashcommand|renderscaley}}
* {{slashcommand|rendersize}}
* {{slashcommand|disable2d}}




Line 17: 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