LISTMENU "MainMenu"
{
	IfGame(Doom, Chex)
	{
		StaticPatch 45, 0, "RO_DOOMH"
		Position 37, 72
		IfOption(ReadThis)
		{
			Position 97, 64
		}
	}
	
	TextItem "Get Drunk!",			"n",	"PlayerclassMenu"
	TextItem "Real Soviet Stuff!",	"s",	"SovietMenu"
	TextItem "Means of drinking.",				"o",	"OptionsMenu"
	TextItem "Did we drink yesterday?",			"l",	"LoadGameMenu"
	TextItem "Lights out, Tovarisch.",			"s",	"SaveGameMenu"
	TextItem "Not today, Vodka.",				"q",	"QuitMenu"
}

OptionMenu "SovietMenu"
{
	Title "Real Soviet Stuff!"
	StaticText ""
	StaticText "Cheaty Stuff", 1
	StaticText ""
	Option "Infinite Doubler Backpack",	"RO_SuperBackpack",	"OnOff"
	StaticText "You can infinitely double your ammo."
	StaticText "Also doubles some of your weapon's ammo caps!"
	StaticText ""
	Option "Full Refill Backpack",	"RO_FullBackpack",	"OnOff"
	StaticText "Always fills up your ammo counters to full."
	StaticText ""
	Option "Infinite Amplifier",	"RO_InfiniteAmp",	"OnOff"
	StaticText "Firing while using superweapon amplifiers"
	StaticText "doesn't consume the item."
	StaticText ""
	Option "Spawn SSG weapons on shotguns",	"RO_ShotgunSpawn",	"OnOff"
	StaticText "What says on the tin!"
	StaticText ""
	Option "Random comboes",	"RO_ComboMode",	"OnOff"
	StaticText "Makes your melee pull off comboes at random."
	StaticText ""
	StaticText "Performance Stuff", 1
	StaticText ""
	Slider "Barrel Parts",		"RO_BarrelAmount",			0, 20, 1, 0
	StaticText "If barrels cause you a bigass lag,"
	StaticText "you can decrease the amount of barrel parts."
	StaticText ""
	Option "Smoke Choker",	"RO_SmokeChoker",	"OnOff"
	StaticText "Turns off or speeds up smoke"
	StaticText "on bunch of things."
}

OptionMenu "CustomizeControls"
{
	Title "CUSTOMIZE CONTROLS"
	ScrollTop 2
	StaticTextSwitchable 	"ENTER to change, BACKSPACE to clear", "Press new key for control, ESC cancels.", "ControlMessage"
	StaticText 	""
	StaticText "Gun Controls", 1
	StaticText 	"Yes, the guns here have that many functions. Bind that stuff!"
	StaticText 	""
	Control 	"Primary Fire",			"+attack"
	Control 	"Secondary fire",		"+altattack"
	Control 	"Tertiary Fire",		"+reload"
	Control 	"Quaternary Fire",		"+zoom"
	StaticText 	""
	Control 	"Next weapon",			"weapnext"
	Control 	"Previous weapon",		"weapprev"
	StaticText 	""
	StaticText 	"Main Controls", 1
	StaticText 	"All the movement stuff you'd need."
	StaticText 	""
	Control 	"Use / Open",			"+use"
	Control 	"Move forward",			"+forward"
	Control 	"Move backward",		"+back"
	Control 	"Strafe left",			"+moveleft"
	Control 	"Strafe right",			"+moveright"
	Control 	"Jump / Jumpjet",		"+jump"
	Control 	"Crouch",				"+crouch"
	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 	"Chat", 1
	Control 	"Say",					"messagemode"
	Control 	"Team say",				"messagemode2"
	StaticText 	""
	StaticText 	"Weapons", 1
	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 	"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"
	//I don't believe I'll ever make it strife-compatible,
	//so let's get rid of that... at least until I'll make it strife-compatible,
	//but then I'd still highly doubt I'd make any use of it!
	/*StaticText 	""
	StaticText 	"Strife Popup Screens", 1
	Control 	"Mission objectives",	"showpop 1"
	Control 	"Keys list",			"showpop 2"
	Control 	"Weapons/ammo/stats",	"showpop 3"*/
}