Frictional Games Forum (read-only)
Climb edge - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Climb edge (/thread-15176.html)



Climb edge - nemesis567 - 04-29-2012

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"
/>



RE: Climb edge - SilentStriker - 04-30-2012

I think so, since the only way I know for the player to climb something without a lot of scripting is ladder areas.



RE: Climb edge - nemesis567 - 04-30-2012

Won't tweaking these settings revive the thing?



RE: Climb edge - SilentStriker - 04-30-2012

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



RE: Climb edge - Your Computer - 04-30-2012

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.


RE: Climb edge - nemesis567 - 04-30-2012

Ok, thanks a lot. It seems that tweaking these settings will do.