General Question Tutorials you would like to see

MJR

C++ developer in the mix
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 19, 2008
Messages
2,447
Reaction score
5
Points
0
Location
United States
I have came up with an idea. What type of tutorials would you like to be uploaded to orbit hangar for your benefit? I think this would cut down a lot of the questions newcomers have on the forum.
 
-Long Term Atmospheric flight
-Multistage2.dll

I am currently making a spacecraft3 tutorial, so that should be coming out within the next week or so, if I get my butt in gear
 
I think I can make a multistage2 tutorial. What would you like to see included in it? With the long term atmospheric flight, are you talking about the DGIV, planes, or what?
 
I think I can make a multistage2 tutorial. What would you like to see included in it? With the long term atmospheric flight, are you talking about the DGIV, planes, or what?
Multistage2: How to use the darn thing (just include a bunch of examples). Also, how to make a guidance program would be nice

Atmospheric flight: Last time I tried it, it was with an XR-2. But ships like the DGIV and XR Vessels are what I was refering to...basically, ships that aren't meant for long term atmospheric flight (Or, if this would be easier...a sub-orbital tutorial)
 
Oh, so basically how to make multistage spacecraft and what the ini. should look like?
 
Oh, so basically how to make multistage spacecraft and what the ini. should look like?
Yup, pretty much
And, explain WHY you are doing things
 
Alright. I probably will have it done in one to two weeks depending on how busy I am with the gym and other things. *Wink wink*

---------- Post added at 11:45 PM ---------- Previous post was at 11:08 PM ----------

Actually it might take two weeks.
 
I will start working on the DGIV tutorial.
 
Anything else coming to mind for you guys?
 
Space Shuttle Ultra tutorials.
Shuttle Fleet's scenario elements detailed explanation.
 
Explanation of the reference frames in Orbiter and how to calculate the orientation, speed etc of vessels in code. Explanation of how the various orbit parameters are calculated by IMFD or free orbit MFD in code. What functions are to be used - what are the peculiarities associated with them. A list of programming tips and tricks by those who have published DLL add ons. Like the Surveyor vessel tutorial in Wiki.
 
Space Shuttle Ultra tutorials.
Shuttle Fleet's scenario elements detailed explanation.
That sounds good. I guess I can start working on one then.
 
I'd love a good generic tutorial on how to successfully de-orbit using aerobrakeMFD and intercept/land on a runway using MapMFD and HSIMFD with vehicles like the XR5 and space shuttle

Such a beast may already exist, I haven't looked very hard (yet) but that's what's giving me trouble at the moment
 
A tutorial for newbies on C++.
:ditto:

I've printed out the tutorial found on the Orbiter wiki, but haven't tried it out yet. Has it been 'validated'? I mean, has anyone tried it out with success?
 
The problem of most of C++ tutorials is that they are oriented at learning how to make from simple to complex "Hello world" programs, instead of focusing specifically on creating DLLs for Orbiter(MFDs or vessels for Orbiter).

It is like teaching about how to use notepad without talking about .CFG file structure.
 
Earth to mars from earth orbit. All the tutorials I've seen are from the ground. Been wanting one of these a while now.
 
Back
Top