 
[options] 
 
// Enter the -intro- message that will be inserted at start of the cfg 
intro_msg = "Config created using CFG Parser (http://i.am/syx)" 
 
// To use 'seta' make next value a 1, to use 'set' make it a 0 
seta = 1 
 
// Make next value 0 for program to sort each section, 1 for no sort 
no_sort = 0 
 
// Don't include unbindall at start if it's not 0 
no_unbindall = 0 
 
// Blanks... This is the amount of space put between a key/variable and the value 
blanks_sets = 30 
blanks_binds = 20 
blanks_aliases = 30 
 
 
 
// This is the list of 'set' prefixes 
// Example cg_DrawFPS would be put with cg_simpleitems 
// Limit is 50 prefixes, only ones that will be found 
// in config will be added in new one. 
 
[prefixes] 
 
cg_ 
cl_ 
m_ 
com_ 
r_ 
net_ 
vid_ 
s_ 
sv_ 
g_ 
bot_ 
in_ 
scr_ 
joy_con_ 
cm_ 
ui_ 
vm_ 
gl_ 
 
 
// End Of File 
 
