Additional help needed: WIP Ghosthunter (SLUS-20993) #21
                  
                    
                      hoyiliang
                    
                  
                
                  started this conversation in
                Show and tell
              
            Replies: 1 comment 1 reply
-
| 
         Currently you can already play the game with mouse injection with the current state but there are no cambase sanity checks in any way.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Referring to the tutorial created by @garungorp :
https://www.youtube.com/watch?v=LLtaIrMyQBc&ab_channel=garungorp
I have successfully developed the injection codes until the isPaused flag search and programming.
I am currently stuck in the camBase sanity check section where the tutorial tells me to screenshot the memory region of different save states.
This is because this game has 3 camera modes (which I have mapped them), and they shares a single camBase (and they are kinda far apart with each other).
I do not know exactly where to screenshot. I hope someone is able to progress past this section I'm stuck with and share here. Thanks!
Tips: if you are unable to get the addresses like in the YouTube tutorial, please check in your Cheat Engine settings: Edit -> Settings -> Scan Settings and make sure MEM_MAPPED is checked (by default it is not), then you will be able to find the addresses you need.
Software Information:
PCSX2 Nightly - v1.7.4974
Cheat Engine 7.5
Windows 11 Pro
IDE: VS CODE (with some extensions for C development)
My current WIP files:
games.zip
This zip contains 3 files:
Thanks again for @garungorp to create the amazing tutorial to make the development of this possible!
Beta Was this translation helpful? Give feedback.
All reactions