View previous topic :: View next topic |
Author |
Message |
nicholas1020 Newbie cheater
Reputation: 0
Joined: 05 Jul 2016 Posts: 11
|
Posted: Tue Jul 12, 2016 7:10 pm Post subject: Locating Item/ weapon Id |
|
|
What is the best way to locate an item/ weapon id in a game. I'm current trying to implement and replace items in my inventory. Last request, is there any way to spawn an item/ weapon in my location next to me, any replies will be very much appreciated, thanks.
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Tue Jul 12, 2016 7:17 pm Post subject: |
|
|
Depends on the game.
If you're lucky, it will be one of the values within the same structure as the item's quantity.
When there are inventory slots, you can search unknown initial value, changed, and unchanged as you move an item into and out of the same slot.
Some games spawn an item's entire set of data for stats, name, image, etc. You won't have much luck finding and changing those.
Spawning your own item isn't something you're likely going to be able to accomplish.
|
|
Back to top |
|
 |
nicholas1020 Newbie cheater
Reputation: 0
Joined: 05 Jul 2016 Posts: 11
|
Posted: Tue Jul 12, 2016 7:30 pm Post subject: |
|
|
Makes sense, I'm currently trying to modify my inventory in resident evil 6. Ideally I would like to cross over weapons from one story line to the other. I've tried to achieve this through a save editor with no luck, so I'm hoping I can achieve this by modifying these values in game by freezing the address. Thanks for the input I'm going to try this out when I get home.
|
|
Back to top |
|
 |
|