Fullscreen (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
== Slash Command ==
== Slash Command ==
{{SlashCommandArticle|command=fullscreen|options=[0-1]|note=Sets video mode to fullscreen}}
{{SlashCommandArticle|command=fullscreen|options=[0-1]|note=Sets video mode to fullscreen}}
Line 10: Line 11:
#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.       
* This command may also be used as a launch parameter in the command line that launches the game <code>-fullscreen 1</code>. Easiest method is to click on Settings in the game launcher--> Homecoming--> and type the command into the Extra Launch Parameters box.
* This command may also be used as a launch parameter in the command line that launches the game <code>-fullscreen 1</code>. Easiest method is to click on Settings in the game launcher--> Homecoming--> and type the command into the Extra Launch Parameters box.


'''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.
'''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.
==Command Line Parameter==
The command can be run automatically at log-in as a [[Command Line Parameters|Command Line Parameter]]. For example, <code>-fullscreen</code>.


==Example==
==Example==
  /fullscreen 1
  /fullscreen 1
==See Also==
* {{slashcommand|maximize}}
* [[Command Line Parameters]]




{{Navbox Graphic Commands}}
{{Navbox Graphic Commands}}
{{Navbox Command Line Parameters}}
[[Category:Slash Commands]]
[[Category:Graphic Commands]]
[[Category:Command Line Parameters]]

Latest revision as of 00:58, 25 February 2024

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.
  • This command may also be used as a launch parameter in the command line that launches the game -fullscreen 1. Easiest method is to click on Settings in the game launcher--> Homecoming--> and type the command into the Extra Launch Parameters box.


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.


Command Line Parameter

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


Example

/fullscreen 1

See Also