Releases: justalemon/PlayerCompanion
Releases · justalemon/PlayerCompanion
1.3.2
1.3.1
- FIX: Added correct version number to the assemblies (whops)
1.3
- NEW: Added functions to find an item in the inventory or create it if it doesn't exists (
PedInventory.FindOrCreate<T>()
andPedInventory.FindOrCreate(Type)
) - NEW: Added functions to find an item in the inventory (
PedInventory.FindSingle<T>()
andPedInventory.FindSingle(Type)
, replaces the existingFind<T>()
andFind(Type)
functions) - NEW: Added functions to find multiple items by type in the inventory (
PedInventory.FindMany<T>()
andPedInventory.FindMany(Type)
) - NEW: Added description of the item's in the default inventory
- FIX: Regular Item's (aka not those derivated from StackedItem) are now correctly added to the menu
- FIX: The mod now uses the SHVDN3 weapon classes for fetching the list of weapons, improving performance
- FIX: Items that are empty are no longer included in the user data when saving
- FIX: Items that are empty are no longer listed in the inventory default menu
- FIX: Weapons will no longer get lost when F, M or T use the Ammunation Firing Range (#12)
- FIX: The colors used for the money are now the same as the base game
- FIX: Removed redundant check when adding new items, should improve performance a little bit
- FIX: The
StackableItem.CountChanged
event is no longer subscribed whenPedInventory.Add(Item)
function is called with an item that already exists - FIX; Fixed possible double save when adding a
StackableItem
to aPedInventory
which already has aStackableItem
of the same type - DEP: Updated Harmony to 2.1.1
- DEP: Updated ScriptHookVDotNet2 to 2.11.2
- DEP: Updated ScriptHookVDotNet3 to 3.3.2
1.2.2
1.2.1
- FIX: The Money Count and their Changes no longer overlaps the Ammo Count
- FIX: The Wanted Stars no longer go missing when the mod is installed
- FIX: A Crash when using a mod that requires Newtonsoft.Json.dll with versions higher than 12 was fixed
- DEP: Updated LemonUI to 1.4
1.2
- NEW: Added memory patch for legacy compatibility with mods that use GTA.Player.Money
- NEW: Added text for money that got added
1.1.1
- FIX: Trevor can now correctly use the Wallet feature
1.1
1.0.1
- FIX: Reduced number of checks for Weapon Components, this should improve the game speed and reduce hitches when going over 35 FPS
1.0
Initial Release