yo
contains Original Version and LookSteer Version
http://dl.dropbox.com/u/4685265/Tegleg_VH_Fire.zip
heres a big vehicle for you to play with. For NOVEMBER udk and newer.
i made it because im helping someone out to make an airport fire truck, and i thaught id give it to everyone to maybe learn something from.
it has:
* rotating turret that fires the manta weapon.
* 6 camera modes, with rear view function. Static cam when first enter vehicle.
* nicely ballanced with slippery tyres for drifting
* its fast
comes with the 3ds max model file so you can make your own vehicle. the model is a terrible 'placeholder', im no modeler :s
open it up in max, delete the mesh, add your own, skin the bones. (look for geodav tutorials if you dont know what im talking about)
HOW TO INSTALL:
place the files from the zip in your udk instalation folder.
the zip is arranged in folders to make it easy for you.
Development/Src/UTGame/Classes - Script Files.
Development/Src/UTGameContant/Classes - More Script Files. (wont work for udk versions older than august)
UDKGame/Content/Vehicles - the vehicle package (wont work for udk versions older than november)
Important:
add these lines to DefaultInput.ini for the camera control.
add to the bottom of ; Primary default bindings section
UDKGame/Config/DefaultInput.ini
let me know of any problems
Have Fun!
contains Original Version and LookSteer Version
http://dl.dropbox.com/u/4685265/Tegleg_VH_Fire.zip
heres a big vehicle for you to play with. For NOVEMBER udk and newer.
i made it because im helping someone out to make an airport fire truck, and i thaught id give it to everyone to maybe learn something from.
it has:
* rotating turret that fires the manta weapon.
* 6 camera modes, with rear view function. Static cam when first enter vehicle.
* nicely ballanced with slippery tyres for drifting
* its fast
comes with the 3ds max model file so you can make your own vehicle. the model is a terrible 'placeholder', im no modeler :s
open it up in max, delete the mesh, add your own, skin the bones. (look for geodav tutorials if you dont know what im talking about)
HOW TO INSTALL:
place the files from the zip in your udk instalation folder.
the zip is arranged in folders to make it easy for you.
Development/Src/UTGame/Classes - Script Files.
Development/Src/UTGameContant/Classes - More Script Files. (wont work for udk versions older than august)
UDKGame/Content/Vehicles - the vehicle package (wont work for udk versions older than november)
Important:
add these lines to DefaultInput.ini for the camera control.
add to the bottom of ; Primary default bindings section
UDKGame/Config/DefaultInput.ini
Code:
.Bindings=(Name="R",Command="GBA_LookBack | OnRelease GBA_NotLookBack") .Bindings=(Name="V",Command="GBA_Camchange")
Have Fun!

Comment