Author Topic: Change Streaks to Kills  (Read 752 times)

Offline setman

  • Rank: Private
  • *
  • Posts: 12
Change Streaks to Kills
« on: October 13, 2010, 06:34:15 pm »
On Extreme4 v 3.0  is there a way to change the streaks to kills? Here is what is there now

//******************************************************************************
// Call of Duty 4 - eXtreme+ modification
//******************************************************************************
// author   :
// email    :
// website  :
//
// mod      : X4 : eXtreme+ Warfare
// version  : 3.0
// update   :  March 2010
//******************************************************************************


//******************************************************************************
// X4 Rank system
//******************************************************************************
// Off = 0
// On = 1 (default)
set ex_ranks "1"

//rank up and keep it like a stock ranked server only run ex_rank_stock when turn to 1
// Off = 0
// On = 1 (default)
set ex_rank_stock "0"

// instance wep unlocks instance rank up to level 55* only run ex_powerrank when turned to 1
// Off = 0
// On = 1 (default)
set ex_fullwarfare "1"

//turn on or off instance unlocks for gold_camo if running ex_rank_stock to 1
//unlock gold camo
// Off = 0
// On = 1 (default)
set ex_gold_camo_unlock "1"

// X4 notifications
// 0 = off
// 1 = on (default)
set ex_wmd_notify "1"

// Stock game notifications
// 0 = off (default)
// 1 = on
set ex_stock_notify "0"

//******************************************************************************
// Hardpoints
//******************************************************************************
set scr_hardpoint_allowuav "1"
set scr_hardpoint_allowairstrike "1"
set scr_hardpoint_allowhelicopter "1"
set scr_hardpoint_allownapalm "1"
set scr_hardpoint_allowac130 "1"
set scr_hardpoint_allownnuke "1"


// Air Raid Siren - Global Alert
// 0 = Off (default)
// 1 = On
set ex_airraid_siren_global "0"


// WMD's on STREAKS
// 0 = off
// 1 = on (default set on Streaks)
set ex_wmd_streaks "1"

//******************************************************************************
// UAV -- Radar
//******************************************************************************
// UAV available at how many streaks
// min = 1, max = 999, default = 3 // IMPORTANT! FOR STREAKS TO RESET MUST HAVE set ex_wmd_uav SET TO 3 ALL OTHER STREAKS CAN BE MIXED AND MATCHED
set ex_wmd_uav "3"  //Streaks
set ex_wmd_uav2 "5" //Streaks

// UAV Time (in seconds)
// Min = 5, max = 999 (default 30)
set ex_wmd_uav_time "60"

//UAV Drone will fly above map when UAV is used timer will also display
// 0 = off
// 1 = on
set ex_drone_flyer "1"

//******************************************************************************
// Airstrike -- Clusterbomb
//******************************************************************************
// Airstrike available at how many streaks
// min = 1, max = 999, default = 5
set ex_wmd_airstrike "7"   //Streaks
set ex_wmd_airstrike2 "9"  //Streaks

//******************************************************************************
// Helicopter
//******************************************************************************
// Helicopter available at how many streaks
// min = 1, max = 999, default = 7
set ex_wmd_chopper "11"  //Streaks
set ex_wmd_chopper2 "13" //Streaks

// manned Helicopter Settings
set ex_heli_armor "500"
set ex_heli_maxhealth "3000"
set ex_heli_armor_bulletdamage "0.3"

// Players Time (in seconds) in the chopper
// Min = 10, max = 999 (default 30)
set ex_heli_timer "60"

//use flyable chopper only set 1 at a time do not use both on at the same time
// Off = 0
// On = 1 (default)
set ex_helicopter_manned "1"

//AI driven chopper only set one to 1 at a time do not use both on at the same time
// Off = 0
// On = 1 (default)
set ex_helicopter_unmanned "0"

//******************************************************************************
// Airstrike -- Napalm
//******************************************************************************
// Napalm available at how many streaks
// min = 1, max = 999, default = 10
set ex_wmd_napalm "15"   //Streaks
set ex_wmd_napalm2 "17"  //Streaks

// Radius (default 3000)
// Min = 0
// Max = 9999
set ex_wmd_napalmradius "3000"

// Minimum Damage (default 30)
// Min = 0
// Max = 9999
set ex_wmd_napalmmin "30"

// Maximum Damage (default 200)
// Min = 0
// Max = 9999
set ex_wmd_napalmmax "200"


//******************************************************************************
// AC130 Settings
//******************************************************************************
// Static view
// Off = 0
// On = 1 (default)
set ex_ac130_static "1"

// AC130 HUD Text on Screen
// Off = 0
// On = 1 (default)
set ex_ac130_hud "1"

// Thermal view
// Off = 0
// On = 1 (default)
set ex_ac130_thermal "1"

// AC130 Sound's
// Off = 0
// On = 1 (default)
set ex_ac130_sound "1"

// Black shader to fade in and out when a shot is fired
// Off = 0
// On = 1 (default)
set ex_ac130_shotFiredDarkScreen "1"  


//******************************************************************************
// ATTN: You might want to set the next WMD's at high levels to avoid the
// players from getting the next WMD while in the AC130 gunship!!!!!!!!!!
//******************************************************************************
// AC130 Gunship
//******************************************************************************
// AC130 available at how many streaks
// min = 1, max = 999, default = 10
set ex_wmd_ac130 "18"   //Streaks
set ex_wmd_ac1302 "20"  //Streaks

// Players Time (in seconds) in the AC130
// Min = 10, max = 999 (default 30)
set ex_ac130_time "30"

//******************************************************************************
// Nuclear Drop
//******************************************************************************
// Nuke Drop available at how many streaks
// min = 1, max = 999, default = 10
set ex_wmd_nuke "22"  //Streaks
set ex_wmd_nuke2 "24" //Streaks

// Radius (default 3000)
// Min = 0
// Max = 9999
set ex_wmd_nukeradius "9999"

// Minimum Damage (default 30)
// Min = 0
// Max = 9999
set ex_wmd_nukemin "9000"

// Maximum Damage (default 200)
// Min = 0
// Max = 9999
set ex_wmd_nukemax "9999"

Offline DoomSlayer

  • Rank: Private
  • *
  • Posts: 506
    • http://www.pmcod.com
Re: Change Streaks to Kills
« Reply #1 on: October 13, 2010, 06:53:53 pm »
// WMD's on STREAKS
// 0 = off
// 1 = on (default set on Streaks)
set ex_wmd_streaks "1"  

is the message that prints across the screen the same with stocknotify

3.0 dosent support kills only streaks 2.0 supports both but the streaks will not reset in 2.0 and as in 3.0 beta rc2 will only support streaks cause they just work better all around

 8)

Offline Jaxn

  • Rank: Private
  • *
  • Posts: 25
Re: Change Streaks to Kills
« Reply #2 on: October 17, 2010, 05:41:47 pm »
Oh no, I'm very sad about this. Was counting on this feature being added again. We only want to run through all strikes one time per round based on number of kills rather than kill streaks. A sad day.  :cry: