• Profile image

    I have a trick I use sometimes. Just link two pistons together end to end and invert one, so that when you extend one, the other is closing. It's not perfect, but it matches the speeds much better than the stock. It's a complicated workaround, so it depends on how important it is to you that they open and close at the same speed.

    +1 4.9 years ago
  • Profile image

    Hi @Bartreck, it would be too difficult for me to try and explain here in words, but my pal @Sflanker has a knack for laying out difficult concepts like this.

    It may not be much help, but the final docking code in This Craft may spark some insights.

    +1 4.9 years ago
  • Profile image

    I've ruined so many programs because of this. Especially on mobile, with my fat fingers.

    +1 5.0 years ago
  • Profile image

    Touché @zeropol. It’s not causing problems in programming since I’m using the one the game assumes. More of a casual query. Thanks!

    +1 5.1 years ago
  • Profile image

    Thanks for the thorough reply @sflanker . I’ll search the suggestions and post one about this if it isn’t already there.

    +1 5.1 years ago
  • Profile image

    @RealDavidB Thanks, just what I was looking for!

    +1 5.1 years ago
  • Profile image

    @zeropol Thanks for testing! I'll notify the other user to try lowering settings. I wonder if it has to do with frame rate? I tried to include Vizzy code that incorporates frame rate into the calculations but that seems not to have mattered.

    +1 5.1 years ago
  • Profile image

    These are so well done. I wish I had these when I first started playing; would have saved me a LOT of time and confusion. Thanks for giving back!

    +1 5.1 years ago
  • Profile image

    It’s not a surefire solution, but you can use Vizzy to dynamically change the PID values depending on the timewarp. Message me if you’re interested in exploring this solution further.

    one month ago
  • Profile image

    @YaMomzBox420 I’ve made quite a few updates to the post and I will add a separate post later about handedness and vector operations.

    2 months ago
  • Profile image

    @G01d3n check out the vizzy code in my latest craft, it has a line to lock on heading.

    1.8 years ago
  • Profile image

    I'm starting to work on the Juno plane contracts now. I have a few mockups for autopilot that are working OK. Does anyone have small, light, cheap planes with goo maneuverability and speed?

    1.8 years ago
  • Profile image

    @Arstotzka
    Haha yes it will be mobile tolerant. Many fewer parts.

    Good idea for the laser. I’ll do some testing to see if I can get the look right.

    3.9 years ago
  • Profile image

    @Hannah1212
    Thanks!

    3.9 years ago
  • Profile image

    @TweedleAerospace
    It will look a little bit like this

    3.9 years ago
  • Profile image

    @JastroOne1 wow cool, I had no idea. Can't wait for the teaser!!!

    4.2 years ago
  • Profile image

    What is Lore???

    4.2 years ago
  • Profile image

    If you’d like to be an Alpha Tester please DM me in Discord.

    4.2 years ago
  • Profile image

    @SaltedEgg
    That one is super cool. Yes I will make. Flat or curved?

    4.4 years ago
  • Profile image

    @Rockets5001
    Yep!

    4.4 years ago
  • Profile image

    @Rockets5001
    Yes definitely. Post a link to the one that you want. There are quite a few different versions.

    4.4 years ago
  • Profile image

    @VosAerospace
    Added to the list. If I made it curved, what body diameter would you like?

    4.4 years ago
  • Profile image

    The only successful way I’ve seen to create FBW system is to tie all of the control surface inputs directly to Vizzy variables rather than the default pitch/yaw/roll inputs. Here is a great example: FBW Wasp

    4.4 years ago
  • Profile image

    @NaturalAir
    Ok I will. Which part of the earth do you want the logo to be centered on?

    4.4 years ago
  • Profile image

    @Giova
    Can you confirm these are the flags that you want:
    Roman Empire Flag
    Italian Flag
    Warsaw Pact Flag

    4.4 years ago
  • Profile image

    @Giova
    Thanks for the suggestions. I'll do the roman empire flag, the warsaw pact flag, and the italian flag for sure. I won't do the Nazi swaztika flag (sorry). The SR2 logo is already a sprite that you can use. For that, check out my Sprite Pack post.

    4.4 years ago
  • Profile image

    @Staticalliam7
    Yes I will!

    4.4 years ago
  • Profile image

    @Keremidko
    Yes I’ll do all of those!

    4.4 years ago
  • Profile image

    @Jorg3css
    Yes definitely

    4.5 years ago
  • Profile image

    @t4zcomz
    Yes I can do that. The quality will not be great because that image is highly detailed.

    4.5 years ago
  • Profile image

    @Gozinya
    Haha I just looked at it. Funny.

    4.5 years ago
  • Profile image

    @CASXA
    Yes!

    4.5 years ago
  • Profile image

    @Fime
    That’s ok I like doing it. I am actually already working on yours because I like it. It was going to be a surprise.

    4.5 years ago
  • Profile image

    @CSPACE
    I finally finished your logo and it’s here!. It doesn’t look perfect because of the way I generate the images, but it’s pretty close. I hope you like it!

    4.5 years ago
  • Profile image

    @Alyx
    Roscosmos is done!

    4.5 years ago
  • Profile image

    @AshtvinayakAerospace
    Yes I will.

    4.5 years ago
  • Profile image

    @Giova
    Haha that one is very easy...

    4.5 years ago
  • Profile image

    @Rafaele @AshtvinayakAerospace
    ISRO Logo is done!

    4.5 years ago
  • Profile image

    @Black5tar
    What font do you want the text to be?

    4.5 years ago
  • Profile image

    Please upvote this suggestion if you would like the logo backgrounds to be transparent.


    Also...
    For those wondering how this is done, here is my sequence of operations:
    1. Download high res image
    2. Color in the background areas green or some other color that is very different
    3. Tightly crop the image
    4. Downsize the image so that the longest dimension (width or height) is 256 pixels
    5. Use a ‘posterizer’ to reduce the number of colors while still maintaining differences between the primary colors
    6. Assign single-digit numbers to the colors produced
    7. Perform a ‘line scan’ process (currently custom-built macro in Excel, not very user-friendly) and store the image as a series of list values where the first digit is the color code and the rest is the length of the color ‘string’
    8. Copy the resulting list into the Vizzy XML to create a single list variable containing all of the image data
    9. Resize the MFD to match the image dimensions

    Alternatively, you could just follow steps 1-4 then extract each of the pixel values and get a ‘true color’ image. However, this would take much more memory and my goal was to keep the amount of memory stored in the MFD to a minimum so that crafts are quick to download and use.

    4.5 years ago
  • Profile image

    @AshtvinayakAerospace
    Yes, USA

    4.5 years ago
  • Profile image

    @AshtvinayakAerospace
    Yes I will do it I promise

    4.5 years ago
  • Profile image

    @Fime
    It’s almost done!

    4.5 years ago
  • Profile image

    @SporeExplorationSystems
    For sure!

    4.5 years ago
  • Profile image

    @Alyx
    Sounds good!

    4.5 years ago
  • Profile image

    Add Indian flag to list

    4.5 years ago
  • Profile image

    @CSPACE
    Yours is very easy. And I will definitely do the Canadian flag.

    4.5 years ago
  • Profile image

    @MansBestFriend
    That one is super easy because it’s already available as a sprite!

    4.5 years ago
  • Profile image

    @HSH

    ENJOY!!!

    4.5 years ago
  • Profile image

    @Alyx
    Can you post a link to the Soyuz logo? I can't find one.

    4.5 years ago