Call of Duty 5: MP - Adding Vehicles

From COD Modding & Mapping Wiki
Revision as of 07:06, 18 January 2009 by Zeroy (talk | contribs)
Jump to navigation Jump to search



 For a working version of Panzer iv and T34 check HERE
THIS DOES NOT CURRENTLY WORK!

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