OptionMenu "OptionsMenu"
{
	Title "OPTIONS"
	Submenu "Wrath of Cronos Options",   "WOCOptions"
	StaticText " "
	Submenu "Multiplayer Options",		"ZA_MultiplayerOptions" // [TP]
	StaticText " " // [TP]
	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 "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 "WOCOptions"
{
  Title "Wrath of Cronos Options"
  Slider "Experience Multiplier", "Woc_ExpMult", 0.0, 10.0, 0.1, 2
  Option "Experience Loss on Death", "WoC_ExpDeath", "ExpLossType"
  Slider "Experience Loss Percentage",	"Woc_ExpDeathAmount", 0, 100, 1, 0
  Slider "Minimum Level",	"WoC_MinLevel", 0, 100, 1, 0
  Slider "Maximum Level",	"WoC_MaxLevel", 0, 900, 10, 0
  StaticText " "
  Option "Gold Loss on Death", "WoC_GoldDeath", "YesNo"
  Slider "Gold Loss Percentage",	"Woc_GoldDeathAmount", 0, 100, 1, 0
  StaticText " "
  Option "Disable Killing Sprees", "Woc_DisableKillingSpree", "YesNo"
  Option "Disable Awards", "WoC_DisableAwards", "YesNo"
  StaticText " "
  Slider "Maximum Speed", "Woc_MaxSpeed", 0, 400, 10
  Slider "Maximum Jump Height", "Woc_MaxJump", 0, 25, 1
  Option "Jump Height Style", "WoC_JumpModifier", "WOCGameType"
  StaticText " "
  Option "Randomly Distribute Stat Points", "WoC_RandomStats", "OnOff"
  Option "Randomly Distribute Skill Points", "WoC_RandomSkills", "OnOff"
  StaticText " "
  Option "Use Nashgore Blood", "WoC_GoreLevel", "OnOff"
  StaticText " "
  Option "Damage Indicator", "WoC_DamageIndicator", "OnOff"
  Option "Target Health Bars", "WoC_EnemyHealthBar", "OnOff"
  Option "Allied Floating Health Bars", "WoC_FloatingHealthBar", "OnOff"
  Option "Enemy Floating Health Bars", "WoC_EnemyFloatingHealthBar", "OnOff"
  StaticText " "
  Option "Automatic Pet Leashing", "WoC_AutoPetLeash", "OnOff"
  Slider "Best Health Potion (Minor)", "Woc_MinorPotion", 0.0, 1.0, 0.01, 2
  Slider "Best Health Potion", "Woc_NormalPotion", 0.0, 1.0, 0.01, 2
  Slider "Best Health Potion (Major)", "Woc_MajorPotion", 0.0, 1.0, 0.01, 2
  Slider "Best Health Potion (Supreme)", "Woc_SupremePotion", 0.0, 1.0, 0.01, 2
  Slider "Best Health Potion (Mystic Urn)", "Woc_MysticUrn", 0.0, 1.0, 0.01, 2
}

OptionValue ExpLossType
{
	0, "Off"
	1, "Lose Current Percentage"
	2, "Lose Maximum Percentage"
}

OptionValue WOCGameType
{
	0, "Hexen"
	1, "Doom"
}