ListMenu "MainMenu"
{
	StaticPatch 92, 2, "M_DOOM"
	Position 75, 90
	TextItem "Multiplayer", "m", "ZA_MultiplayerOptions"
	TextItem "Player Setup", "p", "PlayerMenu"
	TextItem "Options", "o", "OptionsMenu"
	TextItem "Quit", "q", "QuitMenu"
}


ListMenu "PlayerMenu"
{
	StaticTextCentered 160, 0, "$MNU_PLAYERSETUP"
	Font "SmallFont"
	Linespacing 14
	Position 30, 36
	PlayerNameBox "Name", 0, "Playerbox"
	Selector "-", -16, -1
	MouseWindow 0, 220
	PlayerDisplay 255, 76, "20 00 00", "80 00 40", 1, "PlayerDisplay"
	Linespacing 10
	Slider "Red", "Red", 0, 255, 16
	Slider "Green", "Green", 0, 255, 16
	Linespacing 20
	Slider "Blue", "Blue", 0, 255, 16
	Linespacing 14
	ValueText "Skin", "Skin"
	ValueText "Starting Weapon", "Class"
	ValueText "Gender", "Gender", "Gender"
	ValueText "Autoaim", "Autoaim", "Autoaim"
	Slider "Handicap", "Handicap", 0, 200, 5 // [TP]
	// [TP] This is moved to weapon setup
	// ValueText "Switch on pickup", "Switch", "OffOn"
	ValueText "Always Run", "AlwaysRun", "OnOff"
	TextItem "Weapon Setup", "w", "ZA_WeaponSetup" // [TP]
	Class "PlayerMenu"
}


OptionMenu IDM_OptionsMenu
{
	Title	"Insanity Modifiers"

	Option	"Starting Weapons",		"idm_startweapons",		"YesNo"
	Option	"Rare gibbing nukes",	"idm_gibnukes",			"YesNo"
	Option	"Explosive deaths",		"idm_explosivedeaths",	"YesNo"
	Option	"Big guns only",		"idm_bigguns",			"YesNo"
	StaticText	""
	StaticText	""

	StaticText	"SPECIAL WEAPON MODES:"
	StaticText	""
	Option	"Blade Mode",		"idm_blademode",	"OnOff"
	Option	"Knife Fight",		"idm_knifefight",	"OnOff"
	Option	"Fisting",			"idm_fisting",		"OnOff"
	Option	"Mortar",			"idm_mortar",		"OnOff"
	StaticText	""
	StaticText	""
	
	StaticText	"Variables for console:"
	StaticText	""
	StaticText	"idm_startweapons"
	StaticText	"idm_gibnukes"
	StaticText	"idm_explosivedeaths"
	StaticText	"idm_bigguns"
	StaticText	"idm_blademode"
	StaticText	"idm_knifefight"
	StaticText	"idm_fisting"
	StaticText	"idm_mortar"
	StaticText	""
	StaticText	""
	StaticText	"DISCLAIMER: Modifiers require a map restart!"
}

// Zandronum menus

OptionMenu ZA_SkirmishMenu
{
	Title		"SKIRMISH"
	Option		"Level",				"menu_skirmishlevel",			"ZA_Levels"
	Option		"Game Mode",			"menu_skirmishgamemode",		"ZA_Gamemode"
	Option		"Modifier",				"menu_skirmishmodifier",		"ZA_Modifier"
	StaticText	""
	Submenu		"Insanity Modifiers", 	"IDM_OptionsMenu"
	StaticText	""
	StaticText	""
	NumberField	"Timelimit",			"menu_skirmishtimelimit"
	NumberField	"Fraglimit",			"menu_skirmishfraglimit"
	NumberField	"Pointlimit",			"menu_skirmishpointlimit"
	NumberField	"Duellimit",			"menu_skirmishduellimit"
	NumberField	"Winlimit",				"menu_skirmishwinlimit"
	NumberField	"Wavelimit",			"menu_skirmishwavelimit", 0, 10
	StaticText	""
	NumberField	"Skill",				"menu_skirmishskill", 0, 4
	NumberField	"Botskill",				"menu_skirmishbotskill", 0, 4
	StaticText	""
	SubMenu		"Bot Setup",			"ZA_BotSetup"
	StaticText	""
	Command		"Start Game!",			"menu_startskirmish"
}


OptionMenu ZA_JoinMenu
{
	Title		"JOIN THE INSANITY!"

	StaticText	"You are currently a spectating wussy!"
	StaticText	" "
	StaticText	"Become a badass by joining the Insanity!"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"Join!",			"menu_joingame"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"HOW TO PLAY?",			"menu_help"
}

OptionMenu ZA_JoinTeamMenu
{
	Title		"JOIN A TEAM!"

	StaticText	"Select a team."
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	" "
	Command		"Auto-select",		"menu_autoselect"
	StaticText	" "
	JoinMenuTeamOption
	StaticText	" "
	StaticText	" "
	Command		"Join!",			"menu_joingame"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
	StaticText	" "
	StaticText	" "
	Command		"HOW TO PLAY?",			"menu_help"
	StaticText	" "
}

OptionMenu ZA_SelectClassMenu
{
	Title		"STARTING WEAPON SELECTION"

	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	"SELECT YOUR STARTING WEAPON!"
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	"You can change your Starting Weapon"
	StaticText	" "
	StaticText 	"from the PLAYER SETUP menu."
	StaticText	" "
	StaticText	" "
	StaticText	" "
	StaticText	" "
	JoinMenuPlayerClassOption
	StaticText	" "
	Command		"Join!",			"menu_joingamewithclass"
	StaticText	" "
	Command		"Player Setup",		"menu_player"
}