DEFAULTLISTMENU
{
	Font "BigFont", "Untranslated"
	
	Selector "ZIPPO1", -18, -6
	Linespacing 18
}

LISTMENU "MainMenu"
{
	StaticPatch 40, -55, "TBLOGO"
	Position 90, 76
		
	TextItem "Rock'n'Roll!",  "n",	"PlayerclassMenu"
	TextItem "Blaze-it Stuff", "b",	"BlazerMenu"
	TextItem "Options",	     "o",	"OptionsMenu"
	TextItem "Load",         "l",	"LoadGameMenu"
	TextItem "Save",         "s",	"SaveGameMenu"
	TextItem "Piss Off.",	 "q",	"QuitMenu"
}

ListMenu "PlayerclassMenu"
{
	NetgameMessage "$NEWGAME"
	
	StaticTextCentered 160, 15, "$MNU_CHOOSECLASS"
	Position 80, 50
	PlayerDisplay 220, 50, "20 00 00", "80 00 40"
	MouseWindow 0, 220
}

ListMenu "EpisodeMenu"
{
	NetgameMessage "$NEWGAME"
	
	Position 48, 63
	StaticTextCentered 176, 14, "Select chapter."
}

ListMenu "SkillMenu"
{
	StaticTextCentered 166, 28, "How Badass are you?"
	Position 48, 66
}

ListMenu "LoadGameMenu"
{
	NetgameMessage "If you want to load the game in multiplayer, do it while launching it."
	StaticTextCentered 90, -20, "Lock'n'Loading"
	Position 80, 54
	Class "LoadMenu"
}

ListMenu "SaveGameMenu"
{
	StaticTextCentered 90, -20, "Shaving"
	Position 60, 54
	Class "SaveMenu"
}

DefaultOptionMenu
{
	Position -15
}

OptionValue "SmokeSettings"
{
	0, "Full"
	1, "Reduced"
	2, "None"
}

OptionValue "ThrottleSettings"
{
	0, "None"
	1, "Redneck Gibberish"
	2, "Rock'n'Roll"
}

OptionMenu "BlazerMenu"
{
	Title "BLAZE-IT OPTIONS"
	Slider "Dash Timer",		"TB_DashFrames",			0, 35, 1, 0
	StaticText "In tics, setting it to 0 disables the dash."
	StaticText ""
	Option "Smoke Density",		"TB_SmokeReduction",		"SmokeSettings"
	StaticText "Smokin'! Smokin'! Everybody just keep on tokin'!", 1
	StaticText "Feeling bogged down with smoke from your non-cigarettes?"
	StaticText "Turn that off here! Also reduces some of the effects intensity."
	StaticText ""
	Option "''Skullhrottle'' Sound Effects", "TB_MinigunMode", "ThrottleSettings"
	StaticText "Just to make it more epic.", 1
	StaticText "You can toggle the extra sound effects on the minigun here."
}

OptionMenu "OptionsMenu"
{
	Title "OPTIONS"
	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"
}

OptionMenu "CustomizeControls"
{
	Title "CUSTOMIZE CONTROLS"
	ScrollTop 2
	StaticTextSwitchable 	"ENTER to change, BACKSPACE to clear", "Press new key for control, ESC cancels.", "ControlMessage"
	StaticText 	""
	StaticText "Main Controls", 1
	StaticText 	"Necessary to make full use of this mod."
	StaticText 	""
	Control 	"Fire",				"+attack"
	Control 	"Altfire",			"+altattack"
	Control 	"Reload",			"+reload"
	Control 	"Punch",			"+zoom"
	Control 	"Machete Quick-Toss", "+d_machete"
	StaticText 	""
	Control 	"Use / Open",			"+use"
	Control 	"Jump",				"+jump"
	Control 	"Crouch",			"+crouch"
	StaticText 	""
	Control 	"Move forward",			"+forward"
	Control 	"Move backward",		"+back"
	Control 	"Strafe left",			"+moveleft"
	Control 	"Strafe right",			"+moveright"
	StaticText 	""
	StaticText 	"Weapons", 1
	Control 	"Next weapon",			"weapnext"
	Control 	"Previous weapon",		"weapprev"
	StaticText 	""
	Control		"Weapon Slot 1",		"slot 1"
	Control		"Weapon Slot 2",		"slot 2"
	Control		"Weapon Slot 3",		"slot 3"
	Control		"Weapon Slot 4",		"slot 4"
	Control		"Weapon Slot 5",		"slot 5"
	Control		"Weapon Slot 6",		"slot 6"
	Control		"Weapon Slot 7",		"slot 7"
	Control		"Weapon Slot 8",		"slot 8"
	Control		"Weapon Slot 9",		"slot 9"
	Control		"Weapon Slot 0",		"slot 0"
	StaticText 	""
	StaticText 	"Inventory", 1
	StaticText 	"Inventory comes handy in here."
	StaticText 	""
	Control 	"Activate item",		"invuse"
	//Control 	"Activate all items",	"invuseall"
	Control 	"Next item",			"invnext"
	Control 	"Previous item",		"invprev"
	StaticText 	""
	Control 	"Drop item",			"invdrop"
	Control		"Query item",			"invquery"
	Control 	"Drop weapon",			"weapdrop"
	StaticText 	""
	StaticText 	"Quick Item Usage", 1
	StaticText 	"In case you need something immediately."
	StaticText 	""
	Control 	"Nightvision Goggles",		"Vision"
	Control 	"Hazmat Suit",			"Rubberfruit"
	Control 	"Whiskey",			"UbermenschUnlimited"
	StaticText 	""
	StaticText 	"Chat", 1
	Control 	"Say",					"messagemode"
	Control 	"Team say",				"messagemode2"
	StaticText 	""
	StaticText 	"Miscellaneous", 1
	Control 	"Toggle automap",		"togglemap"
	Control 	"Chasecam",				"chase"
	Control 	"Coop spy",				"spynext"
	Control 	"Screenshot",			"screenshot"
	Control  	"Open console",			"toggleconsole"
	StaticText 	""
	StaticText 	"The Rest", 1
	Control 	"Turn left",			"+left"
	Control 	"Turn right",			"+right"
	Control 	"Crouch Toggle",		"crouch"
	Control 	"Swim up",				"+moveup"
	Control 	"Swim down",			"+movedown"
	Control 	"Stop flying",			"land"
	Control 	"Mouse look",			"+mlook"
	Control 	"Keyboard look",		"+klook"
	Control 	"Look up",				"+lookup"
	Control 	"Look down",			"+lookdown"
	Control 	"Center view",			"centerview"
	Control 	"Run",					"+speed"
	Control 	"Strafe",				"+strafe"
	Control 	"Show Scoreboard",		"+showscores"
	/*StaticText 	""
	StaticText 	"Strife Popup Screens", 1
	Control 	"Mission objectives",	"showpop 1"
	Control 	"Weapons/ammo/stats",	"showpop 3"*/
}