Weapon mg42: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (tidy & categorized)
Line 4: Line 4:




== Weapon statistics ==
{| style="width:375px; text-align:left"
!Recoil
|None (depolyed) / Very high (undeployed)
|-
!Damage
|High
|-
!Accuracy
|High (deployed) / Very low (undeployed)
|-
!Range
|Very high (deployed) / Very low (undeployed)
|-
!Rate of fire
|Very high
|}


 
== Attack modes ==
==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'''
    Very High
 
==Attacks==
 
* +attack will set the Machine Gun to fire.
* +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 [[Prop_Types_Overview|model]].
* +attack2 will deploy the Machine Gun on any surface suitable. The surface can be a [[brush]] or a [[Prop_Types_Overview|model]].


==Other Info==
== Other information ==
* Servers can limit the MG42 by using this cvar <code>mp_limit_axis_mg X</code>.  where <code>X</code> is the maximum desired number of MG players


* Servers can limit the MG42 by using this cvar <code>mp_limit_axis_mg X</code>.  where <code>X</code> is the maximum desired number of MG players
== See also ==
* [[Mg class]]
* [[List of DoD:S entities]]


==See Also==
== External links ==
* [[Wikipedia:MG42|MG42]]


*[[Mg class]]
[[Category:Day of Defeat: Source Entities]]
*[[List of DoD:S entities]]
*{{wiki|MG42}}

Revision as of 05:51, 29 January 2008

Template:Wrongtitle

The Axis MG42 deployed while prone


Weapon statistics

Recoil None (depolyed) / Very high (undeployed)
Damage High
Accuracy High (deployed) / Very low (undeployed)
Range Very high (deployed) / Very low (undeployed)
Rate of fire Very high

Attack modes

  • +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 information

  • Servers can limit the MG42 by using this cvar mp_limit_axis_mg X. where X is the maximum desired number of MG players

See also

External links