- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Client Mods
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
GammaFix
- 0 Likes
- World of Warcraft
- 1,068 Downloads
- Supports: 4.2
- 0 Average Daily Downloads
- Comments
- Created 8/27/2006 11:52:59 AM
- Updated 7/23/2011 1:13:28 PM
- 7 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: 4.2.0
About GammaFix
Restore gamma in video settings after Alt-Tab between game and windows desktop. On some video cards I have used, the gamma setting in the blizzard options was affected by Alt-Tab and accidentally made the game brighter. To fix this problem, see three workarounds: (1) Go to video options in game and move the slider temporarily to the left and back to restore the gamma. (2) Type a script in the chat window like shown below to restore the gamma. (3) Or run this addon to automatically fix.
The addon executes a script every 2 seconds, which can also be typed in the chat window for testing. The gamma is decreased first to avoid an overflow because safer when rare to find the gamma near zero anyway.
/script SetGamma(GetGamma()-0.1); SetGamma(GetGamma()+0.1)
SLASH COMMAND:
- There are no commands to run. It works when installed and player enters the game.
- The gamma is checked every 2 seconds in case we Alt-Tab out and back to the game.
- If installed successfully, see a message in the chat window, "GammaFix loaded".
INSTALLATION:
- In Windows XP, extract the ZIP file, to your World of Warcraft interface addons directory, which might look like,
...\World of Warcraft\Interface\AddOns\GammaFix\
UNINSTALL:
- Remove the game folder, .\World of Warcraft\Interface\AddOns\GammaFix\
-------------------------------
Change log:
Revision 4.0.0 (Oct 06, 10)
- Updated TOC file for patch 4.0.0 (for cata)
- Bug fix, replace 'this' with 'self' and fix parameters passed to functions (for cata)
(see "changes" section in website)
Change log:
Revision 4.2.0 (Jul 22, 11)
- Updated TOC file for patch 4.2.0
Revision 4.0.0 (Oct 06, 10)
- Updated TOC file for patch 4.0.0 (for cata)
- Bug fix, replace 'this' with 'self' and fix parameters passed to functions (for cata)
Revision 3.1.0 (Apr 19, 09)
- Updated TOC file for patch 3.1.0
Revision 1.11
- Updated TOC file for patch 2.1.0
Revision 1.1
- BC 2.0 compatible. Updated toc file.
- web site erased all my previous changelog info :()
Comments
* Updated TOC file for patch 4.2.0
* Updated TOC file for patch 4.0.0 (for cata)
* Updated TOC file
Revision 1.11
Still works, just needs toc update. or select out-of-date addons in options before entering world.
Finally the web site is working. Addon is updated.