THENEX - Config Files.

Config Files

Written by shaggy

Config/cfg files are a great tool. Save your binds, aliases the works!

How To Make Them

1. Right click
2. Select new > text document
3. Name it whatever you want. Change the extension from txt to cfg.

Where To Put Them

You need to put them into your data folder.

C:\~\Nexuiz\data\

Autoexec.cfg

Autoexec.cfg is a auto loaded .cfg file, nexuiz automatically looks for it when it starts up, hence auto. So if you don't want to type the code to execute a .cfg file autoexec it what you should use.

Exec A File

To execute a .cfg file you need to enter:

exec <filename>.cfg

Multiple cfg Files:

If you would like to have more than one .cfg file you need to bind two toggle keys. They basically toggle back and forth between the two.

The command for this:

bind "1" "exec messages.cfg"
bind "2" "exec team_messages.cfg"

You can have as many .cfg files as you want.