DEFAULTLISTMENU
{
	Linespacing 20
}

LISTMENU "MainMenu"
{
	//StaticPatch 100, -40, "HD_LOGO"
	Position 87, 50
	Font "BIGFONT", "RED"
	TextItem "Enter The Void", "n", "PlayerclassMenu"
	TextItem "Prepare Thyself", "o", "OptionsMenu"
	TextItem "Recall Thy Quest", "g", "GameFilesMenu"
	TextItem "Arcane Inquiries", "i", "ReadThisMenu"
	TextItem "Flee for Thy Life", "q", "QuitMenu"
}

LISTMENU "PlayerclassMenu"
{
	//PlayerDisplay 120,130,"20 00 00", "80 00 40"
	Font "BIGFONT", "GREEN"
	Position 87,70
}

LISTMENU "EpisodeMenu"
{
	Font "BIGFONT", "RED"
	NetgameMessage "$NEWGAME"
	Position 90, 100
}

LISTMENU "SkillMenu"
{
	Font "BIGFONT", "RED"
	Position 110, 45
}

LISTMENU "GameFilesMenu"
{
	Font "BIGFONT", "RED"
	Position 110, 70
	TextItem "$MNU_LOADGAME", "l", "LoadGameMenu"
	TextItem "$MNU_SAVEGAME", "s", "SaveGameMenu"
}

LISTMENU "LoadGameMenu"
{
	Font "BIGFONT", "RED"
	NetgameMessage "$LOADNET"
	StaticTextCentered 160, -10, "$MNU_LOADGAME"
	Position 80,54
	Class "LoadMenu"
}

LISTMENU "SaveGameMenu"
{
	Font "BIGFONT", "RED"
	StaticTextCentered 160, -10, "$MNU_SAVEGAME"
	Position 80,54
	Class "SaveMenu"
}

AddOptionMenu "OptionsMenu"
{
	StaticText " "
	SubMenu "Heretical Doom Options",   "Heretical Doom Options"
}

OptionMenu "Heretical Doom Options"
{
	Title "Heretical Doom Options"
	StaticText "--- Pickup options ---", "DARKGREEN"
	StaticText ""
	Slider "Experience Multiplier", "ExpModifier", 0, 5, 0.1
	Slider "Mana Pickup Multiplier","MorePowah", 0,3,1
	StaticText ""
	StaticText "--- Graphics And Audio ---", "DARKGREEN"
	StaticText ""
	Option "Immersive HUD","FancyHUDPlz","YesNoNotOnOff"
	Option "Enable Voxels","r_drawvoxels", "YesNoNotOnOff"
	Option "Display Spell Costs", "ShowManaCost", "YesNoNotOnOff"
	Slider "Hopak Dance Volume", "PlayItLoud", 0, 1, 0.1
	Option "Replace Pecking Sound", "ShutTheCluckUp", "YesNoNotOnOff"
	StaticText ""
	StaticText "--- Gameplay Adjustments ---", "DARKGREEN"
	StaticText ""
	Option "Access to all Altfires","MagicMaster", "YesNoNotOnOff"
	Option "Auto-Reloading Weapons","AutoReloadingMagicks", "ReloadOptions"
	Option "Continuous Kick With Staff", "DancingMad", "YesNoNotOnOff"
	Option "Flechette Spawns", "WildBottles", "BottleTypes"
	Option "Disable mana regen perks", "ManaImpaired", "YesNoNotOnOff"
	Option "Recoil When Firing", "SteadyHand", "YesNoMaybeSo"
	StaticText ""
	Option "Infighting override", "FriendlyIre", "YesNoNotOnOff"
	StaticText "While disabled on some difficulties", "WHITE"
	StaticText "You can re-enable it here if you prefer", "WHITE"
	StaticText ""
	Option "StoneSkin Spell Intensity", "RookMode", "TankLevel"
	StaticText "Determines Stoneskin's Speed vs Protection level", "WHITE"
	StaticText ""
	StaticText ""
	StaticText "--- Legacy Options ---", "DARKGREEN"
	StaticText "Note: These options are now disabled by default.", "WHITE"
	StaticText "They can still be manually re-enabled, however.", "WHITE"
	StaticText ""
	Option "Projectile 3D Models","LightShow", "YesNoNotOnOff"
	Option "Level Scaling Projectiles", "NoScalingPlz", "YesNoInverse"
	StaticText ""
}

OptionValue "YesNoNotOnOff"
{
	0, "no"
	1, "yes"
}
OptionValue "YesNoInverse"
{
	0, "yes"
	1, "no"
}

OptionValue "YesNoMaybeSo"
{
	0, "Disabled"
	0.5, "Reduced"
	1, "Normal"
}
OptionValue "ReloadOptions"
{
	0, "no"
	1, "With Animation"
	2, "Recharge"
}

OptionValue "BottleTypes"
{
	0, "All"
	1, "Green Only"
	2, "Red Only"
	3, "Blue Only"
	4, "Green + Red"
	5, "Green + Blue"
	6, "Red + Blue"
}

OptionValue "TankLevel"
{
	0, "Less Restrictive"
	1, "Slow and Steady"
	2, "Hulking Fortress"
}