OptionMenu "BrutalDoomOptionsPlayer"
{
   Title "Player Options"
   StaticText "All changes made here requires the level to be restarted or take effect on next level."
   StaticText " "
   Option "Player Gender", "gender", "genderOption"
   StaticText "Only works on Zandronum"
   StaticText " "
   Option "HUD Type", "bd_sbartype", "HUDType"
   StaticText " "
   Option "HUD Stats", "xvhud_enablestats", "HUDStats"
   StaticText " "
   Option "HUD Size", "screenblocks", "screenblocksize"
   StaticText " "
   Option "Show enemy health", "bd_disablescanner", "YesorNoFalse"
   StaticText " "
   StaticText " "
   StaticText " "
   Command "Force HUD to Restart",			"XVHUDReset"
}

OptionValue "HUDType"
{
	1, "New Visor - Type 1"
	2, "New Visor - Type 2"
	3, "New Visor - Type 3"
}

OptionValue "HUDStats"
{
	1, "Enabled"
	0, "Disabled"
}