Search results

  1. V8Li

    LUA PITCH script (lock Elevators angle / Pitch RCS power)

    I'm using Orbiter with the stock DG and Shuttle (still a big fan) with my laptop from time to time so I don't always have a joystick available. Since I don't use autopilots and the vsls. -as most of you know- don't have much trim angle I can't do a reentry at high AOAs and have to land very fast...
  2. V8Li

    Question XR1 replay flight

    I remember doing this with the stock DG and I can't with the XR1... I have 2 of them (XR1s), got one into orbit, recorded the flight and I want to play it back and fly the other one in the same orbit, close by, basically a flight formation. The problem is I can't start the APU, use any buttons...
  3. V8Li

    Reentry techniques

    I've finished another mission with my XR1 today. I was on my way "home" from the Moon and I did 2 aerobrakings to take the Ap from 400k Km to about 10k Km. I was low on fuel and decided to do a third one, in which I got the Ap to a 200Km value (I was targeting 150Km to set a standard orbit that...
  4. V8Li

    Dynamic pressure and temperature relation

    Hi! Do you know of any formula that calculates the surface temperature depening on dynamic pressure and friction coefficient of materials mainly? I wasn't into physics in school and was not able to find anything usefull on the Internet. I want to be able to read vessel temp similar to how...
  5. V8Li

    oapiCameraGlobalDir

    I have this simple code: VECTOR3 *C; oapiCameraGlobalDir(C);And I am calling later in the code the x, y and z like this: C->x, C->y, C->z. I am doing something wrong since I get this warning message: warning C4700: uninitialized local variable 'C' usedPlus I get some crazy values in Orbitersim...
  6. V8Li

    HUDdataMFD

    Hi. "HUDdataMFD allows the user to display available MFD data like the speed, ACC, VS, VACC, Altitude, gForce etc. on the screen, mainly during critical moments like landings, ascends, orbit insertions or reentries." Something like this was requested a while ago and it was a nice project to...
  7. V8Li

    afxres.h in VC++ 2008

    I'm trying to add more trim to the DG that comes with orbitersim and is included in the SDK. I have the VC++ 2008 (the free version) and I get this error: DeltaGlider.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. It turns out that the afxres.h is not included in the VC++ 2008...
  8. V8Li

    Reading the acceleration

    I want to get the value of the ACC from SurfaceMFD. Is there a way to get it from what the API offers (vectors) and if so what's the formula?
  9. V8Li

    VC++ 2008 help

    Hi. I finally got the VC++2008 and decided to give it a try to learn the basics. I have some questions: 1: I've built the ShuttlePB.dll. And the file is smaller than the original, the original is 32Kb and mine is 24Kb. I've only modified it so that the ship is 5000Kg and not 500Kg, no...
Back
Top