Extra Cheese Mod for etpub (beta) without LUA

//////////////////////////////////////////////////////////////////////////
///CHANGES 01-02-10
//////////////////////////////////////////////////////////////////////////

// * Modified sten (Sten Mk.III), unsuppressed, no heat restrictions
// * Soldier may select "Sten Mk.III" as primary weapon from limbo menu
// * Covert ops gets "Sten Mk.III" as secondary weapon at level 4 light weapons and military intelligence
// * Optional ping for BOTS (48-52)
// * Optional trip-mines (perfect for urban combat)
// * Customizable tool selection for soldier
// * Optional grenade increases for soldier
// * All the updates in etpub nightly (see etpub documentation)
// * Command shortcuts for !listplayers and !nextmap (!li & !ne)
// * B.A.R. added as secondary weapon for soldier.  Its semi-auto and can fire as fast as trigger is pulled (aka mouse click)
//
// * Different awards in scoreboard
//
//	"The Kill Champion"
//	"Veteran Player"
//	"Highest Ranking Officer"
//	"Most Skill Awards"		
//	"Highest Battle Sense"	
//	"Most Objectives Completed"		
//	"Most Healing & Reviving",					
//	"Best Field Ops",				
//	"Light Weapons Expert",		
//	"Heavy Weapons Expert",					
//	"Most Sabotage & Sniping"				
//	"Best Accuracy"	
//	"Excessive Friendly Fire" 	    
//	"The Rookie"


// CVARS OPTIONS:
 
set g_maxTeamLandmines 
  // This is the damage for landmines, but also activates tripmines 
  // A value of 12 will enable tripmines for engineer, any other value disables them
  // Default is 10

set g_soldierChargeTime  
  // This is the soldier's charge bar time
  // 21001 issues medpacks
  // 21002 issues ammopacks
  // 21003 issues airstrike canisters
  // 21004 issues tripmines
  // 21006 issues smoke canister
  // Default is 22000
  // may only issue one item at a time

set g_dmgGrenade 
  // Sets grenade damage, and number of grenades for soldier
  // 251 doubles grenades
  // 252 triples grenades
  // Any other value is default number of grenades
  // Default is 250

set g_medicChargeTime 
  // This is the medic's charge bar time
  // 43001 will issue syringe to soldier, any other value will not
  // Default is 43000

set g_engineerChargeTime 
  // This is the engineers's charge bar time
  // 27001 gives the engineer a "Sten Mk.III" as a secondary weapon at level 4 light weapons

forcecvar cg_brassTime "1452"
  // This gives the bots ping
  // Range 1448-1453 (last two numbers is the ping)
  // 1443 will shot "BOT" instead of ping
  // Any other value gives the bots 0 ping
  // Must be placed in map config files or exec file

set g_skills "3"
  // This gives the soldier an FG42 as a secondary weapon at level 4 light weapons

set g_KillMode "1"
  // This gives the soldier a B.A.R. semi-automatic at level 4 light weapons

set g_KillMode2 "1"
  // Killmode 2 will issue a B.A.R semi-auto to Engi, Fdops, and Cvops at level 4 light weapons


// WEAPONS CVARS:

set g_dmgTMine
  // This is the damage that tripmines will do 
  // A value of 249 gives the soldier a pair of pliers to help disarm mines
  // Default is 250

set g_dmgBAR
  // This is the BAR damage
  // Default is 25, that might be a bit high for some so find a good setting

set g_dmgSten (no change for mk. III)

////////////////////////////////////////////////////////////////////////


