Search results

  1. kuddel

    Unable to deploy EASEP

    This post has the documentations (page 16): https://www.orbiter-forum.com/threads/nassp-installation-information.43603/
  2. kuddel

    News Changes to the SpaceX BFR rocket.

    A classic! :D
  3. kuddel

    What music are you listening to?

    Same Song, but now the "official visualizer" - quite fitting to this forum ;)
  4. kuddel

    Problem D3D9 not working with orbiter 2024

    Did you install the DirectX 9 Windows Drivers (a.k.a. Runtimes)? Direxct X 11, 12 or whatever Windows 11 ships with, does not contain Direct X 9! ...can be found here: https://www.microsoft.com/en-us/download/details.aspx?id=8109 Or read the Documentation D3D9Client.pdf chapter "Requirements" ;)
  5. kuddel

    Project James Webb Telescope Add-on

    GC stands for Graphics Client. Here "special" configurations for rendering are placed that the "inline client" does not understand.
  6. kuddel

    Updates Artemis II

    Thanks for the nudge into the right direction! I found it here: https://ntrs.nasa.gov/api/citations/20205001579/downloads/SLS Engine Out.pdf Alternate MECO Target
  7. kuddel

    Updates Artemis II

    Hi there, as I'm not so familiar with the Artemis acronymns (yet, compared to previous launch systems), can anyone tell me what "AMT" means? From a lauch timeline "transcription": 00:18 Integrity, good roll pitch. 00:21 Roger, roll pitch. 00:26 Houston, now controlling the flight of Integrity...
  8. kuddel

    Multi-language support

    No it didn't sound harsh. It is just your reasoning - nothing wrong with that. I just wanted to give my impression & experience input. Please do not read it as "you have to do it this way!" :)
  9. kuddel

    News European small launch vehicle start-up news

    ...and I was a bit angry when my ISP had a multiple hour issue exactly 1 hour before launch... So maybe I get a second chance to watch it live. You never know what anything is good for 😜
  10. kuddel

    Multi-language support

    It is much more easy to have all translations in one .po file. No multiple translations of "cancel" for example. If it has been translated once it's enough! Having to look for all "cancel"s in all files is heading for desaster. That's at least my experience. If one "concel" is special (because...
  11. kuddel

    Tutorial Frame by frame animations in Orbiter

    The flexing of the PLSS however would make me nervous. ...is not what it should do! :D
  12. kuddel

    Problem Unable to turn off monitor when not playing

    Maybe (if your monitor is HDMI) you could check if you can disable HDMI-CEC on your monitor. It is the monitor that "tells" Windows: "I'm off", so maybe if that message is not sent/received it might help. A similar option might be available for DisplayPort, but I have no idea how it might be...
  13. kuddel

    Multi-language support

    ...what could be left to ask :D. That was a very informative reply. But to be honest, I don't think I'll try to remember all of it 😜 I do remeber however the large code-changes that some cases (grammatical case) introduced to the code-base back then. If orbiter should provide real multi-language...
  14. kuddel

    Meshing Question Textures convert

    Just to remind users of Paint.NET : When you select to "save as DDS...", the Dialog to change the "sub-type(s)" will open after you've choosen a filename...
  15. kuddel

    News Gallery of add-ons in development

    ...what' better than delta-V? More delta-V ! ;)
  16. kuddel

    Multi-language support

    .po/.pot Files are not that complicated once you have tweaked some. The only "not so easy to understand" thing might be the selection of different plurals depending on a number. Some languages do not only have one singular and plural form (If I remember correct polish has a concept of "one"...
  17. kuddel

    Updates Artemis II

    ...so it must be the white-room that is constructed wrong, right? :p
  18. kuddel

    Question Implementing XRSound in Lua?

    As Gondos said: This feature is not (yet) available in Lua. For whom it might concern, here's a little description: All the API methods first only exists in "C++ Land". For every C++ API method a "Translation" into "Lua Land" has to be implemented. That Translation however has to be implemented...
  19. kuddel

    Question Implementing XRSound in Lua?

    My expertise in Lua is very low, but if you could write a Lua Test and add it to the automatic tests for Lua it would be very helpful. In here: Script/Tests/GeneralApiTest.lua It could be "commented out" in the first step, so as soon as somebody implements the feature (in C++) the test can...
Back
Top