WoW:CVar expansionMovie: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "If you're having an issue where the intro movie is always being shown when you launch the game instead of just the first time, then this variable is just missing from your Config…")
 
m (Move page script moved page CVar expansionMovie to CVar expansionMovie without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
If you're having an issue where the intro movie is always being shown when you launch the game instead of just the first time, then this variable is just missing from your Config.WTF.  Add it and restart the game for it to take effect.
{{cvar}}


SET expansionMovie "0"
If you're having an issue where the intro movie is always being shown when you launch the game instead of just the first time, then this variable is just missing from your Config.WTF. Add it and restart the game for it to take effect.
 
SET expansionMovie "0"


This variable was previously documented as disabling/enabling the intro movie for the Burning Crusade expansion, and since it's still in effect for the Cataclysm expansion it's a good bet that they will keep reusing this variable for all of the expansions.
This variable was previously documented as disabling/enabling the intro movie for the Burning Crusade expansion, and since it's still in effect for the Cataclysm expansion it's a good bet that they will keep reusing this variable for all of the expansions.

Latest revision as of 04:47, 15 August 2023

Console variables < expansionMovie

If you're having an issue where the intro movie is always being shown when you launch the game instead of just the first time, then this variable is just missing from your Config.WTF. Add it and restart the game for it to take effect.

SET expansionMovie "0"

This variable was previously documented as disabling/enabling the intro movie for the Burning Crusade expansion, and since it's still in effect for the Cataclysm expansion it's a good bet that they will keep reusing this variable for all of the expansions.