Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ClonkAndre committed Dec 12, 2024
1 parent a4fd092 commit 9070c84
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Pack & Carry
This is a mod which adds a custom, more advanced inventory to GTA IV using the [CustomInventoryIV](https://github.com/ClonkAndre/CustomInventoryIV) library.
Pack & Carry is a mod which adds a custom, more advanced inventory to GTA IV using the [CustomInventoryIV](https://github.com/ClonkAndre/CustomInventoryIV) library.

Work in progress.
## Features
- **Dynamic Inventory Size**: Inventory space adjusts based on equipped gear like backpacks, bulletproof vests, and duffle bags.
- **Weight Mechanics**: Carrying heavy loads affects player movement, adding realism.
- **Controller & Keyboard Support**: Navigate the inventory easily with both input methods.
- **Customization**: Most of the features this mod has to offer are easily customizable.
- **Modder-Friendly Integration**: Other mods can add custom items to the inventory by using the script commands of this mod.

## Requirements
- [IV-SDK .NET](https://github.com/ClonkAndre/IV-SDK-DotNet)
- [ClonksCodingLib.GTAIV](https://github.com/ClonkAndre/ClonksCodingLib.GTAIV)

## Other Links
GTAForums: TODO
GTAInside: TODO

## Available Script Commands
Check out the Pack & Carry [Wiki](https://github.com/ClonkAndre/PackAndCarry/wiki) to find out which script commands there are, and how you can use them.

## How to Contribute
Do you have an idea to improve this mod, or did you happen to run into a bug? Please share your idea or the bug you found in the [issues](https://github.com/ClonkAndre/PackAndCarry/issues) page, or even better: feel free to fork and contribute to this project with a [Pull Request](https://github.com/ClonkAndre/PackAndCarry/pulls).

0 comments on commit 9070c84

Please # to comment.