Frictional Games Forum (read-only)

Full Version: Climb edge
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to know if this was removed for the fiinal amnesia version(It's present in the early videos from super_secret file):

Code:
<Player_Movement_ClimbLedge

    CheckUpdatesPerSecond = "30"
    
    ClimbLedgeCheckDistForward = "0.2"
    ClimbLedgeCheckDistFromTop = "0.2"
    ClimbLedgeCheckDistTopToEnd = "0.5"
    CheckMaxPushDist = "0.5"
    
    HeadMoveSpeed = "0.8"
    HeadMoveSlowdownDist = "0.1"
    GivePlayerControlDist = "0.1"
    MovePitchFactor = "4"
    MaxMovePitchSpeed = "5"
/>
I think so, since the only way I know for the player to climb something without a lot of scripting is ladder areas.
Won't tweaking these settings revive the thing?
I'm unsure since it's not implemented inside the engine itself so I don't know. Maby Apjjm or YourComputer knows more about this Smile
You referring to the 08_08_very_early_test.avi video? If so, you can already do minor ledge climbing in Amnesia, there just hasn't been many proper environments to clearly see that. They probably used higher values for what is shown in the video.
Ok, thanks a lot. It seems that tweaking these settings will do.