DefaultListMenu
{
    Font "DBigFont", "Gold"
}

ListMenu "MainMenu"
{
		StaticPatch 94, -1, "M_DOOM"
		Position 97, 72

		TextItem "New Game", "n", "PlayerClassMenu"

		TextItem "Options", "o", "OptionsMenu"
		TextItem "Customize Yourself", "b", "PlayerMenu"
		TextItem "Load Game", "l", "LoadGameMenu"
		TextItem "Save Game", "s", "SaveGameMenu"
		TextItem "Cheat Menu", "c", "CheatMenu"
		TextItem "Quit Game", "q", "QuitMenu"
}

ListMenu "EpisodeMenu"
{
	NetgameMessage "$NEWGAME"
	
	Position 48, 63
	StaticText 54, 38, "Choose a GameMode"
}

OptionMenu "CheatMenu"
{
	Title "Cheat Menu"
	
	StaticText "These wont work if youre not the admin of a server"
	
	StaticText ""
	StaticText "Slot1"
	Command "Saw -> Launching Saw", "Give HordeMode_Upgrade_SawLauncher"
	StaticText ""
	StaticText "Slot2"
	Command "Pistol -> Heavy Pistol", "Give HordeMode_Upgrade_Pistol"
	Command "Rifle -> Heavy Rifle", "Give HordeMode_Upgrade_Rifle"
	Command "Heavy Rifle -> Heavy Scoped Rifle", "Give HordeMode_Upgrade_Scope"
	StaticText ""
	StaticText "Slot3"
	Command "Super Shotgun -> Bone Gun", "Give HordeMode_Upgrade_SSG"
	StaticText ""
	StaticText "Slot4"
	Command "MP40 -> Heavy Revolver", "Give HordeMode_Upgrade_MP40"
	Command "Chaingun -> Super Chaingun", "Give HordeMode_Upgrade_Chaingun"
	StaticText ""
	StaticText "Slot5"
	Command "Inferno Howitzer -> Infernal Launcher", "Give HordeMode_Upgrade_InfernalLauncher"
	StaticText ""
	StaticText "Slot6"
	Command "Plasma Rifle -> Piercing Plasma Cannon", "Give HordeMode_Upgrade_Plasma"
	StaticText ""
	StaticText "Slot7"
	Command "Unmaker -> Soul Staff", "Give HordeMode_Upgrade_Unmaker"
	StaticText ""
}