Alright, I spent my weekend trying to make this work, but I can't figure it out.
I have been trying to edit the camera so it doesn't always look on the ground. I never liked that and this time, I wanted to finally fix it.
I thought I could hex edit the game and fix it that way and I can change it while the game runs, but it seems this information isn't stored in the vampire.exe
Below you can see the hex values to edit in order to change the camera angle:
8C 43 00 00 / AA 43 00 00
It looks like whereever this information is, it is transferred to ntdll. Finding where it is originally stored proved too difficult for me. Any ideas?