The *.defi file

The .defi file tells Defrag the name of the map, the author is, which physics this map is built for and which type of map it is. If you don't put it into your *.pk3 file your map won't appear in the menu. It's simple. Open a text program, such as editor or wordpad, and type in following lines:

{
map "cmc04_bliccer"
longname "^3cmc04 mappack"
author "^1CMC|Bliccer"
style "run"
vq3 "1"
cpm "1"
}
start of defi file
map filename without the bsp extension
full map title
your name or nickname
4 styles are possible: run, accuracy, level, training
now the map will appear in the vq3 menu. If you want to turn it off, type "0"
now the map will appear in the cpm menu. If you want to turn it off, type "0"
end of defi file

After you have typed in all the aspects above, save this file as nameofyourmap.defi and put it into the scripts folder of your pk3. Now your map should appear in the menu:

(Image map in menu)

It is really important that you won't forget the { } at the beginning and at the end of the defi file and that you write the name, author, and so on between the " ". If you forget them, the whole file won't work. In the longname and the author field it is possible to colorize the text like in the screenshot. The numbers are the same like in Q3:
^1redtext example
^2greentext example
^3yellowtext example
^4bluetext example
^5cyantext example
^6purpletext example
^7whitetext example
Some Defrag engines support these OSP colors:
^8orangetext example
^9medium greytext example
Written by Bliccer