CoD WW: Usable T34 Tank

From CustomCoD Wiki

Jump to: navigation, search

Contents

Information

This will show you how to get a usable T34 tank in your map.

Image:Note.pngNote: There are a few minor issues, such as the tank sliding across the land in certain spots, but they can probably be fixed.

Radiant

Open your map in Radiant and add a Script->Vehicle. Give it the following KVPs:

"model" "vehicle_ger_tracked_king_tiger"
"vehicletype" "t34"
"spawnflags" "1"

Save and close.

GSC

Open your main GSC file (raw\maps\yourmaphere.gsc). Now, put this in the main() of your GSC:

maps\_t34::main( "vehicle_ger_tracked_king_tiger" );

So, it should look similar to this:

main()
{
   maps\_t34::main( "vehicle_ger_tracked_king_tiger" );
}

Zone Source

Now, open your zone source file (zone_source\yourmaphere.csv). Put this in it:

include,module_tankride
include,module_t34
xmodel,vehicle_ger_tracked_king_tiger

Credits

[HOG]Rampage

If you need any assistance, PM me or add me to Xfire: sgtrampage

Personal tools
Call of Duty: Black Ops
Call of Duty: World at War