Reading a single variable during a game
Posted: Sat Jan 23, 2010 6:12 am
I am using VB to control a game (really a simulation with discrete time stops) so that I can process data/results from the current time step. I then will rewrite the .cin/.gin file and run the next time step. I have some complex decision processes that are much easier to code and run in VB. My issue is that I can't figure out how to read a single variable value from my current time step without dumping the .vdf file and picking out my single value.
I have no user interface with the game, I am only using VB to control it.
I have no user interface with the game, I am only using VB to control it.