Page 1 of 1
Technical questions - Vehicle Critical Points
Posted: Thu Jan 01, 2009 7:09 am
by vampire_lord
Yes, I am here with another question, but this one might be a model thing and not an script thing, anyway is for mods; how are critical points in vehicles defined? this would serve either placing some critical points in the right places like repulsorlifts on hover tanks and to make some "training" dummies for a possible training grounds/interlude map.
Re: Technical questions - Vehicles
Posted: Thu Jan 01, 2009 7:45 am
by YaNkFaN
I believe they are defined on the actual mode just like fire nodes hp_something I think the critical is hp_critical
Re: Technical questions - Vehicles
Posted: Thu Jan 01, 2009 9:03 am
by DarthD.U.C.K.
they are hardpoints included in the vehicles mesh
Re: Technical questions - Vehicles
Posted: Thu Jan 01, 2009 10:08 am
by vampire_lord
Thanks, I think there is nothing else to ask in Modding sub-forum for this.
--SOLVED--
Re: Technical questions - Vehicle Critical Points
Posted: Thu Jan 01, 2009 2:20 pm
by Maveritchell
You haven't solved the topic because you obviously haven't tried anything anyone's mentioned here - because they're wrong.
A quick look in the .odf of
any of the vehicles with a critical hit location would give you the answer:
What that gives you is a location and a scaling factor for a critical hit. "p_crithit" is a primitive object in the model that, when hit, makes a "critical hit." The number, 4.0, is the multiplier damage gets when it hits that location. It's easy to edit critical hit locations (or add them) by looking at a model in something like Unwrap 3D and choosing the primitive (usually something already predefined as an ordnance collision primitive works best) you want the critical hit location to be.
Re: Technical questions - Vehicle Critical Points
Posted: Thu Jan 01, 2009 2:53 pm
by DarthD.U.C.K.
Maveritchell wrote:You haven't solved the topic because you obviously haven't tried anything anyone's mentioned here - because they're wrong.
A quick look in the .odf of
any of the vehicles with a critical hit location would give you the answer:
What that gives you is a location and a scaling factor for a critical hit. "p_crithit" is a primitive object in the model that, when hit, makes a "critical hit." The number, 4.0, is the multiplier damage gets when it hits that location. It's easy to edit critical hit locations (or add them) by looking at a model in something like Unwrap 3D and choosing the primitive (usually something already predefined as an ordnance collision primitive works best) you want the critical hit location to be.

uh i thought they were hardpoints, i overread the prefix