I want to build a train controller for Densha De Go (Let's GO By Train) on PCSX2.
Here's what I got:
from Cheat Engine, I knew that these addresses correspond to these information:
202C14B8 ---> Throttle's position
202C14BC ---> Brake handle's position
I want my controller at the very least, to compare the physical position of the throttle and the brake handle with the in-game one, then act accordingly by either modifying the value directly or by emulating keystrokes to increase or decrease the in-game control.
Here's the question:
- can an Arduino listen to or monitor the aforementioned address?
- can an Arduino modify these values directly?
This is my first post and I do not have any previous experience with Arduino. Any suggestions would serve as inspiration for me and help me greatly
Thank you