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

TheVizzyLucky's Comments

Show Newest
Best Newest
View Profile
  • Profile image
    Don't Laugh.

    This is... Sctstaf - Strange circular thing similar to a face. That way he won't get bullied for how he looks - just for the name!

    +1 one month ago
  • Profile image
    How to do screenshots?

    But how did you get 100 points without any upvotes?

    one month ago
  • Profile image
    Please Stop

    If people like replicating SpaceX rockets, why stop them? Every replica has its own unique characteristics - low part count, beautiful visuals, realistic behaviour or great vizzies - and that makes every single replica unique.

    +4 one month ago
  • Profile image
    how to use snapshots from runtime in the model uploading?

    JNO allows you to take pictures in-flight and save them. While in-flight, open the menu and click on the camera. Then, click on the blue button (camera too). Finally, prepare and take your pictures. When uploading, click on the button with the folder (instead of the camera) and choose your picture (you might have to click on "Camera Roll" first). You can also use edited pictures by editing the corresponding file in the game's files (JNO's folder>files>UserData>PhotoLibrary>Images).

    one month ago
  • Profile image
    How to do screenshots?

    Click on the camera in the in-flight menu (or the designer menu). In the window that pops up, click on the blue button (with a camera too). If necessary, change the settings on the right. Finally, take the screenshot (another blue camera button).

    one month ago
  • Profile image
    A challenge for TheVizzyLucky

    @lafario Working on it

    one month ago
  • Profile image
    A challenge for TheVizzyLucky

    @lafario Possible solutions:
    1. Make movement random
    2. Use simple stripes (without interruptions and transition)

    one month ago
  • Profile image
    A challenge for TheVizzyLucky

    @lafario Currently, I see two problems:
    1. To replicate the exact movements of the gif, I'd need to analyze every single bar three times (bc every bar has 3 moving parts). Tbh, that's too time-consuming for a challenge.
    2. I can't exactly replicate how the bars look - I'll have to do stripes.

    one month ago
  • Profile image
    A challenge for TheVizzyLucky

    @lafario Random or Preset movements?

    one month ago
  • Profile image
    Altitude Hold.

    @lafario The throttle formula got a bit complicated, so I uploaded it on a craft. Tagged you there

    one month ago
  • Profile image
    Planet Download

    Hi, versuch es mal auf der Desktop-Seite. Bei meinem Tablet sehe ich den Button auch nur, wenn ich auf die Desktop-Seite gehe.


    Hi, try using the desktop-site. On my tablet I can only see the button there.

    one month ago
  • Profile image
    My questions

    1. I don't think that's possible. Only exception: "Mods" that only edit xml files (like Light UI)

    +1 one month ago
  • Profile image
    Is this thing on...?

    Congratulations!

    +1 one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario I don't use anything apart from ChatGPT (mostly for formulas) and Google (for formulas). But depending on your current programming skills you could read w3schools' intro to programming or watch Youtube tutorials (like "Vizzy for Dummies" or "Vizzy Tutorial" - for some programs, there even are step-by-step tutorials).

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario Fixed! Tagged you in the fix

    +1 one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario Can you send me your craft?

    one month ago
  • Profile image
    How to switch to any craft using an activation group

    @lafario Put x (the variable) as CraftName. Then, it should work. Also, since you use the craft id block, you can remove the display ... id.

    one month ago
  • Profile image
    How to switch to any craft using an activation group

    @TheVizzyLucky And one small mistake in your vizzy: You used part id instead of craft id

    one month ago
  • Profile image
    How to switch to any craft using an activation group

    @lafario If you use craft id of ... in switch to craft ..., you need to use the craft's name. If not, you need to use the craft id, but that's not the part id of the command chip! Use display ( craft id of (name of craft) ) to get the craft id.

    one month ago
  • Profile image
    How to switch to any craft using an activation group

    @lafario

    wait until ( activation group 1 )
    set variable ( x ) to user input ( Enter craft name: )
    switch to craft ( craft id of (x) )
    set activation group 1 to false

    Put all that in a while ( true ) loop

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario For the rectangle you used two slightly different names ("Button" and "button"). Took me a while to find this 😂

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario There's a typo in "receive btnClicked with data". You typed "btnCliked" instead of "btnClicked". But that's the only mistake I think.

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario I'll need pictures of your program

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario Video, the button will be on the left (first) MfD, the text on the right (second).

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario Sorry, I currently don't have enough time. I'll try to add some later

    one month ago
  • 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).

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario Pictures added

    one month 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!

    one month ago
  • Profile image
    Display Custom Texts - Explanation for lafario

    @lafario Created a forum myself so I can add pictures later

    +1 one month ago
  • Profile image
    Trolling users.

    @lafario What happened to your question (the display text one)?

    +1 one month ago
  • Profile image
    How do I make changible text for the Display Screen

    @lafario So the display screen is a MfD?

    2 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?

    2 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?

    2 months ago
  • Profile image
    Trolling users.

    @lafario I was lucky I clicked on this notification first - I was curious what you meant by "trolling". But thanks for the laugh! Btw, do you want to test a new program? I want to test its behaviour on other devices, you can find it here.
    Edit: Oops, wrong link, it's here.

    +1 2 months ago
  • Profile image
    "Cast a ray" block not working

    Even ChatGPT told me I probably found a bug...

    +1 2 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

    2 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

    2 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?

    2 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.

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

    @lafario The speed probably is because the throttle gets quite low once you‘re close to the target speed. I‘ll try a few more equations…

    +1 2 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.

    2 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?

    2 months ago
  • Profile image
    Profile Picture

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

    2 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

    2 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.

    2 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

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

    @lafario You mean for auto throttle?

    2 months ago
  • Profile image
    Profile Picture

    The GPT I used: ChatGPT - image generator

    2 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)
    }

    2 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).

    2 months ago
  • «
  • 1
  • 2
  • 3
  • »

© Copyright 2025. All Rights Reserved.
8:31:25 AM

  • Rules
  • Privacy Policy
  • Contact