Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HL2DM] Fix ladder bugs #959

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

speedvoltage
Copy link
Contributor

This PR is to fix ladder issues.

  • Fixed a bug where players could respawn on ladders.
    Players could spawn or respawn on ladders during mp_restartgame or suicide for example.

  • Fixed an issue where players disconnecting while on a ladder would cause it to become inoperable.
    Disconnecting when mounting a ladder would cause it to break.

  • Movement fixes.
    Properly move in the direction you are looking.

  • Fixed an exploit where some players could use climb ladders at insane speeds.
    Notorious speedrun trick among speedrunners, you could, through manual inputs or scripts/macros, climb ladders at a very fast pace.

  • Fixed an issue where players could dismount ladders and go through walls.
    Minor issue since most maps do not have this setup, but if two ladders are on two sides of the same wall, then players could clip through walls to the dismount node.

► Fixed a bug where players could respawn on ladders.
► Fixed an issue where players disconnecting while on a ladder would cause it to become inoperable.
► Movement fixes.
► Fixed an exploit where some players could use climb ladders at insane speeds.
► Fixed an issue where players could dismount ladders and go through walls.
@speedvoltage speedvoltage changed the title [HL2DM] Fixed ladder bugs [HL2DM] Fix ladder bugs Mar 6, 2025
Copy link

@A1exKH A1exKH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants