Skip to content

Instantly share code, notes, and snippets.

@RagedUnicorn
Created March 20, 2019 20:03
Show Gist options
  • Select an option

  • Save RagedUnicorn/481f926fd868083eb620fd1563197b52 to your computer and use it in GitHub Desktop.

Select an option

Save RagedUnicorn/481f926fd868083eb620fd1563197b52 to your computer and use it in GitHub Desktop.
WoW Vanilla Use Custom Resolution

Custom WoW Vanilla Resolution

WoW Vanilla supports only as resolution up to 1920 x 1080 in the gui settings. By modifying the value directly in the Config.wtf we can circumvent that limitation.

Note: WoW Vanilla seems to struggle with multiple monitors when this method is used. It might help to disconnect all additional monitors while playing.

SET gxResolution "3440x1440"
SET hwDetect "0"
SET gxColorBits "24"
SET gxDepthBits "24"
SET gxResolution "3440x1440"
SET gxMultisampleQuality "0.000000"
SET fullAlpha "1"
SET lodDist "100.000000"
SET SmallCull "0.010000"
SET DistCull "500.000000"
SET trilinear "1"
SET frillDensity "48"
SET farclip "777"
SET specular "1"
SET pixelShaders "1"
SET particleDensity "1.000000"
SET unitDrawDist "300.000000"
SET movie "0"
SET realmList ""
SET readTOS "1"
SET readEULA "1"
SET realmName ""
SET gameTip "43"
SET gxVSync "0"
SET gxMultisample "8"
SET shadowLevel "0"
SET anisotropic "16"
SET M2UsePixelShaders "1"
SET Gamma "1.000000"
SET MusicVolume "0"
SET SoundVolume "0.69999998807907"
SET MasterVolume "0.90000003576279"
SET weatherDensity "3"
SET AmbienceVolume "0"
SET uiScale "1"
SET minimapInsideZoom "0"
SET targetNearestDistance "41"
SET mouseSpeed "1"
SET cameraYawMoveSpeed "180"
SET cameraYawSmoothSpeed "180"
SET cameraDistanceMaxFactor "1"
SET cameraView "4"
SET cameraDistanceMax "50"
SET EnableMusic "0"
SET EmoteSounds "0"
SET SoundListenerAtCharacter "0"
SET minimapZoom "0"
SET cameraSmoothStyle "0"
SET CombatLogRangeFriendlyPlayers "100"
SET autoSelfCast "1"
SET checkAddonVersion "0"
SET EnableAmbience "0"
SET gxWindow "1"
SET MasterSoundEffects "0"
SET lastCharacterIndex "6"
@NostraDavid

Copy link
Copy Markdown

Because you have SET gxWindow "1", your set resolution doesn't matter. The game will use whatever native resolution there is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment