bloodaxis wrote: ↑Wed Aug 12, 2020 4:08 am
Naturally if you finish the game and start another ng+ you'll be able to buy everything.
..or don't buy anything at all (like I did so far) that requires Bluegleam and take your time
There's a shitload of side quests to do.
Aaaanyway.. Here's how to get PERFECT
Invisibility.
Remember how in the table you have an item called
AIFaction? You see it in 2-3 places (LocalPlayer at 0x80, Entity at 0x228 and ControlledEntity at same offset, 0x228).
If you browse the pointer in memory for your Entity, you will see this:
And if you scroll a little bit further, you will see this:
So copy that address and replace yours with it (e.g.: in my case, I replace 000001100036C900 with 000001100036CEA0).
[before]
[after]
Now you are
Neutral and won't be bothered by Machines, Animals, etc.
Try it out.
Works even if you attack Machines; they won't retaliate and attack you. For Animals.. once you hurt them, they start to run. But won't run when they see or hear you! Applies to your allies as well if they're in your party (Player's group).
If you wanna script this, note there are some BOOL values starting with offset 0x70 in AIFaction structure. You can debug that area and see what's up:
Or maybe there's something else in the AIFaction structure that doesn't trigger AIs reaction to the Player. Haven't tested, but feel free to discover on your own
BR,
Sun