Skip to content

Releases: inferno-collection/Ladders-Reborn

Public Beta Version 1.14

28 Sep 11:14
6ae85c7
Compare
Choose a tag to compare

Fixed

  • #13 Ladders not being able to be picked up

Full Changelog: 1.13-beta...1.14-beta

Public Beta Version 1.13

20 Oct 00:56
2f5787a
Compare
Choose a tag to compare

Changed:

  • #8 No longer requiring an additional DLL for the client or server. Thanks to @Local9 for this PR.

Fixed:

  • #3 Getting stuck on a ladder if you pause then cancel climbing
  • #4, #6 Server script not initializing on Linux. Thanks to @Local9 for finding this fix.
  • Default server project root namespace being incorrect

New Contributors

  • @Local9 made their first contribution in #8

Full Changelog: 1.11-beta...1.13-beta

Public Alpha Version 1.13

01 Oct 02:11
bc8747e
Compare
Choose a tag to compare
Pre-release

DO NOT BLINDLY UPDATE // THIS IS A DEVELOPMENT BUILD

Important Note: If you test this resource in your server, please report back to us! We have not thoroughly tested this update and would appreciate your feedback.

Fixed:

  • #4, #6 Server script not initializing on Linux. Thanks to @Local9 for finding this fix.
  • Default server project root namespace being incorrect

Full Changelog: 1.12-alpha...1.13-alpha

Public Alpha Version 1.12

28 Sep 03:41
8ee5e7f
Compare
Choose a tag to compare
Pre-release

DO NOT BLINDLY UPDATE // THIS IS A DEVELOPMENT BUILD

Important Note: If you test this resource in your server, please report back to us! We have not thoroughly tested this update and would appreciate your feedback.

Fixed:

  • #3 Getting stuck on a ladder if you pause then cancel climbing

Full Changelog: 1.11-beta...1.12-alpha

Public Beta Version 1.11

27 Sep 14:12
7d880c3
Compare
Choose a tag to compare

top_image|2120x352

Inferno Collection: Ladders - Reborn

Build and Check

Public Beta Version 1.11

Following the release of the original Ladders back in 2019, Ladders - Reborn is the updated C# version boasting OneSync support, addon Ladder prop instead of replace, and more efficient code.

"Adds working ladders to FiveM, ideal for Fire Department use. Ladders are stored in a configurable list of vehicles, with each vehicle being able to carry a configurable maximum amount of ladders. The resource includes a custom ladder model as well."

Features:

  • Place climbable ladders anywhere
  • Climb ladders while carrying other ladders
  • Drop ladder when tazed/falling/ragdolling/etc.
  • Server-side persistent prop spawning
  • Anti-grief built-in

Presently, the following can be customized:

  • Chat command suggestion text
  • Custom notification support
  • Style of ladder preview
  • Kicking of cheaters
  • Max distance from vehicles to collect/store ladders
  • Vehicle whitelist with optional ladder limits
  • Max global ladder limit

Usage:

  • Go up to a vehicle and type /ladder to collect/store

Development Showcase Video (Showing Public Beta Version 1.11)

Watch the Development Showcase video

Pictures

Image 1
Image 2
Image 3

Download link

https://github.com/inferno-collection/Ladders-Reborn/releases/latest

The Inferno Collection Team

Public Alpha Version 1.1

14 Aug 02:34
89cc4ee
Compare
Choose a tag to compare
Pre-release

DO NOT BLINDLY UPDATE // THIS IS A DEVELOPMENT BUILD

Important Note: If you test this resource in your server, please report back to us! We have not thoroughly tested this update and would appreciate your feedback.

Added:

  • New event to collect/store ladder with a single event, instead of needing to check statebags to figure out if a player is holding a ladder
    • Inferno-Collection:Server:Ladders:ToggleLadder

Fixed:

  • Ladder prop having no collisions, ladders can now be dropped on the ground
  • Only being able to pick up off the ground the first ladder collected

Known Issues:

  • The state bag values are potentially open to being tampered with by a malicious client, this will be addressed in a future update.

Full Changelog: 1.0-alpha...1.1-alpha

Public Alpha Version 1.0

17 Jun 07:58
5837893
Compare
Choose a tag to compare
Pre-release

DO NOT BLINDLY UPDATE // THIS IS A DEVELOPMENT BUILD

Important Note: If you test this resource in your server, please report back to us! We have not thoroughly tested this update and would appreciate your feedback.

Added:

  • /ladder, one command to both retrieve and store a ladder from a vehicle
  • Canceling climbing anytime while on a ladder
  • Pausing while climbing up a ladder
  • Server-sided prop spawning
  • Lots of config options
    • ChatSuggestion allows for a custom chat suggestion
    • CustomNotifications & CustomNotificationEventName allows for a custom event to be fired when a notification is sent instead of the default notifications.
    • PreviewLadderMode choose between:
      • 0 No preview
      • 1 Optional preview, user decides
      • 2 Forced preview
    • KickCheaters allows for kicking of people who try to use Ladder events to do naughty things
    • MaxDistanceToVehicle from which a ladder can be pulled
    • EnableLadderVehicleWhitelist & LadderVehicleWhitelist allow for only specific vehicles to be able to carry ladders, and how many ladders each vehicle can carry. -1 for no limit.
    • MaxTotalLadders allows for a limit to be set for the total number of ladders that can be spawned. -1 for no limit.
  • Custom ladder prop created by Adam Fenton
  • Several State Bag values that can be read from any resource
    • Player State Bags
      • ICCarryingLadder network of the ladder being carried, or -1, or null
    • Vehicle State Bags
      • ICLaddersStored number of ladders currently stored in a vehicle, or null
    • Ladder State Bags
      • ICLadderStatus int value representing the Status enum, or null

Known Issues:

  • Presently when the ladder is dropped on the ground, it falls straight through the map. If you have experience with custom props, or know someone who does, please reach out so we can fix this issue!
  • The state bag values are potentially open to being tampered with by a malicious client, this will be addressed in a future update.

Full Changelog: https://github.com/inferno-collection/Ladders-Reborn/commits/1.0-alpha