ListMenu "MainMenu"
{
	IfGame (DOOM)
	{
	StaticPatch 90,0,"M_DOOM"
	Position 93,72
	}
	
	TextItem "New Game",			"n",	"PlayerclassMenu"
	TextItem "Mod Options",			"c",	"OptionsComplex"
	TextItem "Options",				"o",	"OptionsMenu"
	TextItem "Load Game",			"l",	"LoadGameMenu"
	TextItem "Save Game",			"s",	"SaveGameMenu"
	TextItem "Quit Game",			"q",	"QuitMenu"
}

OptionMenu "OptionsComplex"
{
	Title "Mod / Addon Options"
	
	SubMenu "Complex Doom Options","CDOptions"
	StaticText " "
	SubMenu "LCA Options","LCAOptions"
	StaticText " "
	SubMenu "Dusted Options","DustOptions"
	StaticText " "
	SubMenu "Clusterfuck Options","CFOptions"
	StaticText " "
	SubMenu "Chaos Lite Options","CLOptions"
}

OptionValue "WeaponsType"
{
    1, "Default"
	2, "No Legendary"
	3, "No Nemesis"
	4, "No Random"
	5, "Super Shuffle"
}	

OptionValue "Nerfable"
{
	0, "Standard"
	1, "Recharge"
	2, "Infinite"
}

OptionMenu "CLOptions"
{
	Title "Chaos Lite Options"
	
	Option "Weapon Spawners", "CL_WeaponSpawner", "WeaponsType"
	StaticText "Swaps weapon spawner types for more of a challenge"
	StaticText ""
	Option "Plasma Handgun Operation", "CL_PlasmaNerf", "Nerfable"
	StaticText "Changes the Plasma Handgun's operation"
	StaticText "Meant for DJB 4.3.13's Plasma Handgun"
}

