So I was looking at the source code for an old mod, of which the creator apparently hasn't been online for a long time, and is not responding to messages with the intention of porting it to SE, and the code here is, from what little I understand of SKSE plugins, insane. https://puu.sh/CL9ls/de488fe621.png It's using direct memory address manipulation, which doesn't seem to be the kind of thing any other plugin author does. Furthermore, looking online, I can't find any reference to the memory addresses he's using, which makes me wonder how he knew to manipulate them. How exposed are Skyrim's memory addresses, and is there a resource that I can use to understand what he's writing over here? Thanks for your time.