WoW:List of Command-Line Switches: Difference between revisions
Jump to navigation
Jump to search
(create) |
m (Move page script moved page List of Command-Line Switches to List of Command-Line Switches without leaving a redirect) |
||
(7 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
World of Warcraft game engine supports a list of command line switches. This page attempts to document them based on the information available. Due to the configuration of various systems, using them might cause some system to break. Use them at your own risk! | {{stub/Other}}World of Warcraft game engine supports a list of command line switches. This page attempts to document them based on the information available. Due to the configuration of various systems, using them might cause some system to break. Use them at your own risk! | ||
==Flags== | |||
;-console | ;-console | ||
Line 5: | Line 7: | ||
;-d3d | ;-d3d | ||
: Run the game using Direct3D (default under Windows). | : Run the game using Direct3D (default under Windows). | ||
;-d3d11 | |||
;- | : Run the game using Direct3D 11 | ||
;-d3d12 | |||
: Run the game using Direct3D 12 | |||
: | |||
;-Maxscreen | |||
: Run the game in full screen. | : Run the game in full screen. | ||
;-nosound | ;-nosound | ||
: Run the game without sound. | : Run the game without sound. | ||
;-opengl | ;-opengl | ||
: Run the game using OpenGL (default under Mac). | : Run the game using OpenGL (default under Mac). | ||
;-swtnl | ;-swtnl | ||
: Run the game using Software T&L. | : Run the game using Software T&L. | ||
;-windowed | ;-windowed | ||
: Run the game in windowed mode. | : Run the game in windowed mode. | ||
;-maximized | |||
: When used with -windowed, runs the game window maximized. | |||
;-''width''x''height'' | |||
: Sets the resolution to ''width'' by ''height''. note: it is not known if this works with abnormal resolutions. it is recommended to only use resolutions known to work with WoW. | |||
==== '''''-noautolaunch64bit''''' ==== | |||
: Run 32bit client | |||
==== '''''-launcherlogin''''' ==== | |||
Show laucher login page | |||
'''''-uid wow_frfr''''' | |||
Interface language | |||
: | |||
==References== | |||
;{{ref web |url=http://forums.worldofwarcraft.com/thread.html?topicId=108238855&sid=1#3 |title=World of Warcraft - English (NA) Forums -> Command line switches... |accessdate=2008-11-06 |format=message board}} | |||
:Source for the resolution flag | |||
https://us.battle.net/support/en/article/56554 | |||
[[Category:Gameplay]] | [[Category:Gameplay]] | ||
[[Category:UI]] | [[Category:UI]] |
Latest revision as of 04:48, 15 August 2023
World of Warcraft game engine supports a list of command line switches. This page attempts to document them based on the information available. Due to the configuration of various systems, using them might cause some system to break. Use them at your own risk!
Flags[edit]
- -console
- Allow access to console in game.
- -d3d
- Run the game using Direct3D (default under Windows).
- -d3d11
- Run the game using Direct3D 11
- -d3d12
- Run the game using Direct3D 12
- -Maxscreen
- Run the game in full screen.
- -nosound
- Run the game without sound.
- -opengl
- Run the game using OpenGL (default under Mac).
- -swtnl
- Run the game using Software T&L.
- -windowed
- Run the game in windowed mode.
- -maximized
- When used with -windowed, runs the game window maximized.
- -widthxheight
- Sets the resolution to width by height. note: it is not known if this works with abnormal resolutions. it is recommended to only use resolutions known to work with WoW.
-noautolaunch64bit[edit]
- Run 32bit client
-launcherlogin[edit]
Show laucher login page
-uid wow_frfr
Interface language
References[edit]
- World of Warcraft - English (NA) Forums -> Command line switches... (message board). Retrieved on 2008-11-06.
- Source for the resolution flag