Weapon 30cal: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


[[Image:30cal_deployed.jpg|right|245px|thumb|The Allied .30 cal MG deployed while prone]]
[[Image:30cal_deployed.jpg|right|245px|thumb|The Allied .30 cal MG deployed while prone]]


==Game Technical==
==Game Technical==
Line 24: Line 27:
     while undeployed:
     while undeployed:
       Very Low
       Very Low
'''Rate of Fire'''
    High


==Attacks==
==Attacks==
Line 33: Line 39:


* The .30 caliber Machine Gun can be used in any map.
* The .30 caliber Machine Gun can be used in any map.
* Servers can limit the .30 cal MG by using this svar <code>mp_limit_allies_mg *</code>.  where * is the maximum desired number of MG players
* Servers can limit the .30 cal MG by using this cvar <code>mp_limit_allies_mg X</code>.  where <code>X</code> is the maximum desired number of MG players
 
==See Also==
 
*[[List_of_DoD:S_entities|List of DoD:s entities]]

Revision as of 00:23, 12 July 2006

Template:Wrongtitle

The Allied .30 cal MG deployed while prone



Game Technical

Recoil
   while deployed:
     none
   while undeployed:
     Very High
Damage
     High
Accuracy
   while deployed:
     High
   while undeployed:
     Very Low
Range
   while deployed:
     Very High
   while undeployed:
     Very Low
Rate of Fire
   High

Attacks

  • +attack will set the Machine Gun to fire.
  • +attack2 will deploy the Machine Gun on any surface suitable. The surface can be a brush or a model.

Other Info

  • The .30 caliber Machine Gun can be used in any map.
  • Servers can limit the .30 cal MG by using this cvar mp_limit_allies_mg X. where X is the maximum desired number of MG players

See Also