So after taking a hiatus from Orbiter for finals and other "real-life" obligations I'm back and looking to update my RNS addon and complete my space tug.
The biggest obstical to this, thus far has been coding custom displays for the hud and VCs. I've tried borrowing code from the ShuttleA and Delta glider but unfortunatly the API documentation is rather incomplete for a C++ newbie such as myself, and I don't understand what each line of code is actually doing.
I have two things that have been holding me up.
The first is rather simple.
I want to add some text to the Hud in the orbiter's default "glass cockpit" I've tried copy-pasting the standard sketchpad "hello world" into "callback render hud" but nothing happened. My final objective is to add a "DV remaining in m/s" to the standard hud.
The second is more complicated, I have a .Jpg image created in illustrator that represents the background of a custom display panel. I want to add text to this display based on current vessel state and then paint it as a texture in the VC.
If someone could talk me through the processes for accomplishing either of these it would be much appreciated.

The biggest obstical to this, thus far has been coding custom displays for the hud and VCs. I've tried borrowing code from the ShuttleA and Delta glider but unfortunatly the API documentation is rather incomplete for a C++ newbie such as myself, and I don't understand what each line of code is actually doing.
I have two things that have been holding me up.
The first is rather simple.
I want to add some text to the Hud in the orbiter's default "glass cockpit" I've tried copy-pasting the standard sketchpad "hello world" into "callback render hud" but nothing happened. My final objective is to add a "DV remaining in m/s" to the standard hud.
The second is more complicated, I have a .Jpg image created in illustrator that represents the background of a custom display panel. I want to add text to this display based on current vessel state and then paint it as a texture in the VC.
If someone could talk me through the processes for accomplishing either of these it would be much appreciated.

