- Messages
- 120
- Country

I'd like to write my own app to create and edit my own cockpit VC views. I've read some of the docs on the aircraft.cfg file structure so I know they contain the camera views I will need to create and use.
I don't know if I need to be using SimConnect for this kind of project? It seems to me that what my app needs to do is edit the .cfg file and reload it. I don't think I need SimConnect to do this but I don't know what else I might need to be doing with FSX to make this work.
I'd like to create a new camera view and use my app to set the axis values in real time to see the effects of the changes. I'm not sure what the sequence is to do that. Meaning, do I load the .cfg file into memory and make changes in memory and somehow update FSX in real time? Or so I have to actually save each small edit change to disk and reload the .cfg file before I am able to see the change in real time? Not having done this before, I don't know what the steps are to make this work that way.
I'm not even sure I need to use SimConnect.
Thanks for any help and pointers...
I don't know if I need to be using SimConnect for this kind of project? It seems to me that what my app needs to do is edit the .cfg file and reload it. I don't think I need SimConnect to do this but I don't know what else I might need to be doing with FSX to make this work.
I'd like to create a new camera view and use my app to set the axis values in real time to see the effects of the changes. I'm not sure what the sequence is to do that. Meaning, do I load the .cfg file into memory and make changes in memory and somehow update FSX in real time? Or so I have to actually save each small edit change to disk and reload the .cfg file before I am able to see the change in real time? Not having done this before, I don't know what the steps are to make this work that way.
I'm not even sure I need to use SimConnect.
Thanks for any help and pointers...
