Search results

  1. M

    C++ Question DelThruster

    I created another group, THG_USER and everything works well. I tried to use SetThrusterResource, but I take issue with the power setting. Thank you all for your help :cheers:
  2. M

    C++ Question DelThruster

    How strange...I use the white backround :shrug: If I write in red is ok?:cool: I already tried this option(SetThrusterLevel),but it produces problem with the adjustment of engine power,if I press Ctrl and + does not work,only work by pressing + and go quicly to full power Sorry...
  3. M

    C++ Question DelThruster

    you see? if (cover_proc >=0.01) { SetThrusterMax0 (th_main[0],0 ); SetThrusterMax0 (th_main[1] ,23045); } if (cover_proc <=0.01) { SetThrusterMax0 (th_main[1] ,0); SetThrusterMax0 (th_main[0] ,14700); } In this mode does not work I changed this.... // animate cover jet engine...
  4. M

    C++ Question DelThruster

    Hi guys, I have created this code for my vessel engine: // main thrusters th_main[0] = CreateThruster (_V(0.0,-0.0,-2.91), _V(0,0,1), MAX_MAIN_THRUST, ph_main, ISP); th_main[1] = CreateThruster (_V(-0.0,-0.0,-2.91), _V(0,0,1), MAX_JET_THRUST, ph_jet, ISP); CreateThrusterGroup (th_main, 2...
  5. M

    Problem NAV MODE dont work in VC

    I do not know, 262 are the pixels of the bitmap, I tried in spherical mode and does not work, the lights come on properly, even the exit of the gear works fine with the mouse ---------- Post added at 11:42 AM ---------- Previous post was at 12:15 AM ---------- I modified the code in this mode...
  6. M

    Question Shuttle Panels

    AtlantisPanels1.5
  7. M

    Problem NAV MODE dont work in VC

    I tried a thousand times but does not work, the lights come on properly, keyboard works, it is only with the mouse I can not run. If anyone can help I would be very happy, thanks:hail: oapiVCRegisterArea (AID_NAVMODE, _R( 0,0, 262,32), PANEL_REDRAW_MOUSE|PANEL_REDRAW_USER, PANEL_MOUSE_LBDOWN...
  8. M

    Gaming Favorite video game?

    IL2...all series
  9. M

    SDK Question Pen and Brush definition in Orbiter 2010

    this is my code if you can help: Vessel.h public: void clbkDrawHUD (int mode, const HUDPAINTSPEC *hps, HDC hDC); private: bla-bla-bla ); HINSTANCE hDLL; HFONT hFont; HPEN hPen; HBRUSH hBrush; Vessel.cpp void Vessel ::clbkDrawHUD (int mode, const HUDPAINTSPEC *hps, HDC hDC) { //...
  10. M

    Problem I need some help (Anim8or+transparencies)

    Is not a problem of anim8r,The problem is that you can not see items covered by glass, but there is no solution about
  11. M

    Problem I need some help (Anim8or+transparencies)

    I believe that there is no solution, behind the transparency only see objects that are part of that, try putting a DG behind the glass, he should be gone .... I think
  12. M

    Problem I need some help (Anim8or+transparencies)

    One question, two balls and the glass part of the same object?
  13. M

    Problem Load and Save State

    Thanks! Now everything works properly as it should :tiphat:
  14. M

    Problem Load and Save State

    Thank you very much Now saves correctly Adding more moving parts but are still at the starting point. What I wrong?:idk: #define STRICT #define ORBITER_MODULE #include "orbitersdk.h" #include "ssi.h" #include <math.h> #include <stdio.h> #include <iostream> #include <stdlib.h> #include...
  15. M

    Problem Load and Save State

    Hi guys I have a problem with saving the state of the scenario. I have a door that I would like to open and close, and save the state in the scenario, but every time I start the scenario the door is always closed. What's wrong? // -------------------------------------------------------------- //...
  16. M

    Launch News X-37B on Atlas V from Cape Canaveral

    YouTube- Launch X-37B on Atlas V 501 Boeing X-37 :cheers:
  17. M

    Problem Death Star issues

    You need a graphics card powerful enough, my deathstar has a very high resolution textures with very large, I think that's the problem, or try to post more log orbiter, another solution is to make a low-resolution version
  18. M

    Problem Death Star issues

    Sorry guys And there are small errors that crash the desktop, I can just solve the problem even on OHM. Open the Meshes folder,and rename the file DSHANGAR.msh to HANGAR.msh Open the Config>Spacecraft>DSTAR.ini and change MESHNAME="TIEF" to MESHNAME="D_STAR" :cheers:
  19. M

    Problem Death Star issues

    post your orbiter log
  20. M

    Discussion Space: 1999 updates ?

    Hi This site contains very well-made models of eagles and much more http://www.space1999.org/gallery/cgi_models_meshes/index.html :cheers:
Back
Top