Rendersize (Slash Command): Difference between revisions

From Homecoming Wiki
Jump to navigation Jump to search
imported>SekoiaBot (historical)
(Auto-created from text in List of Slash Commands)
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Slash Command ==
== Slash Command ==
{{SlashCommandArticle|command=rendersize|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}}
 
<span style="color:red">Partially 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==
/rendersize 2560 1440
 
 
==Also==
* {{slashcommand|userenderscale}}
* {{slashcommand|renderscale}}
* {{slashcommand|renderscalefilter}}
* {{slashcommand|renderscalex}}
* {{slashcommand|renderscaley}}
* {{slashcommand|rendersize}}
* {{slashcommand|disable2d}}
 
 
{{Navbox Graphic Commands}}
[[Category:Slash 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