So I play an indie flight simulation game in Windows. I want to add a specific feature by means of creating a third-party apps/addonsadd-on.
This apps will "link" and gather current altitude and position data from the game. My program will play sounds during certain altitude and airplane configconfigurations (its called GPWSit's called GPWS). I
I have seen the same thing done in an online RPG game where thisan external program countcounts damage dealt fromin the game (which requires peeking toat the game's variablevariables), so I think this is very possible. My
My question is:
- What is this data-gathering called as? I googled many termterms like hijacking or linking but the result is not what iI meant.
- Where can I learn more about this? And howHow do i create program like this? I dontdon't mind if its in other languagelanguages like Java or VisualBasic. AlthoughVisual Basic, but my basicmain experience is in C++.