Screen (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Konoko
mNo edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
==Slash Command==
==Slash Command==
{{SlashCommandArticle
{{SlashCommandArticle
|command=screen
|command=screen
|options=Xsize Ysize
|options=Xsize Ysize
|note=Sets the display resolution or window size of your game client. Try to use standard resolutions when in Fullscreen mode (1024 768) (1280 1024). Any resolution can be defined while in Windowed mode.}}
|note=Sets the display resolution or window size of your game client.}}
 
* Any resolution can be defined while in Windowed mode.
* When in Fullscreen mode, only [[wikipedia:Display_resolution#Common display resolutions| standard display resolutions]] allowed by your display and [[wikipedia:Personal computer#Operating system| computer OS]] (Windows, MacOS, etc.) can be set.
* This command alters the "3D Resolution Scaling" setting in Options --> Graphics and Audio tab --> Graphics.
 
 
==Command Line Parameter==
The command can be run automatically at log-in as a [[Command Line Parameters|Command Line Parameter]]. For example, <code>-screen 2560 1440</code>.
 
 
'''Tip:''' Many graphics commands are not "applied" until the game is restarted. If switching between windowed and fullscreen modes, it's best to use the Options window to change these settings since the setting will usually take effect immediately upon clicking the "Apply" button. Also, to change the size of the game window while already in windowed mode, you may use the {{slashcommand|screen}} command and it will take effect immediately. In addition, clicking the edge of the game window and dragging it across your screen will also resize the window. The new resolution numbers will be reported in the Graphics tab of the Options window. The {{slashcommand|uiscale}} command can be used to immediately resize the user interface (all of the various windows within the game window) to better suit a new resolution. The {{slashcommand|window_scale}} command can resize individual windows in real time. Lastly, the {{slashcommand|fullscreen}} command also takes effect immediately, but it only works one way... from windowed mode to fullscreen mode. To go from fullscreen to windowed, use the Options window.
 
 
==Example==
/screen 5120 1440
 
 
 
{{Navbox Graphic Commands}}
{{Navbox Command Line Parameters}}
[[Category:Command Line Parameters]]
[[Category:Slash Commands]]
[[Category:Graphic Commands]]

Latest revision as of 21:23, 26 June 2023

Slash Command

/screen Xsize Ysize

Sets the display resolution or window size of your game client.

  • Any resolution can be defined while in Windowed mode.
  • When in Fullscreen mode, only standard display resolutions allowed by your display and computer OS (Windows, MacOS, etc.) can be set.
  • This command alters the "3D Resolution Scaling" setting in Options --> Graphics and Audio tab --> Graphics.


Command Line Parameter

The command can be run automatically at log-in as a Command Line Parameter. For example, -screen 2560 1440.


Tip: Many graphics commands are not "applied" until the game is restarted. If switching between windowed and fullscreen modes, it's best to use the Options window to change these settings since the setting will usually take effect immediately upon clicking the "Apply" button. Also, to change the size of the game window while already in windowed mode, you may use the /screen command and it will take effect immediately. In addition, clicking the edge of the game window and dragging it across your screen will also resize the window. The new resolution numbers will be reported in the Graphics tab of the Options window. The /uiscale command can be used to immediately resize the user interface (all of the various windows within the game window) to better suit a new resolution. The /window_scale command can resize individual windows in real time. Lastly, the /fullscreen command also takes effect immediately, but it only works one way... from windowed mode to fullscreen mode. To go from fullscreen to windowed, use the Options window.


Example

/screen 5120 1440