      OptionMenu "HFESettings"
		{
			Title "HFE Settings"
			StaticText ""
			StaticText ""
			Slider "Max. amount of simultaneous bullets", "projectile_maxamount", 1, 3850, 25
			StaticText ""
			StaticText "Affects how many 3D-model bullet tracers"
			StaticText "will be drawn at the same time, making other invisible." 
			STaticText "Turn this down if you feel like bullets are eating your framerate."
			StaticText "Affects only small and spammable bullets,"
			StaticText "the big ones are always visible for obvious reasons."
			
			
			
			StaticText ""
			StaticText ""
			
			Option "Man of a few words mode",	"switch_shutup", "OnOff"
			StaticText ""
			StaticText "Reduces the amount of idle talk"
			StaticText "of mobs by approximately 50%."
			StaticText "Turn this on if you are"
			StaticText "annoyed by a constant NIGHT BAR AT FRIDAY atmosphere." 
			StaticText "Will take effect on a new map."
			
			
			StaticText ""
			StaticText ""
			
			Option "Disable Boomboxes", "switch_nomafons", "OnOff"
			StaticText ""
			StaticText "Disables boomboxes, dropped by enemies"
			StaticText "Turn it on if you are annoyed of enemy boomboxes"
			StaticText "Will take effect on a new map."
			
			
			StaticText ""
			StaticText ""
			
			Option "Vanilla-strict jumps", "switch_VanJump", "OnOff"
			StaticText ""
			StaticText "Turn it on if enemies jump out from the"
			StaticText "traps too early. Will take effect on a new map."
			StaticText "IT AIN'T WORKING WITH ZANDRONUM!!!!"
			
			StaticText ""
			StaticText ""
			Option "All factions enabled",	"all_inclusive", "OnOff"
			StaticText ""
			StaticText "Choose it if you want to fight with entire"
			StaticText "dark side of humankind"
			
			
			StaticText ""
			StaticText ""
			StaticText "-------Enemy factions---------"
			Option "Nazis & Fascists",	"fascists_enabled", "OnOff"
			Option "Liberty spreaders (USN)",	"usn_enabled", "OnOff"
			
			
			
			
			
			
		}
		
		
	
	 OptionMenu "OptionsMenu"
{
	Title "OPTIONS"
	Submenu "Multiplayer Options",       "ZA_MultiplayerOptions"
	StaticText " "
	Submenu "HFE Settings",			"HFESettings"
	StaticText " "
	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"
}




