//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// Settings
//
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


main:
	local.settings = makearray
		//command			//setting			//help	
		"dropweapons"			"1"				" Can or cant drop weapons"
		"swap-message"			"1"				" Send a message to the player telling them their gun was swapped/disallowed"
	endarray

end local.settings

//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// Strings
//
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		
// These are the strings that appear in the game. They are in seperate parts. Do not change the order or they will appear wrong.
strings:
	
	local.strings = makeArray
	//swap weapons
		"Your weapon was swapped from " //first section
		" to "				//middle after gun
		" by admin"			//End of sentance
	//disallowed  weapons
		"The admin has set that you are not allowed to use the "
		". Please choose a different weapon"
	//Weapon run out
		" is unavailable as "
		" are already in use"
		"The following weapons are available:"
		" left"`
	endArray

end local.strings

//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// Allied Assault
//
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	
weaponsAA:

	// This is the settings file for weapons_limiter mod.
	//Scroll down for more help
	
	local.AAweapons = makearray			


		//	Weapon name					Weapon name to replace weapon with				Amount to limit. Set 0 to disable this weapon ( they will be given the choice to pick another ).									
		//Ally weapons													This should be "" if u are swapping a weapon.
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Springfield '03 Sniper"			""									""	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------					
		"Bar"						""									""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Thompson"					""									""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"bazooka"					""									"0"	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"M1 Garand"					""									""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"kar98"						""									""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"KAR98 - Sniper"				""									""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp40"						""									""
		//-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp44"						""									""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Panzerschreck"					""									"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//both		
		"Shotgun"					""									"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	

	endarray
end local.AAweapons 



secondryweaponsAA:

	// Bombs and pistol info.. Either take of keep. 
	local.AAweapons = makearray			
	//	 Weapon Name					keep or take. 1 - take, 				tik file it takes away 
		//Ally weapons	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"colt45"				""							"models/weapons/colt45.tik"
		"m2frag_grenade"			""							"models/weapons/m2frag_grenade.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"steilhandgranate"			""							"models/weapons/steilhandgranate.tik"
		"p38"					""							"models/weapons/p38.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//both	or items
		"silencedpistol"			""							"models/weapons/silencedpistol.tik"
		"binoculars"				""							"models/items/binoculars.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	//
	endarray

end local.AAweapons 



//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// Spearhead 
//
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	

weaponsSH:

	// This is the settings file for weapons_limiter mod.
	// Scroll down for more help
	
	local.SHweapons = makearray			
	//	Weapon name 					Weapon name to replace weapon with				Amount to limit. Set 0 to disable this weapon ( they will be given the choice to pick another ).									
		//Ally weapons													This should be "" if u are swapping a weapon.
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Springfield '03 Sniper"			""								""	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------					
		"bar"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Thompson"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"bazooka"					""								""	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"M1 Garand"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Lee-Enfield"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Mosin Nagant Rifle"				""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"PPSH SMG"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Sten Mark II"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"SVT 40"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"kar98"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"KAR98 - Sniper"				""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp40"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp44"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Panzerschreck"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"G 43"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Gewehrgranate"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------		
		//both	
		"Shotgun"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	//
	endarray
	
end local.SHweapons 



secondryweaponsSH:

	// Bombs and pistol info.. Either take of keep. 
	local.SHweapons = makearray			
	//	 Weapon Name					keep or take. 1 - take, 				name file it takes awake 
		//Ally weapons	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"colt45"				""							"models/weapons/colt45.tik"
		"m2frag_grenade"			""							"models/weapons/m2frag_grenade.tik"
		"M18 smoke grenade.tik"			""							"models/weapons/M18_smoke_grenade.tik"	
		"mills grenade"				""							"models/weapons/mills_grenade.tik"
		"webley_revolver"			""							"models/weapons/webley_revolver.tik"
		"Russian_F1_grenade"			""							"models/weapons/Russian_F1_grenade.tik"
		"RDG-1_Smoke_grenade."			""							"models/weapons/RDG-1_Smoke_grenade.tik"
		"nagent_revolver"			""							"models/weapons/nagent_revolver.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"steilhandgranate"			""							"steilhandgranate.tik"
		"p38"					""							"models/weapons/p38.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//both	or items
		"silencedpistol"			""							"models/weapons/silencedpistol.tik"
		"binoculars"				""							"models/items/binoculars.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	//
	endarray

end local.SHweapons 




//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// Breakthrough
//
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	

weaponsBT:

	// This is the settings file for weapons_limiter mod.
	// Scroll down for more help
	
	local.BTweapons = makearray			
	//	Weapon name 					Weapon name to replace weapon with				Amount to limit. Set 0 to disable this weapon ( they will be given the choice to pick another ).									
		//Ally weapons													This should be "" if u are swapping a weapon.
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Springfield '03 Sniper"			""								""	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------					
		"Minedetector"					""								""
		"bar"						""								""
		"DeLisle"					""								""
		"Vickers-Berthier"				""								""
		"Enfield L42A1"					""								""
		"PIAT"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Thompson"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"bazooka"					""								""	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"M1 Garand"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Lee-Enfield"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Mosin Nagant Rifle"				""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"PPSH SMG"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Sten Mark II"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"SVT 40"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"Mauser KAR 98K"				""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"KAR98 - Sniper"				""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp40"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp44"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Panzerschreck"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"G 43"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Gewehrgranate"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------		
		"Minensuchgerat"				""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------		
		"Breda"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Moschetto"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Carcano"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//both	
		"Shotgun"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	//
	endarray
	
end local.BTweapons 



secondryweaponsBT:

	// Bombs and pistol info.. Either take of keep. 
	local.BTweapons = makearray			
	//	 Weapon Name				keep or take. 1 - take, 				tiki file it takes away 
		//Ally weapons	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"colt45"				""							"models/weapons/colt45.tik"
		"m2frag_grenade"			""							"models/weapons/m2frag_grenade.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"M18 smoke grenade.tik"			""							"models/weapons/M18_smoke_grenade.tik"	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mills grenade"				""							"models/weapons/mills_grenade.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"webley_revolver"			""							"models/weapons/webley_revolver.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Russian_F1_grenade"			""							"models/weapons/Russian_F1_grenade.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"RDG-1_Smoke_grenade."			""							"models/weapons/RDG-1_Smoke_grenade.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"nagent_revolver"			""							"models/weapons/nagent_revolver.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"steilhandgranate"			""							"steilhandgranate.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"p38"					""							"models/weapons/p38.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Bomba"					""							"models/weapons/It_W_Bomba.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Bomba Breda"				""							"models/weapons/It_W_BombaBreda.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Beretta"				""							"models/weapons/It_W_Beretta.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//both	or items
		"silencedpistol"			""							"models/weapons/silencedpistol.tik"
		"binoculars"				""							"models/items/binoculars.tik"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	//
	endarray

end local.BTweapons 


//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//
// All games
//
//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	
maps:
	//MAPS
	local.maplist = makeArray
		//dm maps
		"dm/mohdm1"
		"dm/mohdm2"
		"dm/mohdm3"
		"dm/mohdm4"
		"dm/mohdm5"
		"dm/mohdm6"	
		"dm/mohdm7"
		//objective maps
		"obj/obj_team1"
		"obj/obj_team2"
		"obj/obj_team3"
		"obj/obj_team4"
		"DM/MP_Bahnhof_DM"
		"DM/MP_Bazaar_DM"
		"DM/MP_Brest_DM"
		"DM/MP_Gewitter_DM"
		"DM/MP_Holland_DM"		
		"DM/MP_Stadt_DM"
		"DM/MP_Unterseite_DM"
		"DM/MP_Verschneit_DM"
		//BT only / DM/
		"DM/MP_Palermo_DM"
		"DM/mp_malta_dm"
		//SH + BT /OBJ
		"OBJ/MP_Ardennes_TOW"
		"OBJ/MP_Berlin_TOW"
		"OBJ/MP_Flughafen_TOW"
		"OBJ/MP_Druckkammern_TOW"
		//BT only /OBJ
		"OBJ/MP_Palermo_OBJ"
		"OBJ/MP_MonteCassino_TOW"
		"OBJ/MP_MonteBattaglia_TOW"
		"OBJ/MP_Kasserine_TOW"
		"OBJ/mp_castello_obj"
		"OBJ/MP_Bologna_OBJ"
		//BT only /LIB
		"LIB/mp_tunisia_lib"
		"LIB/mp_bizerteharbor_lib"
		"LIB/mp_anzio_lib"
		"LIB/mp_ship_lib"
		//custom maps	
	endArray



end local.maplist


gametypes:
	
	local.gametypes = makeArray
	//game type #	// String- just for reference
		"1"	//FFA	
		"2"	//TDM
		"3"	//RBM
		"4"	//OBJ
		"5"	//TOW
		"6"	//LIB
	endArray

end local.gametypes








/*



		This part is for the main weapons that you want to limit or replace. You cant limit and replace a weapon at the same time , Just think about that., It wouldn't work.
		
		Replace a weapon
		----------------
		These are the weapons.:D. TO set a weapon to be replaced. Enter the name of the weapon to replace it with in the second field.
		e.g
		The springfield sniper rifle below is being replaced with the bar.


		disallow a weapon
		----------------
		by setting the 3rd parameter of a weapon to 0. you can stop a weapon being used. When chosen the player will be made to pick another weapon.
		e.g
		The bar below is disabled.


		Limit a weapon
		----------------
		by setting the 3rd parameter of a weapon to any number you wish. You are limiting the amount of this weapon in game. 
		If the weapon is all used up then the player will have to choose a diff weapon and they will be told what is available.
		
		If you limited 1 of each sniper. 1 sniper per team. you would set the springfield to 1 and the KAR98sniper to 1. The first players to pick them will get a sniper. ANy others will have to pick a diff weapon.
		when the player died or goes spectator. The weapon will become available again. When they respawn they will take it auto unless someone else chooses it when they die before they respawn.
	
		e.g
		The thompsonsmg is limited to 6 in the map. (this does not include picking up weapons).
		

		Weapon Name					Weapon name to replace weapon with				Amount to limit. Set 0 to disable this weapon ( they will be given the choice to pick another ).									
		//Ally weapons													This should be "" if u are swapping a weapon.
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Springfield '03 Sniper"					"bar"								""	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------					
		"bar"						""								"0"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Thompson"					""								"6"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"bazooka"					""								""	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		""					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"kar98"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"KAR98 - Sniper"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp40"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"mp44"						""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"Panzerschreck"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//both	
		"Shotgun"					""								""
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	




		Here you set if you want nay of these taken away. you cant limit them. Onlydissable them in this version.

		The first param is just the name. The second is to keep or take the weapon. 	Setting the 2nd param to "1" will remove the weapon from the game.

		the 3rd param is just what tik is used to remove the weapon. This is added so you can add custom items etc to be removed from players.

		 Weapon Name					keep or take. 1 - take, 				tiki file it takes away 
		//Ally weapons	
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		"colt45"					""							"colt45"
		"m2frag_grenade"				""							"m2frag_grenade"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//Axis
		"steilhandgranate"				""							"steilhandgranate"
		"p38"						""							"p38"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
		//both	or items
		"silencedpistol"				""							"silencedpistol"
		"binoculars"					""							"models/items/binoculars"
		//--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


























*/


