Jump to content
Sign in to follow this  
1pinki1

Config string for window mode?

Recommended Posts

I have tried the below but it doesent work. basically old wow doesent support 4k resolution in full screen and i cannot control my mouse in full screen mode so i am trying to find a way to get it into window mode.  Ctrl+Enter doesent work either.

 

SET gxWindow "0"

SET gxMaximize "0"

Share this post


Link to post
Share on other sites

Windowed Mode:

  • SET gxWindow "1"
  • SET gxMaximize "0"

Borderless Window Mode:

  • SET gxWindow "1"
  • SET gxMaximize "1"

Fullscreen Mode:

  • SET gxWindow "0"
  • SET gxMaximize "1" (May also be 0.)
As for mouse "lag" try:
  • gxFixLag 1

 

>>You may need to adjust other settings in game, refresh rate, GFX quality, etc.<<

 

How it should look with max settings(Added the edits for windowed mode):

 

SET hwDetect "0"
SET gxColorBits "24"
SET gxDepthBits "24"
SET gxResolution "1920x1080"
SET gxRefresh "60"
SET gxMultisampleQuality "0.000000"
SET gxFixLag "0"
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 readTOS "1"
SET readEULA "1"
SET realmList "logon.elysium-project.org"
SET accountName "Your account name" -(To save your account login name)
SET gxWindow "1"
SET gxMaximize "0"
SET gxMultisample "8"
SET shadowLevel "0"
SET anisotropic "16"
SET M2UsePixelShaders "1"
SET mouseSpeed "1"
SET DesktopGamma "1"
SET Gamma "1.000000"
SET MusicVolume "0.40000000596046"
SET SoundVolume "1"
SET MasterVolume "1"
SET weatherDensity "3"
SET realmName "Nostalrius PTR"
SET cameraYawMoveSpeed "180"
SET cameraYawSmoothSpeed "180"
SET cameraDistanceMaxFactor "2"
SET gameTip "2"
SET AmbienceVolume "0.60000002384186"
SET uiScale "0.76999998092651"
SET useUiScale "1"
SET UnitNameOwn "1"
SET UnitNameNPC "1"
SET gxTripleBuffer "1"
SET minimapZoom "0"
Edited by GhostTiger

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×