Jump to content

Open Community  ·  25 members

Far Cry

Value location for modifying climbable hill steepness?


toxictv

Recommended Posts

Trying to figure out where in patch.dat or patch.fat I can find the ability to increase the steepness of hills the player is able to climb. Don't want to make it unrealistic, just trying to make it more sensible.

 

Anyone?

 

Thanks ahead of time!

Link to comment
Share on other sites

entitylibrary\player\MainCharacter\

 

 

 
          <field name="fMaxSlopeAngle" type="Float32">75</field>
          <field name="fMaxTerrainSlopeAngle" type="Float32">75</field>

 

and

 

 

 
  <object name="SlopeBehavior">
          <field name="fSlideSlopeAngle" type="Float32">59.1</field>
          <field name="fFallingSlopeAngle" type="Float32">75</field>
Link to comment
Share on other sites

  • 10 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...