Skip to content

Commit

Permalink
Updated README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cm8263 committed Aug 14, 2022
1 parent 7ab45cc commit 89cc4ee
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Inferno Collection Ladders Reborn 1.0 Alpha
# Inferno Collection Ladders Reborn 1.1 Alpha
#
# Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion Client/Main.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Inferno Collection Ladders Reborn 1.0 Alpha
* Inferno Collection Ladders Reborn 1.1 Alpha
*
* Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: Guid("97B940F7-06B6-4AEA-A3C4-20E3C9FDCC00")]
[assembly: AssemblyCompany("Inferno Collection")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions Client/fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Inferno Collection Ladders Reborn 1.0 Alpha
-- Inferno Collection Ladders Reborn 1.1 Alpha
--
-- Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved.
--
Expand All @@ -15,7 +15,7 @@ description "OneSync Ladder script for FiveM."

author "Inferno Collection (inferno-collection.com)"

version "1.0 Alpha"
version "1.1 Alpha"

url "https://inferno-collection.com"

Expand Down
2 changes: 1 addition & 1 deletion LICENCE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Inferno Collection Ladders Reborn 1.0 Alpha
Inferno Collection Ladders Reborn 1.1 Alpha

Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion LaddersReborn/Models/Config.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Inferno Collection Ladders Reborn 1.0 Alpha
* Inferno Collection Ladders Reborn 1.1 Alpha
*
* Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion LaddersReborn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: Guid("E1D692C6-5297-47EA-8A69-EA7E14831F80")]
[assembly: AssemblyCompany("Inferno Collection")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: ComVisible(false)]
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@
# Inferno Collection: Ladders - Reborn
[![Build and Check](https://github.com/inferno-collection/Ladders-Reborn/actions/workflows/dotnet.yml/badge.svg?branch=master)](https://github.com/inferno-collection/Ladders-Reborn/actions/workflows/dotnet.yml)

__Public Alpha Version 1.0__
__Public Alpha Version 1.1__

Following the release of the [original Ladders](https://github.com/inferno-collection/Ladders) back in 2020, Ladders - Reborn is the updated C# version boasting OneSync support, addon Ladder prop instead of replace, Ace permissions, 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."

Presently, the following can be customized:
- Vehicle List and Ladder count per vehicle
- Max total ladders
- 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 collect` or `/ladder store`
- Go up to a vehicle and type `/ladder` to collect/store

### Download link
https://github.com/inferno-collection/Ladders-Reborn/releases/latest
Expand Down
2 changes: 1 addition & 1 deletion Server/Main.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Inferno Collection Ladders Reborn 1.0 Alpha
* Inferno Collection Ladders Reborn 1.1 Alpha
*
* Copyright (c) 2019-2022, Christopher M, Inferno Collection. All rights reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
[assembly: Guid("195116AA-5A93-4820-B2F9-A1AC9DC00909")]
[assembly: AssemblyCompany("Inferno Collection")]
[assembly: NeutralResourcesLanguage("en-US")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: ComVisible(false)]

0 comments on commit 89cc4ee

Please sign in to comment.