Porto
  • Buy
  • Community
    • Forums
    • Videos
    • Users
    • Education
  • Content
    • Crafts
    • Sandboxes
    • Systems
    • Celestial Bodies
    • Mods
  • Development
    • FAQ
    • Blog
    • Roadmap
    • Suggestions
    • Presskit
  • Register / Log-In
1,944

TheVizzyLucky's Comments

Show Best
Best Newest
View Profile
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario For multiple Displays: Move the Create Label block and the whole second part (everything under the second orange block) to the MfD that should render the text and replace the text in that orange block with a new name. Then, go to the MfD with the Button and put a new receive message with data. Replace message with btnClicked (or whatever name you use). Finally, put a Broadcast message with data 0 to craft under that and replace message with the name you used in the MfD that shows the text. Once your done, the MfD with the button should contain: 1. The same first part as before (except for the Create Label) and 2. This (Important: I accidentally used Broadcast showText with data 0 in this picture, you need to use Broadcast showText with data 0 to Craft instead). The MfD that shows the text should contain 1. the Create Label block you moved there from the other MfD and 2. the second part you moved there from the other MfD (visually: The picture under 3. Broadcast).

    This probably all seems quite complicated (especially because I currently can barely add any pictures), so try following this step by step - read one sentence, do that and then read the next sentence - I hope this helps


    For a better Button: You can only change the rectangle's position, size, color and rotation. For anything else, you have to use other widgets (like Ellipses).

    4 months ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario Pictures added

    4 months ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario I'm currently quite busy because of Easter, I don't know if I can add the pictures today. Gonna try my best though!

    4 months ago
  • Profile image
    How do I make changible text for the Display Screen

    @lafario So the display screen is a MfD?

    4 months ago
  • Profile image
    How do I make changible text for the Display Screen

    @lafario What is "it"? You can't click a vizzy, you need a part that can be clicked (or an AG). What should that part / AG be?

    4 months ago
  • Profile image
    How do I make changible text for the Display Screen

    What should be clicked? A Button on a MfD or an AG?

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario If target node can't do it, I don't know what else could, but a second target node won't help

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario That‘s strange, as far as I know target node ... should work for crafts

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario Doesn‘t it already work on crafts?

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario Best I could find is this. It gets you within 3 m/s on the default plane.

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario You used 2 different AGs. First you used 3, then 1.

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario I‘ll send you a pic later, currently can‘t play. You should be able to control the thrust once the AG is disabled though, can you send me a pic of your program?

    4 months ago
  • Profile image
    Profile Picture

    @VectronTechnologies Often not what I asked for, but at least they look good.

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario Or you could try sqrt(x - speed) / 10

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario If the thrust is too low, put a lower number where the 30 is (like 20 or even 10). That should improve it.

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario In case you do: In this (gif again) program, the values are calculated. Depending on how strong your engines are, you might have to change the 30 in the / block. I didn't use if ... else ... here because the calculated value is already 0 when you're too fast.
    Edit: If the link doesn't work again, try this

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario You mean for auto throttle?

    4 months ago
  • Profile image
    Profile Picture

    The GPT I used: ChatGPT - image generator

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario Wdym make Throttle smoother? And for the targeting:

    while (True){
    wait (until activation group 1)
    set variable X to user input (Enter target:)
    target X
    Set activation group 1 to (False)
    }

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario Instantly isn't possible. Vizzy can control the craft like a player does, but it can't cheat (which instant speed / altitude changes would be).

    4 months ago
  • Profile image
    How do I give a craft a set speed using commands and activation groups?

    @lafario You could try sth like this. Basically, it repeatedly checks if you are too slow (in which case it goes full throttle) or if you are too fast (-> Throttle 0%).

    4 months ago
  • Profile image
    Last part of coding.

    @lafario No problem

    4 months ago
  • Profile image
    Last part of coding.

    @lafario Perfect, now you just have to put a "Wait 1 second" in front of everything else. Then, it should work.

    4 months ago
  • Profile image
    Last part of coding.

    @lafario Try this link

    4 months ago
  • Profile image
    Vacation

    @Babrivin1946 Thanks! I'm already back, but I did.

    5 months ago
  • Profile image
    Last part of coding.

    @lafario Once you're back: The link I sent you is a gif, but you'll have to wait a bit until it starts. In the beginning, it's the same as the 2nd image, but then it shows what you have to do.

    5 months ago
  • Profile image
    Last part of coding.

    @lafario https://i.im.ge/2025/03/26/p02G8P.az-recorder-20250326-181809.gif

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Deshalb will ich, dass man sie ausblenden kann. Sie sind nur für Mondmissionen und Gravity Assists sinnvoll.

    5 months ago
  • Profile image
    Last part of coding.

    @lafario This time it's the first part of the Wait until. You need to put the misc Grounded in a not(), and that not(misc Grounded) in the ( ) and ( )

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Aber ich kann (wahrscheinlich aber auch in einem Update) versuchen, von AGs auf Buttons umzustellen. Dann kann man immer noch wählen, hat aber trotzdem alle AGs frei.

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Das Problem mit Monden ist, dass Ellipsen auf MfDs immer bunt ausgefüllt sind. Wenn man nur eine Ellipse hat (für das Craft), kann man einfach eine schwarze, etwas kleinere an der gleichen Stelle spawnen, bei mehreren (Craft + Mond(e)) geht das aber nicht so einfach. Deshalb wird das wohl eher etwas für ein späteres Update (wenn ich es überhaupt umsetzen kann). Für das System bezweifle ich, dass jeder hier das metrische kann (auch wenn es in der Raumfahrt natürlich Standard ist), und weil 2 Systeme nicht zu viel zusätzliche Arbeit sein sollten, werde ich wohl versuchen, beide zu machen.

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Ich habe gerade mal meine Gedanken zur neuen Idee festgehalten. Hier ist die aktuellste Version. Die AG für Monde wird schwer, die kann ich ja aber auch später noch hinzufügen. Was denkst du?

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Das wäre viel einfacher

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Ich habe gerade leider doch noch ein Problem gefunden: Das Programm funktioniert wohl nur mit einem perfekt runden Orbit. Bei allem anderen stimmt das Ergebnis nicht. Ich wollte nämlich dieses Programm benutzen.

    5 months ago
  • Profile image
    Last part of coding.

    @lafario That's strange, it works fine for me. Could you send me a screenshot of your vizzy again?

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Der Orbit funktioniert tatsächlich. Da ich ja schon ein Programm für die Karte habe (Custom Map), wird dein Vorschlag wahrscheinlich Version 1.1. Das einzige, was beim Berechnen leider ignoriert wird, ist die Rotation von Droo.

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Die Liste und die Karte selbst sollten kein Problem sein. Für den Orbit muss man die Position in der Zukunft voraussagen. Das wird kompliziert, könnte aber mit viel Glück funktionieren. Da muss ich mal ein bisschen herumprobieren, ich melde mich dann bald wieder bei dir.

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Und für die Karte: eher so wie die hier oder eher so?

    5 months ago
  • Profile image
    TUTORIAL: Render big images on my MfD Picture Renderer

    @HermesAerospace Also ein MfD mit einer Karte vom Orbit und einer Liste mit allen Daten (Geschwindigkeit, Höhe, Treibstoff, ...)?

    5 months ago
  • Profile image
    Last part of coding.

    @lafario Turns out, the game spawns you just slightly above ground. That's why the vizzy thinks you aren't grounded for the first few frames. Putting "Wait 1 Second" in the beginning should fix it.

    5 months ago
  • Profile image
    Last part of coding.

    @lafario Oh, now I get it. I currently can‘t try it myself (makes debugging way easier), but I should know more in a few hours.

    5 months ago
  • Profile image
    Last part of coding.

    @lafario Isn't that what you want it to do? You're below the minimal speed and you're in the air, so it explodes.
    Reply to the Explodes when starting game comment

    5 months ago
  • Profile image
    Last part of coding.

    Oh, and there is sth else you forgot: You still need to click on "Activated" (on the last block) and choose "Explode" instead

    5 months ago
  • Profile image
    Last part of coding.

    Almost. Just one tiny mistake in the second part of the "Wait until" block: You want it to check if the length of velocity Surface is below 200, your program gets the length of velocity Surface < 200. So, currently, that part looks like this:
    (velocity Surface < 200)length
    But you want it to look like this:
    (velocity Surface)length < 200

    5 months ago
  • Profile image
    Coding (Craft Explodes At a set speed.

    You need a "<" block for the speed. In the left side of that, you put the "(velocity Surface)length", in the right side you put the speed. Then, that whole thing (the filled < block) is put into the "and" block (which side doesn't matter here). And in the other side, you put the "not(misc Grounded)".

    5 months ago
  • Profile image
    Coding (Craft Explodes At a set speed.

    3 mistakes:
    1. Where you entered "Fuel Tank", you need the id of that fuel tank. Click on the fuel tank in the designer and open its properties. In "Additional Settings", you can find its id.
    2. "Activated" just activates it. Click on "Activated" and choose "Explode" instead.
    3. The blue part in the "Wait until..." block is a bit wrong. Make sure it looks exactly like the one in the picture I sent you before.


    Pictures

    Where to find the part id?

    How the blue part should look

    5 months ago
  • Profile image
    Coding (Craft Explodes At a set speed.

    I can't see the picture (I assume there is one...). Can you send me the link?
    Edit: Can see it now

    5 months ago
  • Profile image
    Requests.

    @lafario You mean the one in the “Wait until …“ block? That‘s the only blue part

    5 months ago
  • Profile image
    THE GUIDE - The Ultimate Builder's Guide to JNO

    The first reference material (B14643 I think) doesn‘t work… I‘m redirected to a “buy this Domain!“ website. Otherwise, great guide!

    5 months ago
  • Profile image
    Requests.

    @lafario Oh, I just noticed I forgot sth in the picture: In the picture, “Activated“ of all the parts was set to “0“, you‘ll need to set “Explode“ to “1“.

    5 months ago
  • «
  • 2
  • 3
  • 4
  • »

© Copyright 2025. All Rights Reserved.
3:49:51 AM

  • Rules
  • Privacy Policy
  • Contact