Connect C++ App with my Game

E

eldinhelja

Guest
Hello, I want to create c++ app which will get some input from user and then transfer that data to my game. Then my game will recognize that data and store it into variables.

For example in c++ I want to write :
myGame().x = 5;

And in gamemaker I already declared that variable X.

Can you help me ? Is this possible ?
 

Tthecreator

Your Creator!
Depends on how it is done.
You could do something with dll's or create a .ini file inside the game's appdata folder. (or any other type of file for that matter)
Also you could setup in internal network server referring to localhost.
 
Top