Help with setsize
Moderator: Moderators
Help with setsize
Is it possible to setsize a crate rather than scale it & if so what would the script look like plz ..... thx
sure its possible to scale it and setsize the collision
Sure it will work.I did this quickly so have not adjusted the setsize correctly so when ya walk around the box it looks normal.But heres the working script.Play with the setsize numbers untill the collision looks right:)
local.static = spawn script_model
local.static model "static/indycrate.tik"
local.static.origin = ( -506 487 432 )
local.static.angles = ( 0 0 0 )
local.static.scale = 3.0
local.static setsize "-160 -160 0" "160 160 180"
local.static solid
p.s.
recently posted a king tiger also,but from the 0 replies from the post i assumed everyone already knew this was possible lol.
mohaa freak
local.static = spawn script_model
local.static model "static/indycrate.tik"
local.static.origin = ( -506 487 432 )
local.static.angles = ( 0 0 0 )
local.static.scale = 3.0
local.static setsize "-160 -160 0" "160 160 180"
local.static solid
p.s.
recently posted a king tiger also,but from the 0 replies from the post i assumed everyone already knew this was possible lol.
mohaa freak
local.static = spawn script_model
local.static model "static/indycrate.tik"
local.static.origin = ( -450 487 432 )
local.static.angles = ( 0 0 0 )
local.static.scale = 3.0
local.static setsize "-90 -124 0" "90 124 170"
local.static solid
Here ya go played with the numbers more.Now the setsize is even more accurate for the 3.0 scaled indycrate
Gold>>mohaafreak!!
local.static model "static/indycrate.tik"
local.static.origin = ( -450 487 432 )
local.static.angles = ( 0 0 0 )
local.static.scale = 3.0
local.static setsize "-90 -124 0" "90 124 170"
local.static solid
Here ya go played with the numbers more.Now the setsize is even more accurate for the 3.0 scaled indycrate
Gold>>mohaafreak!!
