burningburner622
Newbie
- Jun 25, 2021
- 79
- 132
i got an update here, sadly i got bad news, i could not get this one working...with CE ? no prob not, but im trying to make this happen in my next release of "hacking in heat"
maybe someone here with some reversing exp could help me on that:
i tryed hooking ActiveCharacterManager::SpawnCharacter and saving the ACM object and calling the original function but its pointing into random memory after scene switch (most likely deleted), the ACM is character speciffic so it only can spawn one char (second arg is "charname" but changing it will crash the game), i also tryed hooking MoveToPOI but it requires a CharacterBase object (i dont have a valid one after scene switch)