Scaling collision

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Scaling collision

Post by Fiodis »

I scaled a wampa and it's anims by roughly 2.5 or so. Now the only way to hurt it is to shoot it in the knees. Is there any way to scale up the collision along with the rest of the model?
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Scaling collision

Post by AceMastermind »

I think CollisionRootScale is what you want.
Have a look at Yoda's ODF:

Code: Select all

CollisionRootScale      = "0.42"
or Chewbacca's:

Code: Select all

CollisionRootScale  = "1.15"
or a Jawa's:

Code: Select all

CollisionRootScale		= "0.6"
or Grievous's:

Code: Select all

CollisionRootScale      = "1.10"
he also uses these:

Code: Select all

CollisionHeadOffset		= "0.0 -0.1 0.0"
CollisionTorsoOffset	= "0.0 0.0 0.1"
Post Reply