CoD WW: Usable T34 Tank
From CustomCoD Wiki
Contents |
Information
This will show you how to get a usable T34 tank in your map.
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
