CollisionHeadScale, anyone use it?

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
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

CollisionHeadScale, anyone use it?

Post by THEWULFMAN »

Question in title. Anyone ever gotten CollisionHeadScale to work? I tried it, and nothing changed. I checked in the debugger, the head collision hadn't changed in size. I tried both an XYZ scale and global scale. Meaning,

CollisionHeadScale = "3.0 3.0 3.0" //XYZ

and

CollisionHeadScale = "3.0" //Global

Neither did anything.
User avatar
Marvel4
Rebel Colonel
Rebel Colonel
Posts: 556
Joined: Mon Jun 21, 2010 12:57 pm
Projects :: Marvel4s BF1 Conversion Pack + Era Mod

Re: CollisionHeadScale, anyone use it?

Post by Marvel4 »

It probably just scales damage. From jdi_demojedi.odf:

Code: Select all

// Don't take damage from collisions with objects in the world
CollisionScale      = "0.0 0.0 0.0" // x, y, then z scales 
THEWULFMAN
Space Ranger
Posts: 5557
Joined: Tue Aug 17, 2010 3:30 pm
Projects :: Evolved 2
Location: Columbus, Ohio
Contact:

Re: CollisionHeadScale, anyone use it?

Post by THEWULFMAN »

That was a really good idea, but it doesn't seem to be the case. I tested both multiplied damage (10x) and also I removed what would have been the multiplier (1x) if that was the case. No change either way.

Not to mention, that Fred says the headshot damage is hardcoded.
Post Reply