// 	Options can also be set via this file including the command line.
//	-f    --file  		direct path to a imagepak to export
//	-g    --gamedir  	The games root directory(required for export all)
//	-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)
//	-a    --all		Exports all imagepaks
//	--progress		outputs progress in percentage
//
// 	Options are set in the following format option:value
//
//	Examples:
//	verbose:1
//	file:C:\Program Files (x86)\Steam\SteamApps\common\Call of Duty Ghosts\imagefile1.pak
//
//	Short form is also possible
//      v:1