// 	Options can also be set via this file including the command line.
// 	-o     --outdir 		Output directory (creates if dose not exsist)
// 	-p     --nopause  	program exits after completion
// 	-s     --noskip 		don't skip image if exsists in output folder (0/1)
// 	-v     --verbose		Verbose Level (0,1,2)
// 	-f     --filter		Filters models by name
//		--ex_filter		Filters models out that contain the substring
//	 -l     --single_lod	Only export higest lod
//  	        --list			dose not load only list models
//  	        --inc_normals 	export the normals
//  	        --inc_spec		export the spec's
//  	        --img_local		export images local
//  	        --white_vert_col_xe		force white vertex colors in XE
//
// 		--ma			Export .ma(mel)
//  		--obj			Export .obj(mtl)
// 		--xe			Export xmodel_export
// 		--smd		Export SMD
// 		--gdt			Export GDT
//
// 	Options are set in the following format option:value
//
//	Examples:
//		verbose:1
//		filter:viewmodel_
// 		inc_normals 
//     	 	img_local	
//
//	Short form is also possible
//      f:viewmodel_
//
//	Multiple filter example:
//	f:viewmodel_,body,car,plane
//	
//	The tool also support a exclude filter.
//	which will skip any models matching the filter.
//	Fror example:
//	ex_filter:viewmodel_
//	
//	Will skip all models that contain 'viewmodel_' in the name
//


ma:1
obj:0
xe:0
smd:0
gdt:0

inc_normals
white_vert_col_xe
