KubelWagon

Add Another Prefab

 

File number (downloads) -

 

Catergory -

Model Maps

Creator -

-

Total Views -

Map screen shot

Kublewagon tik model

Description

 Using radiant for placement
 
This is a Kublewagon tik model that can be placed in a map using radiant or by script spawn.It includes a collision prefab.
To place using radiant
place the Kublewagon.pk3 in main
start radiant and in 2d window right click to bring up models list.Go to static then mru. Choose Kublewagon
move the Kublewagon to desired location
Next for metal collision load the kublewagon.pfb in radiant and line up the collision with the model and hit escape to deselect collision.
The creator also included a collision map but i made a prefab for easier placement.
 
Scripting without radiant
place the Kublewagon.pk3 in main and in your script do something similar to this
 
local.fix = spawn script_model
local.fix model "static/kublewagon.tik"
local.fix.origin = ( 0 0 0 )
local.fix.angles = ( 0 0 0 )
local.fix solid