fall to death

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
sttjr49





Posts: 10
Joined: Wed Aug 03, 2005 7:10 pm

fall to death

Post by sttjr49 »

Is there a way to make it so that no matter how high up I am when i fall, I don't fall to my death?
santamaycry





Posts: 463
Joined: Mon Mar 28, 2005 6:32 pm

Post by santamaycry »

um...you dont do anything...being as halo 2 has no fall damage on MC and Elites
User avatar
xbox7887




Socialist Coagulator Decryptor Advisor
Eureka Commentator Wave Scorched Earth

Posts: 2160
Joined: Mon Dec 27, 2004 6:19 pm
Location: New Lenox, Illinois
Contact:

Post by xbox7887 »

Code: Select all

<struct name="Main" size="992" info="">
 <struct name="Falling Distance" offset="320" size="104" info="">
  <value class="" name="Min Harmful Distance" offset="8" type="float" info=""/>
  <value class="" name="Max Harmful Distance" offset="12" type="float" info=""/>
  <value class="" name="Falling Damage" offset="16" type="dependency" info=""/>
  <value class="" name="Max Falling Distance" offset="32" type="float" info=""/>
  <value class="" name="Vehicle Environment Collision Damage" offset="44" type="dependency" info=""/>
  <value class="" name="Vehicle Killed Unit Damage" offset="52" type="dependency" info=""/>
  <value class="" name="Vehicle Collision Damage" offset="60" type="dependency" info=""/>
  <value class="" name="Flaming Death Damage" offset="68" type="dependency" info=""/>
  <value class="" name="Unknown" offset="92" type="float" info="might be nested from somewhere else...just too lazy to look"/>
  <value class="" name="Unknown" offset="96" type="float" info="might be nested from somewhere else...just too lazy to look"/>
  <value class="" name="Unknown" offset="100" type="float" info="might be nested from somewhere else...just too lazy to look"/>
 </struct>
</struct>
save as "matg.xml" and put in the tag templates folder of ADI
Post Reply