View previous topic :: View next topic |
Author |
Message |
Dark Memes How do I cheat?
Reputation: 0
Joined: 22 Dec 2024 Posts: 2
|
Posted: Sun Dec 22, 2024 12:15 pm Post subject: Finding What Spawns Entities |
|
|
Game: Resident evil 4 HD (2005)
I'm trying to find out what exactly spawns enemies/NPCs because the end goal is to spawn a NPC next to Leon (Main character). I've tried memory searching and ultimap but I'm not having much luck after a few days. Can someone give me some ideas on how to find out what spawns things in this game?
I can find enemy health and my player ID/attributes fine but no dice on spawning.
|
|
Back to top |
|
 |
trifidix Newbie cheater
Reputation: 0
Joined: 11 May 2022 Posts: 16
|
Posted: Thu Dec 26, 2024 7:43 pm Post subject: |
|
|
never worked with RE4 but in general I'd start by finding some property of the entity (such as health), look at what writes to it when it gets spawned and just backtrack through the function calls until you find like a spawnEntity function which the game surely has somewhere, and it most likely takes some entity ID, coordinates of where to spawn and such as its arguments
|
|
Back to top |
|
 |
Dark Memes How do I cheat?
Reputation: 0
Joined: 22 Dec 2024 Posts: 2
|
Posted: Thu Dec 26, 2024 11:47 pm Post subject: |
|
|
I had no problem finding the health, but even back tracing I was unable to find anything related to spawning. In the game, all the spawns are static and are loaded in as soon as you load in. Except where if you kill 1, it MAY spawn another if that area calls for it.
Counting up/down enemy counts, tracing the health, or doing a ultimap didn't get me the spawn function. Ultimap took to long to scan so I'd like to avoid it if possible. I'll give another shot at that health though.
|
|
Back to top |
|
 |
|