Author Topic: cod2 extreme 2.4 bash only  (Read 2999 times)

Offline forktrkman

  • Rank: Private
  • *
  • Posts: 8
cod2 extreme 2.4 bash only
« on: February 11, 2009, 11:40:56 pm »
Is there a way to make only one map a bash only map in rotation and then revert back to MW or Stock weapons on next map in rotation.  Thanks for any help.
[BHC]Nap

Offline 4peterjan4

  • Rank: Private
  • *
  • Posts: 505
    • http://www.specialforces-clan.com
Re: cod2 extreme 2.4 bash only
« Reply #1 on: April 11, 2009, 01:22:41 am »
Hi Nap,

I don't know if u still need help with this but ill try to explain.

Go to scriptdata/weaponcontrol.cfg

Find:

//******************************************************************************
// Bash-only mode
// This will switch to shotgun-only class and remove all ammo from the weapon
// before spawning
// WARNING: THIS MODIFIES THE FOLLOWING FEATURES AUTOMATICALLY:
//  - disables all weapons and modern weapons
//  - disables frag and smoke grenades (or any replacement)
//  - disables medic system, health drop, firstaid system and healthbar
//  - disables sidearms (pistols and knives)
//  - disables weapon drop on death
//  - disables ammo crates
//  - disables turrets
//  - disables landmines
//  - disables rank system
//  - enables the indoor map feature (level.ex_indoor)
//******************************************************************************
// 0 = disabled (default)
// 1 = enabled
set ex_bash_only "0"
set ex_bash_only_mp_toujane "1"

For an example i used Toujane but you can set there any map u like :-)

The same for Modern Weapons.

Find:

//******************************************************************************
// Modern Weapons Menu. This will convert the COD2 weapons to modern ones
// WARNING #1: DO NOT SET THIS TO "1" UNLESS YOU HAVE THE OPTIONAL MODERN WEAPONS
// IWD FILE DOWNLOADED AND PLACED IN THE FS_GAME FOLDER!
// WARNING #2: THIS DISABLES WEAPON CLASSES!
//******************************************************************************
// Replace the standard weapons menus (primary and secondary) with a modern
// weapons menu.
// 0 = disabled (default)
// 1 = enabled  (READ WARNING BEFORE TURNING ON)
set ex_modern_weapons "0"
set ex_modern_weapons_mp_carentan "1"

Greetings Phoenix