//************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
//
//	Admin-Pro v1.22						Information On This file
//								
//	Created by Elgan Sayer					Since the last version of Admin-Pro, settings files are now linked with the mod. This means only needed settings are loaded.
//	17:15 08/12/2005					Unless you know what you are doing you may only have to change the on and off section of each mod, the game type and map lists
//								and the map specific section. 
//	Elgan.Sayer@gmail.com					
//								Setting the map specific is now also moved to the mod list section for the mods settings files. For more information on the map specific settings
//	www.Mods-R-Us.net					see the online help or contact me.
//								
//
//************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************

//						       Turn
//						    MODS ON-OFF
//						       Here
//							 |					
main:		//					 |
	local.scripts = makearray //                     |
		//				        \|/
		// Mod Name			// ON or Off. ( "1" = ON. "0" = OFF)		//Help and about								//Path	to mod script, Set "none" if none.			//Maps list ("all" for all maps)				// game type list ("all" for all game types.				// Settings file. Specify the path to the settings file				// Map Specific
		//-----1---------------------------------2---------------------------------------------------3-----------------------------------------------------------------------------4-------------------------------------------------------------------5----------------------------------------------------------------------6----------------------------------------------------------------------------7-------------------------------------------------------------8----------------------------------------------------------------------------------------------------------------------------------------------------------------
		"weapons-limiter"			"0"					" limit weapons or just take, swap them"					weapon_limit/weapons_limiter.scr				all								all											settings/weapons-limiter						"0"								
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"spawn-protection"			"1"					" Protect spawning in AA. Wont run in SH or BT"					global/ac/spawn_protection_setup.scr				all								all											settings/spawn-protection 						"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"camper" 				"0"  					" Turns camper on and off 1=On, 0 = OFF"					global/anti_camper.scr						all								all											settings/camper								"0"			
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"cvar-forcing"				"0"					" Turns cvar forcing on or off. 1= on, 0 = off"					global/ac/cvar_forcer.scr					all								all											settings/cvar-force							"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"team-balance"				"0"					" Turns Jim's team balance on or off. 1= on, 0 = off"				global/ac/team_balance.scr					all								settings/team-balance.txt::gametypes							settings/team-balance							"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"music"					"0"					" Play music to players depending on settings"					global/ac/music.scr						all								all											settings/music								"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mines"					"0"					" Random, stickybombs, proimity, plant mines"					global/ac/mines/mines.scr					settings/mines.txt::maps					settings/mines.txt::gametypes								settings/mines								"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"time-alive"				"1"					" Count time alive for"								"none"								all								all											"none"									"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"spec-eye"				"0"					" Spectators use eyes of person they spectate "					global/ac/spec_eye.scr						all								all											"none"									"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"message-center"			"1"					" Server Messages using hud Draw"						global/ac/server_messages.scr					all								all											settings/message-center							"0"		
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"medics"				"0"					" Players can heal other players"						global/ac/medics/setup.scr					all								all											settings/medics								"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"jetpacks"				"0"					" Give each player a jetpack"							"none"								all								all											"none"									"0"																						
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Game types																									
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"countdown"				"0"					" Each team must find and hold the radio"					HTR/setup.scr							all								all											settings/countdown							"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"survivor"				"0"					" Battle until you have no lives"						Survivor/setup.scr						all								all											settings/survivor							"0"
	
	endarray
end local.scripts


//************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
//
//	Extra Settings Scripts						
//								
//	This section is for script setting files that contain settings or information used by scripted mods
//	that are not in the mod list. These maybe mods that you execute or map scripts that want extra settings.
//
//	*On or Off
//	By settings the second parameter to either 1 or 0. This tells Admin-Pro to eather load or ignore this setting file.
//
//	*Map Specific
//	You can load map specific settings files by setting this to "1". You must then create map specific files for the mapps
//	you want map specific. do this by created duplicate settings files with the name extension of the map. For more information
//	on this see the online help.

//************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************


extra_settings:
	local.admin_cmds = makearray

		// setting path			// Load or dont  , 1 - load, 0 - ignore.		//Map specific, 1 - find map setting file. 0 use normal. note: Restart must be "1"			
		//-------1----------------------------------------2-----------------------------------------------3-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"settings/advanced"				"1"						"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"settings/flyable-planes"			"1"						"0"								
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

	endarray
end local.admin_cmds

