Source-styled ladder

Sprites, textures, sounds, code, and other resources belong here. Share and share-alike!
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
  • Is the resource ENTIRELY my own work?
  • If no to the previous one, do I have permission from the original author?
  • If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
If you answered no to all three, maybe you should consider taking your stuff somewhere other than the Resources forum.

Consult the Resource/Request Posting Guidelines for more information.

Please don't put requests here! They have their own forum --> here. Thank you!
User avatar
Jekyll Grim Payne
Global Moderator
Posts: 1102
Joined: Mon Jul 21, 2008 4:08 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia (Modern GZDoom)

Source-styled ladder

Post by Jekyll Grim Payne »

New library/mapper's resource that allows to easily create Source-engine-styled vertical ladders.

Features
  • Place your ladder's "hitbox" with a new class, FuncLadder. The player can approach this object from any point and will be attached to the ladder, after which they will be able to move up and down the ladder with movement keys (including Jump/Swim up/Fly up and Swim down/Fly down).
  • Press Use to detach from it and press Use again to grab it again while falling next to it.
  • Optional protection from falling when getting onto the ladder from the top.
  • Optional protection from flying off the ladder when pressing Use while holding movement keys.
  • Comes with simple 3D models for the ladder using doom2.wad textures, and a class that can place the necessary models for you automatically.
  • Comes with example map (ladder_example.wad).
Download: https://github.com/jekyllgrim/ZSLadder

User avatar
neoworm
Posts: 1748
Joined: Fri Sep 23, 2005 9:17 am
Location: Czech Republic

Re: Source-styled ladder

Post by neoworm »

I am currently using AFADoomer's ladders from here viewtopic.php?p=990751#p990751 . How does this compare?
User avatar
Jekyll Grim Payne
Global Moderator
Posts: 1102
Joined: Mon Jul 21, 2008 4:08 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia (Modern GZDoom)

Re: Source-styled ladder

Post by Jekyll Grim Payne »

neoworm wrote: Fri May 03, 2024 2:32 pm I am currently using AFADoomer's ladders from here viewtopic.php?p=990751#p990751 . How does this compare?
AFADoomer's ladder basically gives you flight, allowing you to move in any direction and also up and down within the ladder's "hitbox". My ladder aims to implement Source movement more closely: you are magnetized to the ladder and you can't move sideways or forward/backward, only up and down. You can only move away from the ladder when at the very bottom or at the very top, or let go of it manually by pressing Use.

Mine also has the model and the functionality as separate actors, and generally more options (see documentation).
User avatar
ramon.dexter
Posts: 1558
Joined: Tue Oct 20, 2015 12:50 pm
Graphics Processor: nVidia with Vulkan support
Location: Kozolupy, Bohemia

Re: Source-styled ladder

Post by ramon.dexter »

neoworm wrote: Fri May 03, 2024 2:32 pm I am currently using AFADoomer's ladders from here viewtopic.php?p=990751#p990751 . How does this compare?
Little OT here, the AFAdoomers ladders could be little big bugged, as I have encountered numerous times that the ladder controller didnt remove the flying funcionality when leaving the ladder, leaving me flying...
User avatar
Hipshot
Posts: 43
Joined: Wed Feb 03, 2016 1:45 pm

Re: Source-styled ladder

Post by Hipshot »

Thanks a lot Jekyll. This is a very easy and simple system to implement and use, I have been looking for a good ladder system for a while now and this is it.

Great to have the auto stretcher too, makes it a lot easier.

Thanks for this.

Return to “Resources”