Call of Duty 5: MP - Adding Turrets

From COD Modding & Mapping Wiki
Revision as of 15:31, 12 November 2008 by Zeroy (talk | contribs) (New page: Image:Nutshell.png Tutorial on how to add a Turret (mounted MG) to your Levels. ''To place a turret in your MP level:'' Right click in the 2D window and choose '''Misc/Turret'''. The...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tutorial on how to add a Turret (mounted MG) to your Levels.

To place a turret in your MP level:

Right click in the 2D window and choose Misc/Turret. Then all you have to do is enter the correct model and weaponinfo setting for it to work.

  • .30cal - Standing
model 		= mounted_usa_30cal_bipod_lmg
weaponinfo 	= 30cal_bipod_stand_mp
  • .30cal - Crouch
model 		= mounted_usa_30cal_bipod_lmg
weaponinfo 	= 30cal_bipod_crouch_mp
  • .30cal - Prone
model 		= mounted_usa_30cal_bipod_lmg
weaponinfo 	= 30cal_bipod_prone_mp


  • DP28 - Standing
model 		= mounted_rus_dp28_bipod_lmg
Weaponinfo	= dp28_bipod_stand_mp
  • DP28 - Crouch
model 		= mounted_rus_dp28_bipod_lmg
Weaponinfo	= dp28_bipod_crouch_mp
  • DP28 - Prone
model 		= mounted_rus_dp28_bipod_lmg
Weaponinfo	= dp28_bipod_prone_mp
  • MG42 - Standing
model		= mounted_ger_mg42_bipod_mg
weaponinfo	= mg42_bipod_stand_mp
  • MG42 - Crouch
model		= mounted_ger_mg42_bipod_mg
weaponinfo	= mg42_bipod_crouch_mp
  • MG42 - Prone
model		= mounted_ger_mg42_bipod_mg
weaponinfo	= mg42_bipod_prone_mp
  • Type 92 - Standing
model		= weapon_jap_mg_type92_notripod
Weaponinfo	= type99_lmg_bipod_stand_mp
  • Type 92 - Crouch
model		= weapon_jap_mg_type92_notripod
Weaponinfo	= type99_lmg_bipod_crouch_mp
  • Type 92 - Prone
model		= weapon_jap_mg_type92
Weaponinfo	= type99_lmg_bipod_prone_mp


The Type 92 uses two models, unlike the other turrets. This is because of the tripod; it doesn't look good mounted on a normal 16 or 32 unit thick wall. You can place a Type 92 with tripod on a destroyed car at crouch or stand height, just change its Weaponinfo setting to match the height you'll be using it at.


Sources: Treyarch's Wiki