OptionMenu "BrutalDoomOptionsPerformance"
{
  Title "Performance Options"
  StaticText "All changes made here have immediate effect."
  StaticText ""
  Submenu "Weather Options", "BrutalDoomWeatherOptions"
  StaticText ""
  Option "Please, select engine you are using.", "isrunningzandronum", "SelectEngineType"
  StaticText "Due the way CVARs works, you must inform the game" 
  StaticText "if you are a client or a server with this option"
  StaticText " so you can control settings such as blood amount."
  StaticText "If you are playing alone, always use 'singleplayer'."
  StaticText "If you are hosting a server, always use 'multiplayer'."
  StaticText " "
  
  Option "Max Wall Decals", "cl_maxdecals", "maxdecals"
  Option "Max Gibs and Blood Pools", "sv_corpsequeuesize", "maxgibs"
  StaticText " "
  

  Option "Blood Amount (Server/Singleplayer)", "zdoombrutalblood", "BrutalBlood"
  Option "Blood Amount (Client/Multiplayer)", "bd_bloodamount", "BrutalBlood"
  StaticText "How much blood you want to see?"
  StaticText " "
  Option "Enable Janitor  (Server/Singleplayer)", "zdoombrutaljanitor", "YesOrNo"
  Option "Enable Janitor (Client/Multiplayer)", "bd_lowgraphicsmode", "YesOrNo"
  StaticText "Makes gibs disappear after 30 seconds."
  StaticText " "
  
  Option "Spent Casings stays on floor forever", "bd_infinitecasings", "YesOrNo"
  Option "Water Ripple Effects", "bd_disablewaterripples2", "YesOrNoFalse"
  StaticText " "
}


OptionMenu "BrutalDoomWeatherOptions"
{
	Title "Weather Options"
	StaticText ""
	Option "Random weather", "DBD_ClientRain", "OnOff"
	StaticText ""
	Slider "Rain volume", "WDIR_RainVolume", 0.1, 1.0, 0.1, 1
	StaticText ""
	StaticText ""
	Slider "Rain strength", "DBD_Wpower", 1, 8, 1 , 0
	Slider "Snow strength", "DBD_Wpower2", 1, 8, 1 , 0
	StaticText ""
	StaticText "Default value for both is 3.", 1
	StaticText "Values above 5 are not recommended.", 1
	StaticText ""
}