Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
OPEN  Bug report #1143  -  The missing sound of the metal platform.
Posted Jan 20, 2018 - updated Oct 09, 2023   Shortlink: http://arx.vg/1143
action_vote_minus_faded.png
1
Votes
action_vote_plus_faded.png
Issue details
  • Type of issue
    Bug report
  • Status
     
    New
  • Assigned to
    Not assigned to anyone
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     Telendil
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Resolution
    Not determined
  • Priority
    Not determined
  • Reproducability
    Always
  • 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
In the crypt (Crypt III) on the sixth level of the dungeon to go below you need to go over the lava. For this, metal platforms are advanced. When walking on them there is no sound of footsteps.
Steps to reproduce this issue
Nothing entered.

#1
icon_reply.pngReply
Comment posted by
 Telendil
Jan 20, 16:45
Metal platformicon_open_new.png
#2
icon_reply.pngReply
Comment posted by
 bsxf47
Oct 09, 11:11
This is caused by CheckInPoly() returning the underlying lava's poly (l5_human_[lava]_ground01) instead of the platform's (l5_caves_[metal]_board01). Function GetMaterialString() then returns "unknown" instead of "metal", which results in no footstep sound.