OptionMenu "BrutalDoomOptionsPlayer"
{
   Title "Player Options"
   StaticText "All changes made here requires the level"
   StaticText "to be restarted or take effect on next level."
   StaticText " "
  
   Option "Player Gender", "gender", "genderOption"
   StaticText "Zandronum Only"
   StaticText " "
   
   Option "Fullscreen HUD Type", "bd_sbartype", "HUDType"
   StaticText "HUDs autodetect your screen ratio"
   StaticText " "
   
   Option "HUD Size", "screenblocks", "screenblocksize"
   StaticText " "
   StaticText " "
   
   Command "Force HUD to Restart",			"puke 649"
}

OptionValue "screenblocksize"
{
	10, "Classic HUD"
	11, "Fullscreen HUD"
	12, "No HUD"
}

OptionValue "HUDType"
{
	1, "Brutal Doom Type 1"
	2, "Brutal Doom Type 2"
	3, "Complex Doom Type 1"
	4, "Complex Doom Type 2"
	5, "Brutal Doom Minimalist"
	6, "Full Helmet (original)"
	7, "Full Helmet (modified)"
}
