I wrote code for 1.13d using the various address pointers and structs to query memory and control support players. I’m wanting to update the code for use with 1.14d. Can someone point me towards updated pointers & structs? thx
Hi!
Sorry for the long wait. I am uncertain if this reference will be helpful as you may be asking for access to the actual memory locations. Those I do not have. The following was shared with me by @5noop. It helped to solve a function call issue that I was having a heap of trouple with. I hope this is helpful to you. You may wish to look around the same github address as the attached link, so as to see if there are other resources which may help, too.
https://github.com/D2etal/Etal/blob/master/D2NT/scripts/libs/controlInfo.ntl
Etal was never updated for 1.14. There might be lists of 1.14d pointers on forums like ownedcore for example, but you can probably find most of the references you need in the d2bs source code https://github.com/noah-/d2bs
Or worst case you can always fire up cheat engine and IDA to find what you need.
Good luck!
Thanks to both of you - hopefully I’ll find what I need. I really appreciate it.