Call of Duty 5: MP - Adding Vehicles

From COD Modding & Mapping Wiki
Revision as of 10:14, 17 January 2009 by Zeroy (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
THIS DOES NOT CURRENTLY WORK!
 For a working version of Panzer iv and T34 check HERE

Missing Prefabs

IMPORTANT: Treyarch didnt include the MP Prefabs so here they are:

DOWNLOAD MISSING MP PREFABS

Simply unpack in your cod5_root, all folder structure is already done.

List of included prefabs for this section:

  • veh_ger_panzer.map
  • veh_panzer.map
  • veh_sherman.map
  • veh_t34.map
  • veh_type97.map
  • war_hq_obj.map

veh_t34

Key / Value

  • "model" "veh_ger_panzer_mp_dpm_main"
  • "targetname" "destructible"
  • "destructibledef" "vehicle_ger_Panzer_mg_mp_ddef"
  • "spawnflags" "1"
  • "script_gameobjectname" "vehicle"
  • "vehicletype" "panzer4_mp"
  • "classname" "script_vehicle"


veh_type97

Key / Value

  • "model" "veh_t34_mp_dpm_main"
  • "targetname" "destructible"
  • "destructibledef" "vehicle_rus_t34_mp_ddef"
  • "spawnflags" "1"
  • "script_gameobjectname" "vehicle"
  • "vehicletype" "t34_mp"
  • "classname" "script_vehicle"


Sources: Treyarch's Wiki