WoW:Console: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
'''Console''' is a function of [[World of Warcraft]] game engine that allows access to an in-game console.  
'''Console''' is a function of [[World of Warcraft]] game engine that allows access to an in-game console.  


The console is turned off by default for gamers; however, it can be activated by adding "-console" to World of Warcraft command line. Once the console feature is activated, the gamer can access it by pressing the "~" key while in game. The console allow players to change game client settings by hand, such as those related to graphics and sound. However, most of those functions are readily available via the game menus.  
The console is turned off by default for players; however, it can be activated by adding "-console" to World of Warcraft command line. Once the console feature is activated, the player can access it by pressing the "~" key while in game. The console allows players to change game client settings by hand, such as those related to graphics and sound. However, most of those functions are already available via the game menus.  


In addition, the console also allow access to a [[Game Master]] commands as demonstrated in videos from [[Electronic Entertainment Expo|E3]] and [[Blizzcon]]. However, those functions would report permission denied when evoked by gamers.  
In addition, the console also allows access to a [[Game Master]] commands as demonstrated in videos from [[Electronic Entertainment Expo|E3]] and [[Blizzcon]]. However, those functions would report permission denied when evoked by players.  


==External links==
==External links==
* [http://video.google.com/videoplay?docid=-192530723768978270&q=e3+worldofwar&hl=en An E3 Interview showing a Blizzard developer using console commands (about the 5 minute mark, besides others)]
* [http://video.google.com/videoplay?docid=-192530723768978270&q=e3+worldofwar&hl=en An E3 Interview showing a Blizzard developer using console commands (about the 5 minute mark, besides others)]
[[Category:Game terms]]
[[Category:Game terms]]
[[Category:UI]]
[[Category:UI]]

Revision as of 02:00, 19 December 2010

Console is a function of World of Warcraft game engine that allows access to an in-game console.

The console is turned off by default for players; however, it can be activated by adding "-console" to World of Warcraft command line. Once the console feature is activated, the player can access it by pressing the "~" key while in game. The console allows players to change game client settings by hand, such as those related to graphics and sound. However, most of those functions are already available via the game menus.

In addition, the console also allows access to a Game Master commands as demonstrated in videos from E3 and Blizzcon. However, those functions would report permission denied when evoked by players.

External links