Fullscreen (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
#Avoid using the {{slashcommand|fullscreen}} command and go to Options--> Graphics and Audio tab--> Screen/UI Resolution, select "Windowed", and click the Apply button at the bottom of the screen. The game does not need to be restarted if this method is used.       
#Avoid using the {{slashcommand|fullscreen}} command and go to Options--> Graphics and Audio tab--> Screen/UI Resolution, select "Windowed", and click the Apply button at the bottom of the screen. The game does not need to be restarted if this method is used.       


'''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==
==Example==
  /fullscreen 1
  /fullscreen 1
{{Navbox Graphic Commands}}

Revision as of 23:11, 26 August 2022

Slash Command

/fullscreen [0-1]

Sets video mode to fullscreen

0 = Disable fullscreen
1 = Enable fullscreen
  • When the command is used without an argument, it returns the fullscreen state (whether it's in fullscreen or not).
  • Although disabling fullscreen does select windowed mode in Options, it does not apply the setting to actually put the screen into windowed mode. To do that, you'll need to do 1 of 2 things:
  1. Use /fullscreen 0 and restart the game, or
  2. Avoid using the /fullscreen command and go to Options--> Graphics and Audio tab--> Screen/UI Resolution, select "Windowed", and click the Apply button at the bottom of the screen. The game does not need to be restarted if this method is used.


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

/fullscreen 1