Page 1 of 1
How Do I Add Weapons To Inventory?
Posted: Mon Aug 23, 2021 11:49 pm
by Gear2ndGandalf
I’m stuck trying to locate the weapons values and movement speeds for player character on both Silent Hill 2&3 PC versions. Does anyone have advise I can follow to help me locate these dodgy values? This has become something of a great challenge.
Re: How Do I Add Weapons To Inventory?
Posted: Tue Aug 24, 2021 12:02 am
by LeFiXER
Usually this kind of address will be in the Player Struct, locate an address for the player and dissect data structure. Look for values that change when you speed up/slow down.
As for adding items to inventory, you have to locate the IDs in the inventory and know the IDs of each item. Replace the ID and it should replace the item although it is not always so simple. There can be other factors that prevent such a hack.
Re: How Do I Add Weapons To Inventory?
Posted: Tue Aug 24, 2021 12:09 am
by Gear2ndGandalf
How will I locate the player struct? Is there a tutorial out there I can follow?
I don’t know where to begin on locating IDs as all I know how to do is look for changed values. Do I need a hex editor?
And thanks for your advise!
Re: How Do I Add Weapons To Inventory?
Posted: Tue Aug 24, 2021 12:21 am
by LeFiXER
There are plenty of tutorials: Cheat The Game, Stephen Chapman, lowb1t etc.... are some channels on YouTube which can show you how things are done, but of course, you will have to apply that knowledge because it will no doubtedly be somewhat different since no two games are the same.
Re: How Do I Add Weapons To Inventory?
Posted: Tue Aug 24, 2021 12:43 am
by Gear2ndGandalf
LeFiXER wrote: ↑Tue Aug 24, 2021 12:21 am
There are plenty of tutorials: Cheat The Game, Stephen Chapman, lowb1t etc.... are some channels on YouTube which can show you how things are done, but of course, you will have to apply that knowledge because it will no doubtedly be somewhat different since no two games are the same.
Thanks I have added those youtubers Cheat Engine guides to my playlist! You've been a great help!
Re: How Do I Add Weapons To Inventory?
Posted: Tue Aug 24, 2021 12:55 am
by LeFiXER
No problem

.