Table of Contents

init.txt Tips

Author

Author Information
Name: Aikar
Date: Oct 5th, 2007
Website: http://www.windower.net
Contact: aikar@fanetworks.net

Wiki Editing Authorization

I am giving permission for others to ADD to my guide, however you may not remove or reword ANYTHING else in my guide without my permission unless its to fix tiny grammatical or other 'bugs'.

Information

There are a few things you can modify init.txt to change your windower configuration to make windower act the way you want it to.

This guide will show you some suggestions on changes you can make to init.txt

If you ever accidently screw up your file, you can always refer to init.txt's page to see the default 3.3 init.txt.

However, its much easier to just backup your file before editing. It's good practice to backup files before modifying them, so just make a copy of it before editing!

Tip Listing

Console position

If you do not like the default console position, you may modify the console_position line and change the X and Y settings to where you want it to be. However take note that if you set these values higher than your windowers size, you will not be able to see your console!

Changing the text color

Before saying anything else, Please take note that 3.3 added the ability for plugins to put colored text into the console. Plugins are going to be default written to expect red text, so if you modify this color, your plugins output may not look as expected.

This setting will let you change the color of the consoles text, but take note that setting it to a light color may make it hard to read. The format is console_color alpha red green blue

Console appearence time

You may change how long your console appears on screen when it pops up from various plugin or scripting results by modifying console_fadedelay. This time is in MILLISECONDS not seconds, so 3500 is 31/2 seconds.

Ambient Lighting

A nice feature of windower is the ability to turn on an ambient lighting setting. This will give npc and pc models a lighted effect, hilighting them a bit more.

A main reason for doing this is it makes the colors of the game pop out and show more, and you may also change the color of the light to make the colors of the models more vibrant too. There are 2 settings for this effect: game_forceambientlight and game_ambientlight

Changing Gamma

If you think the game's overall appearance is too dark, you may change the gamma by typing gamma <newvalue> Changing this value in the init.txt makes sure that your preferred setting is used every time the game opens. So first login to the game and type gamma xx where xx is a number until you find your preferred gamma setting. The default is 50. After you find the value you can then modify game_gamma

Showing a FPS Counter

you will notice many windower screenshots have a red FPS marker showing in the top left corner that shows you how the games performance is running. You can turn this on and off by uncommenting the following line and changing as needed:

Adding/Removing auto loaded plugins

This can be done anywhere in the file actually, but its best to keep them all together in one spot.

One quick suggestion i recommend EVERYONE does, is find this:

//Load plugins -- Remove the // from plugins you want to have autoloaded

Right below it, before ANY of the //load commands add the following: wait 5

Windower likes to crash if you load too many plugins in the init.txt without a delay, so add a delay to ensure proper loading of plugins. Some plugins also like to malfunction and not load properly if loaded without a delay.

You may add any plugin EXCEPT ExpWatch 1)

Default Key Bindings

Near the end of the file you will find key bindings for a few functions.

You may add and remove binds here.

Hiding Plugins in Screenshots

This is sort of a repeat of the above tip, but specifically stating this 1 change as a tip so it will be more noticed.

If you do not want your screenshots to include all of the windower overlays (plugin text) then you can simply change your bind sysrq command

Guide Discussion

1) ExpWatch is currently bugged and will crash your game if it is loaded before logging into the game. Use the AutoExec Plugin to auto load ExpWatch here to be auto loaded.