WTF?
Lurking inside your World of Warcraft folder is a folder called WTF. While this has often prompted me and, I'm sure, others to exclaim "WTF indeed," I have recently learned that it stands for Warcraft Text File, instead of a more colorful alternative. Oh well. Inside the WTF folder, you will find the humble Config.wtf, a plain text file that contains many saved settings from WoW. Specifically, it stores most of your interface preferences, like graphics, audio, camera, and such.And if you wanted to, you could open the document up in WordPad/TextEdit (depending on OS; apparently NotePad is not good to open Config.wtf in), and change the preferences therein, and they would apply to your game. It's pretty simple. For instance, the line for the profanity filter reads
SET profanityFilter "0" in my Config.wtf, since I have it turned off. If you wanted to turn it on, you'd change the 0 to a 1, and it would read SET profanityFilter "1"; save the file, and your profanity filter is now turned on next time you run WoW. Note that you may not have a line for all possible options if they're at default values.Mucking with Config.wtf isn't something you'd normally want to do, because it's much easier to just change your prefs from the in-game option boxes, but there are a few you might want/need to edit in the WTF file. If you mess up your Config.wtf, by the way, you can just delete it, and WoW will recreate a new one with default options next time you run it. You'll lose your interface preferences, but those aren't very hard to re-set.
- realmName: This is, of course, the name of the realm WoW will try to log in to. I find that changing this in the WTF is often faster than going to the realm selection screen, and it was very helpful when my realm was down in the sense that trying to connect to it would eventually time out, without letting me choose a different realm (this was a while ago).
- targetNearestDistance: I actually never noticed this before today. This sets the maximum limit for tab-targeting, in (I think) yards. The default is 45; increase it if you want your tab targeting to go farther (or decrease it if you want it to go less far I guess).
- There are three settings with "Faster" in their name, which tweak the way the game draws certain things on screen. Two of them (M2Faster and GLFaster) are Mac-only. The defaults usually work well, but if you're having performance issues, you may want to try adjusting them. Tigerclaw from the Mac Tech Support forums explains what they all mean:
They are all independent.
M2Faster changes the way our 3D model drawing engine approaches the task of drawing the scene, basically drawing objects in a more optimized order. It is cross platform in nature. Useful values are 0 and 1, I think 1 is now default.
UIFaster changes the way our UI drawing engine gets all the icons, buttons, panels, and other UI elements drawn on screen. It also re-orders and combines drawing tasks to make them occur faster on the GPU. This is a cross platform setting. The useful settings are 0,1,2,3 - 3 is default.
GLFaster controls the Multi-Threaded OpenGL option on the Mac client. 0 turns it off, 1 turns it on with a mild frame rate cap to prevent mouse lag, and 2 lets it run at peak speed (though some mouse lage can occur, and prior to 10.4.9 crashes could also occur). So for this option, 1 is the default. It only has effect on Intel Macs running 10.4.8 or higher.
When this option is working at peak efficiency, we can max out two processor cores and raise frame rates up to 2X over when it is turned off, though this ratio is very scene dependent. Scenes where the GPU is the major limiting factor (open land views with lots of trees, full screen glow effect, lots of particles on screen) don't see that much of a boost. Stated more simply, it lets a larger number of possible scenes be drawn at the GPU speed limit than were possible before.
Filed under: Tips, Tricks, Odds and ends






Reader Comments (Page 1 of 1)
Dabura Mar 30th 2007 5:16PM
First!
But cool. This is good to know.
Usul Mar 28th 2007 12:51PM
This is also where you can edit the maximum camera distance at. The in-game solution only allows you to scroll out to I believe a setting of 30...I have mine set to 150.
Check out http://ui.worldofwar.net/ui.php?id=3108 for more info. I'd post my WTF, but I'm not on the computer that runs WOW right now.
SirCasey Mar 28th 2007 1:04PM
My new favorite WTF edit (Appropriate. VERY appropriate) was found in the CameraPlus addon Readme text file:
http://wow-en.curse-gaming.com/files/details/6001/cameraplus/
---------------------------------------------------
Additional tip to long range cameras - posted on CurseGaming by Drool
---------------------------------------------------
The 25 yards limit is hardcoded into WoW and you cannot zoom out further within the game itself.
WoW has 4 camera presets which you can set/load and save using key bindings within the game. These settings are stored in /WTF/Config.wtf file.
Make sure WoW is fully shut down then edit the Config.wtf file with your favourite text editor / notepad and add the following line to the end:
SET cameraDistanceD "250"
This sets the 5th (D) camera preset to a massive distance of 250 units. You can also add/edit the pitch and yaw with, for example:
SET cameraPitchD "90"
SET cameraYawD "0"
Change the last letter to A for preset #2, B for #3, C for #4, D for #5. (Preset #1 doesn't have a save key binding for some reason but the setting is probably stored in SET cameraDistance - without the letter.
Save the file and fire up WoW. You can now cycle between your new camera presets with the (default) Home and End keys, or you can bind your own keys for each preset if you wish.
---------------------------------------------------
Personally, I added the following lines:
SET cameraDistanceA "50"
SET cameraDistanceB "100"
SET cameraDistanceC "150"
SET cameraDistanceD "250"
And bound the keys around in the Insert/Home/Delete group (don't forget to set a key to return to normal view)
Imagine seeing a battle ground from 'airplane' view. Oh yeah.
Have fun!
SirCasey Mar 28th 2007 1:10PM
lol, I made this post as soon as I read the article, posted, and waited 25+ minutes for the email confirmation, wishing for all the world that I could figure out how to get an account / password for the site.
Then I got the email.
It has a password in it! Wohoo!
Then I repost using my password, and refresh the page.
Looks like you beat me to it, Usul...
Ryan Carter Mar 28th 2007 1:55PM
The reason notepad won't be good for editing is because there are certain line breaks and other formatting that wow uses to structure the file that wordpad picks up, and notepad does not. Notepad does plain text only, which is why you will get a continuous line of text in stead of the nice prisitine layout you get with wordpad. Oh, BTW don't use Word or any other "powerful" word processor. It will screw your file with extra (and hidden) formatting. Cheers, happy hacking!