Weapons.cfg

From Call of Duty 2

Jump to: navigation, search

Contents

Overview

weapons.cfg is an extremely useful config file that you enables you to re-spawn with weapons selected from the other team's arsenal. For example, you could be a Russian but spawn with a German weapon.


How To Use

There are two different buttons.

One button (F7) is used to select the TEAM.

The other button (F8) is used to select the WEAPON

note: some keyboards require you to press the F-Lock key first.

Press F7 (slowly) until it says the name of the team that you want to pick weapons from. You can only pick weapons from your team and the other team you're currently playing. You cannot select weapons from teams that are not playing. (a.k.a., you can't pick a PPsh on Tunesia)

Once you have selected the team with F7, press the F8 button to cycle through the selected team's weapons. Each time you press F8, it will select the next weapon in that team's list of weapons. Keep pressing F8 until you see the weapon you want.

F7 and F8 are the keys are merely the defaults and can be edited to anything you like.

Another note: it is normal for words "Unknown command" to appear when you press F7. Unfortunately, there isn't an easy way to send a message to you to SHOW you what team you have selected, so it tries to send it as a command to the server. - When the server says I dunno what the hell to do with this command, it allows the script to deliver a message to you (about your team selection). There is a down-side to this, in that you can only send commands once per second, and so if you push the F7 button too fast, you won't see any messages (but the teams will still cycle). Moral of the story: Push F7 no faster than once per second if you want to read the messages.


original version of weapons.cfg

bind F7 "vstr wtf_changeteam"
bind F8 "vstr wtf_changeweap"

set wtf_team_german "wtf_changeteam vstr wtf_team_american; wtf_changeweap vstr wtf_weap_g1; ^3<^1GERMAN^3>^0.^5Weapons"
set wtf_team_american "wtf_changeteam vstr wtf_team_british; wtf_changeweap vstr wtf_weap_a1; ^3<^1AMERICAN^3>^0.^5Weapons"
set wtf_team_british "wtf_changeteam vstr wtf_team_russian; wtf_changeweap vstr wtf_weap_b1; ^3<^1BRITISH^3>^0.^5Weapons"
set wtf_team_russian "wtf_changeteam vstr wtf_team_german; wtf_changeweap vstr wtf_weap_r1; ^3<^1RUSSIAN^3>^0.^5Weapons"

set wtf_weap_r1 "wtf_changeweap vstr wtf_weap_r2; openScriptMenu weapon_russian PPS42_mp"
set wtf_weap_r2 "wtf_changeweap vstr wtf_weap_r3; openScriptMenu weapon_russian mosin_nagant_mp"
set wtf_weap_r3 "wtf_changeweap vstr wtf_weap_r4; openScriptMenu weapon_russian SVT40_mp"
set wtf_weap_r4 "wtf_changeweap vstr wtf_weap_r5; openScriptMenu weapon_russian mosin_nagant_sniper_mp"
set wtf_weap_r5 "wtf_changeweap vstr wtf_weap_r6; openScriptMenu weapon_russian shotgun_mp"
set wtf_weap_r6 "wtf_changeweap vstr wtf_weap_r1; openScriptMenu weapon_russian ppsh_mp"

set wtf_weap_a1 "wtf_changeweap vstr wtf_weap_a2; openScriptMenu weapon_american greasegun_mp"
set wtf_weap_a2 "wtf_changeweap vstr wtf_weap_a3; openScriptMenu weapon_american m1carbine_mp"
set wtf_weap_a3 "wtf_changeweap vstr wtf_weap_a4; openScriptMenu weapon_american m1garand_mp"
set wtf_weap_a4 "wtf_changeweap vstr wtf_weap_a5; openScriptMenu weapon_american springfield_mp"
set wtf_weap_a5 "wtf_changeweap vstr wtf_weap_a6; openScriptMenu weapon_american shotgun_mp"
set wtf_weap_a6 "wtf_changeweap vstr wtf_weap_a7; openScriptMenu weapon_american thompson_mp"
set wtf_weap_a7 "wtf_changeweap vstr wtf_weap_a1; openScriptMenu weapon_american bar_mp"

set wtf_weap_b1 "wtf_changeweap vstr wtf_weap_b2; openScriptMenu weapon_british sten_mp"
set wtf_weap_b2 "wtf_changeweap vstr wtf_weap_b3; openScriptMenu weapon_british enfield_mp"
set wtf_weap_b3 "wtf_changeweap vstr wtf_weap_b4; openScriptMenu weapon_british m1garand_mp"
set wtf_weap_b4 "wtf_changeweap vstr wtf_weap_b5; openScriptMenu weapon_british enfield_scope_mp"
set wtf_weap_b5 "wtf_changeweap vstr wtf_weap_b6; openScriptMenu weapon_british shotgun_mp"
set wtf_weap_b6 "wtf_changeweap vstr wtf_weap_b7; openScriptMenu weapon_british thompson_mp"
set wtf_weap_b7 "wtf_changeweap vstr wtf_weap_b1; openScriptMenu weapon_british bren_mp"

set wtf_weap_g1 "wtf_changeweap vstr wtf_weap_g2; openScriptMenu weapon_german mp40_mp"
set wtf_weap_g2 "wtf_changeweap vstr wtf_weap_g3; openScriptMenu weapon_german kar98k_mp"
set wtf_weap_g3 "wtf_changeweap vstr wtf_weap_g4; openScriptMenu weapon_german g43_mp"
set wtf_weap_g4 "wtf_changeweap vstr wtf_weap_g5; openScriptMenu weapon_german kar98k_sniper_mp"
set wtf_weap_g5 "wtf_changeweap vstr wtf_weap_g6; openScriptMenu weapon_german shotgun_mp"
set wtf_weap_g6 "wtf_changeweap vstr wtf_weap_g1; openScriptMenu weapon_german mp44_mp"

set wtf_changeweap "vstr wtf_weap_g1"
set wtf_changeteam "vstr wtf_team_german"


You can download the old version of weapons.cfg here: http://download.smaert.com/old.weapons.cfg

You can view the old version of weapons.cfg here: http://view.smaert.com/old.weapons.cfg

new single-button version of weapons.cfg

This version removes the team-selection key. The only down-side is that you have to cycle through more weapons to get to the one you're looking for, slightly offset by the benefit of being able to press it as fast as you want.

bind F8 "vstr wtf_changeweap"

set wtf_changeweap "vstr wtf_weap_01"

set wtf_weap_01 "wtf_changeweap vstr wtf_weap_02; openScriptMenu weapon_german PPS42_mp"
set wtf_weap_02 "wtf_changeweap vstr wtf_weap_03; openScriptMenu weapon_german mosin_nagant_mp"
set wtf_weap_03 "wtf_changeweap vstr wtf_weap_04; openScriptMenu weapon_german SVT40_mp"
set wtf_weap_04 "wtf_changeweap vstr wtf_weap_05; openScriptMenu weapon_german mosin_nagant_sniper_mp"
set wtf_weap_05 "wtf_changeweap vstr wtf_weap_06; openScriptMenu weapon_german shotgun_mp"
set wtf_weap_06 "wtf_changeweap vstr wtf_weap_07; openScriptMenu weapon_german ppsh_mp"
set wtf_weap_07 "wtf_changeweap vstr wtf_weap_08; openScriptMenu weapon_german greasegun_mp"
set wtf_weap_08 "wtf_changeweap vstr wtf_weap_09; openScriptMenu weapon_german m1carbine_mp"
set wtf_weap_09 "wtf_changeweap vstr wtf_weap_10; openScriptMenu weapon_german m1garand_mp"
set wtf_weap_10 "wtf_changeweap vstr wtf_weap_11; openScriptMenu weapon_german springfield_mp"
set wtf_weap_11 "wtf_changeweap vstr wtf_weap_12; openScriptMenu weapon_german shotgun_mp"
set wtf_weap_12 "wtf_changeweap vstr wtf_weap_13; openScriptMenu weapon_german thompson_mp"
set wtf_weap_13 "wtf_changeweap vstr wtf_weap_14; openScriptMenu weapon_german bar_mp"
set wtf_weap_14 "wtf_changeweap vstr wtf_weap_15; openScriptMenu weapon_german sten_mp"
set wtf_weap_15 "wtf_changeweap vstr wtf_weap_16; openScriptMenu weapon_german enfield_mp"
set wtf_weap_16 "wtf_changeweap vstr wtf_weap_17; openScriptMenu weapon_german m1garand_mp"
set wtf_weap_17 "wtf_changeweap vstr wtf_weap_18; openScriptMenu weapon_german enfield_scope_mp"
set wtf_weap_18 "wtf_changeweap vstr wtf_weap_19; openScriptMenu weapon_german shotgun_mp"
set wtf_weap_19 "wtf_changeweap vstr wtf_weap_20; openScriptMenu weapon_german thompson_mp"
set wtf_weap_20 "wtf_changeweap vstr wtf_weap_21; openScriptMenu weapon_german bren_mp"
set wtf_weap_21 "wtf_changeweap vstr wtf_weap_22; openScriptMenu weapon_german mp40_mp"
set wtf_weap_22 "wtf_changeweap vstr wtf_weap_23; openScriptMenu weapon_german kar98k_mp"
set wtf_weap_23 "wtf_changeweap vstr wtf_weap_24; openScriptMenu weapon_german g43_mp"
set wtf_weap_24 "wtf_changeweap vstr wtf_weap_25; openScriptMenu weapon_german kar98k_sniper_mp"
set wtf_weap_25 "wtf_changeweap vstr wtf_weap_26; openScriptMenu weapon_german shotgun_mp"
set wtf_weap_26 "wtf_changeweap vstr wtf_weap_01; openScriptMenu weapon_german mp44_mp"

You can download the new version of weapons.cfg here: http://download.smaert.com/weapons.cfg

You can view the new version of weapons.cfg here: http://view.smaert.com/weapons.cfg

Personal tools