Search results

  1. Urwumpe

    Question (proper) Variables initialization

    Just set the the all array elements to NULL, that should fix it. Otherwise, you can get some undefined behaviour in your module, similar to srf. You can also do that in the statement following ":", its actually a comma separated list. ":VESSEL4(hVessel, flightModel), th_group({0})...
  2. Urwumpe

    Orbiter Screenshot Thread

    Yes, but we are in general more liberal here than in MSFS. We can go to air, but MSFS can't go into space.
  3. Urwumpe

    News Changes to the SpaceX BFR rocket.

    Sure raises the heart rate a bit.
  4. Urwumpe

    What music are you listening to?

    "Frowe" is medieval German, about the period of Walther von der Vogelweide or Neidhart von Reuental. You can say, the beginnings of the high German language.
  5. Urwumpe

    Project Nova HLV

    Don't make me get started on AI. :ROFLMAO: My employer wants me to sell it, but I couldn't sell it too me in first place.
  6. Urwumpe

    Project Nova HLV

    Should be good to go. Low tensile strength, high corrosion resistance, gases don't creep as easily into it as in 200 series alloys.
  7. Urwumpe

    Project Nova HLV

    Depends on the alloy used. Stainless steel can last long in hydrogen rich environments, but certain cheap alloys can only handle max. 30% hydrogen environment safely (When it is about something as long-lasting as gas pipelines). Titanium for example suffers much more badly than stainless steel...
  8. Urwumpe

    What music are you listening to?

    Kanonenfieber? He (Noise) uses mostly German language, but since he often quotes lines written in mails by German soldiers in WW1, its often a pretty old kind of German, not necessarily the modern one. But at least not as badly antiquated as it was still common in the 1970s, like talking to...
  9. Urwumpe

    Discussion Trying to render a functional VC (starting small)

    I meant that I just repeated, what the compiler log already said. :D I felt a bit silly about it.
  10. Urwumpe

    Discussion Trying to render a functional VC (starting small)

    That is a syntax error. (Yes, Captain Obvious) If you invoke a function (so it gets executed), you don't need to specify the types of the variables a second time. In your function, all you need is merely "RedrawPanel_MFDButton(surf);"
  11. Urwumpe

    Discussion Trying to render a functional VC (starting small)

    In the ASCII rogue-like community you can also find many such textures with characters to use. Maybe thats quicker.
  12. Urwumpe

    Discussion Trying to render a functional VC (starting small)

    Make a texture where every button has its tiny square, mark it "D" for dynamic, paint the button labels on the texture.... I don't know now which callback was the right one for that, need sleep. Maybe it was clbkMFDMode, maybe clbkAnimate.
  13. Urwumpe

    News Changes to the SpaceX BFR rocket.

    Its just a flesh wound.
  14. Urwumpe

    Question What games are you playing?

    Regarding ship simulations, this new one looks surprisingly good from the concept: https://store.steampowered.com/app/3367430/Battleship_Command/
  15. Urwumpe

    Project Shuttle PB mark II

    Ahhh retrograde thrusters, not retro burn thrusters.....
  16. Urwumpe

    Project Shuttle PB mark II

    Isn't 4 x 110 N + 4 x 1/2 x 110 N (all aft pitch thrusters at the same time) enough for retro burns?
  17. Urwumpe

    Discussion Trying to render a functional VC (starting small)

    There, I would rather do a holotank. Which is of course Lostech in the Inner Sphere since the fall of the Star League, but standard equipment for Clan warships.... Damn, I wish I would have time to do some Battletech spacecraft.
  18. Urwumpe

    Project Soyuz 7K-T Custom

    I think the Clients for O2016 were simply more permissive than in O2024.... but the DX9client also cared for the D flag much more than the default Orbiter client.
  19. Urwumpe

    Discussion Trying to render a functional VC (starting small)

    That is right - the hints in the editor are merely that. Hints. Even just pressing enter can make then appear or disappear. What really counts is, what the compiler says. And that can differ a lot from what the editor says, since the compiler uses ALWAYS the ultimate correct settings and paths.
Back
Top