OptionMenu "OptionsMenu"
{
	Title "OPTIONS"
	SubMenu "Final Doomer Options",		"FinalDoomer"
	StaticText " "
	Submenu "Customize Controls",		"CustomizeControls"
	Submenu "Mouse options",			"MouseOptions"
	Submenu "Joystick options",			"JoystickOptions"
	StaticText " "
	Submenu "Player Setup",				"PlayerMenu"
	Submenu "Gameplay Options",			"GameplayOptions"
	Submenu "Compatibility Options",	"CompatibilityOptions"
	Submenu "Automap Options",			"AutomapOptions"
	Submenu "HUD Options",				"HUDOptions"
	Submenu "Miscellaneous Options",	"MiscOptions"
	Submenu "Network Options",			"NetworkOptions"
	Submenu "Sound Options",			"SoundOptions"
	Submenu "Display Options",			"VideoOptions"
	Submenu "Set video mode",			"VideoModeMenu"
	StaticText " "
	SafeCommand "Reset to defaults",	"reset2defaults"
	SafeCommand	"Reset to last saved",	"reset2saved"
	Command "Go to console",			"menuconsole"
}

OptionValue "FDGunCasingsType"
{
	0, "Disabled" // "Aw why not"
	1, "Enabled" // "Delicious casings"
}

OptionValue "FDCasingSoundType"
{
	0, "Disabled" // "Silent but scattery"
	1, "Enabled" // "CLINK CLINK CLINK"
}

OptionValue "FDGunSmokeType"
{
	0, "Disabled" // "Smoking is bad mmkay"
	1, "Enabled" // "guns emit smoke from boom"
}

OptionValue "FDBulletPuffType"
{
	0, "Vanilla Style" // "such PUFFA0 wow"
	1, "Glow Style"
	2, "Glow + Spark Style"
}

OptionValue "FDQuakeType"
{
	0, "Disabled" // "explosions are weak and feeble"
	1, "Enabled" // "help i fell over and broke my hip"
}

OptionValue "FDParticleType"
{
	0, "Disabled" // "no thanks they remind me of bees"
	1, "Enabled" // "yey little color dots of happy"
}

OptionValue "FDSimpleMaserType"
{
	0, "Standard Mode" // "nah, gotta beem stronk"
	1, "Simple Mode" // "wow what a toaster"
	2, "OpenGL Mode" // "opengl master race"
}

OptionValue "FDBFGAmmoSystemType"
{
	0, "All large ammo pickups"
	1, "Cell-based ammo pickups"
}

OptionMenu "FinalDoomer"
{
	Title "FINAL DOOMER OPTIONS"
	StaticText 	""
	StaticText 	"     Cosmetic Options", 1
	Option "Bullet Puffs", "FD_bulletpuffs", "FDBulletPuffType"
	Slider "Bullet Impact Volume", "FD_bulletvolume", 0.1, 1, 0.05, 2
	Option "Gun Smoke", "FD_gunsmoke", "FDGunSmokeType"
	Option "Gun Casings", "FD_guncasings", "FDGunCasingsType"
	Option "Casing Sounds", "FD_casingsound", "FDCasingSoundType"
	Slider "Casings Fade Time", "FD_guncasingstimer", 0, 3600, 5, 0
//	Slider "Casing Volume", "FD_casingvolume", 0.1, 1, 0.05, 2
	Option "Quake Toggle", "FD_quakes", "FDQuakeType"
	Option "Particles", "FD_particles", "FDParticleType"
	Slider "Weapon Recoil", "FD_recoil", 0, 10, 0.1, 1
	Option "Simple Maser Beam", "FD_simplemaser", "FDSimpleMaserType"
	StaticText 	""
	StaticText 	"     Gameplay Options", 1
	Option "BFG Ammo System", "FD_BFGAmmoSystem", "FDBFGAmmoSystemType"
	StaticText 	""
	StaticText 	"Access to other compatible menus through here", 1
	SubMenu "Yholl Mod Options",		"YhollMods"
	SubMenu "Other Mod Options",		"OtherMods"
}

OptionMenu "YhollMods"
{
	Title "All Mod menus"
	SubMenu "DRLA Options",		"DoomRLA"
}

OptionMenu "OtherMods"
{
	Title "All other compatible Mod menus"
	SubMenu "Colourful Hell",		"Colourful Hell"
}
