Search results

  1. n72.75

    Orbiter 2024 Release

    I can't think of anything else without knowing more about what's going on "under the hood". If you disable the graphics client and load in console-mode only, does it crash? What we might need to do, is have you build the debug version, attach the debugger and see where exactly it crashes in...
  2. n72.75

    Mine, Yours, Ours: Way to Upload Add-Ons by Development "Teams"?

    Didn't wr have the ability to add up to 10 authors to an addon here? Or did I completely imagine it.
  3. n72.75

    Problem UNABLE to get off the pad using Orbiter 2024 - ???

    There should be no issue with the D3D9 DLL location. It's in the same place for me. What jumps out immediately to me is that the log seems to have cut off earlier than what I'd expect. This is more or less what it should look like (I have a few settings that are different): **** Orbiter.log...
  4. n72.75

    Orbiter 2024 Release

    You can use the 2016 high-res textures. The 2016 textures are level 19 max. Orbiter 2024 supports up to level 21, however no level 21 textures exist yet. These would be absolutely massive in size (hundreds of GB). If you already have a 2016 install with the high-res textures, you can add...
  5. n72.75

    Question Using Mesh as Planet

    Ahh, so the meshes appear to be in the wrong position, based on where the camera position?
  6. n72.75

    Project Space Shuttle Vessel

    That sounds like you're missing a mesh. Try reiïnstalling. Make sure you're preserving the directory structure of the files getting copied in. It could also be something like anti-virus or file permissions (don't install in Program Files), but check the above first.
  7. n72.75

    Linux playground

    Orbiter is the one application preventing me from going full-time Debian.
  8. n72.75

    Humor Random Comments Thread

    The name "Dark Matter" is a confusing the name, because it sounds like "mysterious dark stuff". Dark Matter is not some mysterious dark stuff, that is there to balance an equation. It goes a bit deeper. All "Dark Matter/Energy" is, is: "The solution to the observations". What we observe...
  9. n72.75

    Orbiter 2024 Launch readiness

    I think it was a PR to another branch. "orbitersim/latex_doc_update" There is a pull request for  that branch into main. There may be a small merge conflict with CMakelists.txt but I tested out rebasing/merging on my local branch and it was pretty easy to resolve.
  10. n72.75

    Orbiter 2024 Launch readiness

    @GLS does the API Reference currently build with ORBITER_MAKE_DOC on? I'm not finding it, but the others build just fine for me.
  11. n72.75

    General Question I don't understand some orbital trajectory perturbations

    It should be pretty easy to add new integrators here: https://github.com/orbitersim/orbiter/blob/e0727d026881d179a6514f1e2f85c3458fc4b2a9/Src/Orbiter/BodyIntegrator.cpp if we want to. It would be very cool; I think the necessity is probably vanishingly small. I fully support adding it to future...
  12. n72.75

    General Question I don't understand some orbital trajectory perturbations

    I agree. I think the challenge with any navigation tool is that we typically want the "best" solution, which for the average Orbiter user is probably something along the lines of "fast and accurate enough to do with a vessel that has 50km/sec of DV", for an NASSP user that may be: "rendezvous in...
  13. n72.75

    General Question I don't understand some orbital trajectory perturbations

    GMAT is a good option. GMAT's internal propagator functions are comparable to Orbiter's. IMFD is the most accurate tool that we currently have...but I don't believe it accounts for every perturbation source. (radiation pressure, n-body). It also calculates trajectories with large step sizes...
  14. n72.75

    Orbiter 2024 Launch readiness

    I think this can be merged.
  15. n72.75

    Orbiter 2024 Launch readiness

    I have not reread everything yet, but once, I do, and pending any typos. I think it should be merged. If we consider the state of bugfixes and improved documentation especially in comparison with O2016 and O2010 at the time of their release. I think we are in really good shape; comparable or...
  16. n72.75

    Question Time acceleration management

    Would having better controls/custom limits in Orbiter be useful? If you're checking and setting the time aceleration in clbkPreStep you can run into the issue where you run one timestep at a high aceleration before it gets reset back to what you're code is trying to control....idea for a future...
  17. n72.75

    Is there an analytical solution for time to intercept?

    There can't really be an explicit analytical solution. It would require, at minimimum, an explicit formula for the perimeter of an ellipse. And the aceleration as a function of time while traveling along an elliptical path. The way to actually determine this is by solving Lambert's Problem. It...
  18. n72.75

    hello everyone!

    welcome to the forum
  19. n72.75

    Resolved Website link dead for Antellope Valley high res textures

    Download Mirror 1: http://orbit.medphys.ucl.ac.uk/mirrors/orbiter_radio/tex_mirror.html
  20. n72.75

    Orbiter 2024 Launch readiness

    I have a PR to your branch for moving the gravity models credits to their own section. There are a lot of things on that TODO list... Could we prioritize it into "necessity" and "nice to have"?
Back
Top