Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
OPEN  Bug report #1745  -  Slow walk movement speed after
Posted Dec 17, 2023 - updated Feb 01, 2024   Shortlink: http://arx.vg/1745
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Bug report
  • Status
     
    Confirmed
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Guest user
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Resolution
    Not determined
  • Priority
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Not determined
  • Architecture
    icon_customdatatype.png Not determined
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
Minor but somewhat annoying bug. After finishing the temple of Akbaa quest, the walk movement speed slows to a crawl. This only pertains to the walk movmement speed (pressing and holding shift), and not the normal jog speed.
Steps to reproduce this issue
- Complete the Temple of Akbaa segment and return to Arx and speak to Lunshire - Leave the castle - Hold down the walk button and notice how slow the movement speed is

#4
icon_reply.pngReply
Comment posted by
 bsxf47
Feb 01, 20:29
This is caused by a script in
  1. graph\obj3d\interactive\npc\human_base\human_base_0082\human_base.asl
line 95:
  1. LOADANIM -p WALK "human_normal_walk_guard" // NEW CINE
The script sets the player's animation to one of the guards' (which is much slower) for the throne room cinematic but never actually resets it.