Call of Duty 5: MP - Adding Vehicles: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Image:Nutshell.png]] Adding vehicles is as easy as dropping prefabs, the prefabs can be found in
<center>[[Image:Warning.png]] <font size="4" color="red">THIS DOES NOT CURRENTLY WORK!</font></center>


  map_source/_prefabs/mp/
  map_source/_prefabs/mp/

Revision as of 13:30, 24 November 2008

THIS DOES NOT CURRENTLY WORK!
map_source/_prefabs/mp/

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