Solution for fullscreen problem

Hello all. I wanted to offer this fix for anyone having this particular problem, because I was having it.
I downloaded 1.12.1 client from
https://drive.google.com/uc?id=0ByPTNLd ... t=download
Followed the steps here
viewtopic.php?f=32&t=638
Updated my Config.wtf file
Whenever attempting to run the game the game would almost immediately minimize. The solution is to open Config.wtf and add the following
This start WoW in windowed mode.
Hope this helps anyone having problems.
I downloaded 1.12.1 client from
https://drive.google.com/uc?id=0ByPTNLd ... t=download
Followed the steps here
viewtopic.php?f=32&t=638
Updated my Config.wtf file
- Code: Select all
SET hwDetect "0"
SET gxColorBits "24"
SET gxDepthBits "24"
SET gxResolution "1024x768"
SET gxRefresh "60"
SET gxMultisampleQuality "0.000000"
SET gxFixLag "0"
SET lodDist "100.000000"
SET SmallCull "0.040000"
SET DistCull "500.000000"
SET trilinear "1"
SET frillDensity "24"
SET farclip "500.000000"
SET specular "1"
SET pixelShaders "1"
SET particleDensity "1.000000"
SET unitDrawDist "300.000000"
SET movie "0"
SET anisotropic "16"
SET detailDoodadAlpha "100"
SET farclip "777"
SET frillDensity "256"
SET gxColorBits "24"
SET gxDepthBits "24"
SET lod "0"
SET lodDist "250"
SET mapObjLightLOD "2"
SET maxLOD "3"
SET nearClip "0.33"
SET particleDensity "1"
SET pixelShaders "1"
SET shadowLevel "0"
SET SmallCull "0.01"
SET SkyCloudLOD "1"
SET SkySunGlare "1"
SET specular "1"
SET textureLodDist "777"
SET texLodBias "-1"
SET trilinear "1"
SET unitDrawDist "300"
SET weatherDensity "3"
SET waterParticulates "1"
SET waterRipples "1"
SET waterSpecular "1"
SET waterWaves "1"
SET ffxDeath "1"
SET ffx "1"
SET ffxRectangle "1"
SET ffxGlow "1"
SET spellEffectLevel "2"
SET occlusion "1"
SET footstepBias "0.125"
SET showfootprints "1"
SET horizonfarclip "2112"
SET baseMip "0"
SET waterLOD "0"
SET mapObjOverbright "1"
SET MaxLights "4"
SET DistCull "500"
SET mapShadows "1"
SET doodadAnim "1"
SET showShadow "1"
SET showLowDetail "0"
SET showSimpleDoodads "0"
SET gxTripleBuffer "1"
SET M2UsePixelShaders "1"
SET M2UseZFill "1"
SET M2UseClipPlanes "1"
SET M2UseThreads "1"
SET M2UseShaders "1"
SET M2BatchDoodads "1"
SET bspcache "1"
SET realmList "test.login.nostalrius.org"
Whenever attempting to run the game the game would almost immediately minimize. The solution is to open Config.wtf and add the following
- Code: Select all
SET fullAlpha "1"
This start WoW in windowed mode.
Hope this helps anyone having problems.