So okay first version of the Inventory Reader:
Note : its not "Add Item" Stuff!
This script will filter based on a list of hashes and if its found (in your inventory) you can easily edit your money/ammo/health-kits/crafting components.
If script is activ you will see the
Item Filter will have a default value of
Items.money you can change it if you click on it (the game likes to be in the foreground - so you may have to alt+tab to the input field to make it visible)
now open the inventory backpack or crafting menu and the Amount memory record will now populate and you can change the amount.
The
Items hash list is huge and most of the stuff is probably useless, but im not far enough in the game to test everything, so feel free to test & report which Items are working and how they are named in the game!
some names may be "strange" e.g the default first ait kit(heals 15%) is called
Items.BonesMcCoy70V0
the 40% health kit is
Items.FirstAidWhiffV0
In my crafting inventory i have common and uncommon materials -
Items.CommonMaterial1 and
UncommonMaterial1 works to get the pointers (if i open the crafting menu)
so im sure the other components e.g
Items.EpicMateria or
Items.LegendaryMaterial will also work
on the bottom of the list you will find every ammo type, to populate them just swap to the weapon that uses this ammo or open your backpack/crafting menu.
This Inventory Reader will work for Steam & GOG!
PS:
Nades are not a
gameStackedItemData type so the Inventory-Reader can't find nades.
Nades =
gameBlueprintStackableItemData.