-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4fd092
commit 9070c84
Showing
1 changed file
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |