28.5k HuskyDynamics01 Comments

  • where are the clouds? 2.9 years ago

    You didn't set your weather to Clear, did you? (It might also have just changed to clear even if you didn't). Either way, changing it in the settings should bring them back unless there's something funky going on.

    +2
  • Hoew to get meny upsvost 3.0 years ago

    You get upvotes by posting things that people will choose to upvote. Usually this means either builds that they like, or builds that they think are high quality.

    +2
  • [CLOSED] Swing Wing Challenge 3.0 years ago

    @GotovoYaTut Absolutely!

    +2
  • Good news from NASA! 3.0 years ago

    @SyntheticL I believe Artemis I is traveling slower for better efficiency (and more time for experiments and capsule testing, since they aren't really in a hurry anyway).

    +2
  • Rose's are red. Violets are blue... 3.0 years ago

    Roses are red, violets are blue.
    I don't think your joke worked, I'm just kind of confu'e

    +2
  • Mikoyan-Gurevich MiG-27m 3.0 years ago

    It looks so happy
    I love it

    +2
  • A skull 3.0 years ago

    💀

    +2
  • Everyone needs to see this….. 3.0 years ago

    That guy has so much good stuff.

    His editing skills are unbelievable too.

    +2
  • S(outhern)P(acific) in SP [Teaser] 3.0 years ago

    SPSP

    +2
  • Help Me Decide!!! 3.0 years ago

    I like the looks of that torpedo bomber! Even if you decide not to finish it, I hope you post it!

    +2
  • BO'OH'O'WA'ER 3.1 years ago

    woh er boh ohl

    +2
  • Anyone has a system to simulate Zero-G or to make realistic spacecraft? 3.1 years ago

    Hmm... not sure I've seen much along the lines of "flip-and-burn"-type spacecraft (probably because a lot of people would have difficulty controlling them). Theoretically, you could have something with zero drag whatsoever, which should allow (in fact, require) thrusting and reorienting to change directions. You would need to have some sort of method of negating gravity, though (maybe a gyro-stabilized jet engine with some FT code).

    +2
  • This Heater Are Scam Or Not? Read Here! 3.1 years ago

    Sorry, I prefer exploiting my natural exothermic properties as opposed to relying on a third-party source.

    +2
  • Forerunner War Sphinx 3.1 years ago

    @DISHWASHER2005
    Me who saw this in MP probably a month or more ago

    SPOTLIGHTS

    +2
  • Best flying plane. 3.1 years ago

    That's a matter of opinion.

    +2
  • Can someone help pls 3.1 years ago

    Well, haven't been able to find a blueprint (yet), but I've found a good side view drawing and some pictures of an HO-scale model from various angles.

    If you haven't already, try widening your search to include the GE ES59ACi, which is GE's designation for the same locomotive.


    Edit: If you can find a good 3d model of it to download, you can import it into Blender and make your own blueprint that way (I've done that a few times for other projects), but I haven't found any models yet either.

    +2
  • Midget Bugger 3.1 years ago

    Littler Buggerer

    +2
  • How to open & close gear door by pressing the gear button once. 3.1 years ago

    Check out the doors on my B-25 if you want. Sounds like they do about what you're looking for.

    +2
  • Northrop N-23 Pioneer 3.1 years ago

    All tags were requested.
    @IceCraftGaming @Bo1233 @DatRoadTrainGuy19

    +2
  • New and Improved Auto-aim for Cannons! 3.1 years ago

    Oh dang. This is incredible!

    +2
  • CD 1:1 3.1 years ago

    All tags were requested.
    @IceCraftGaming @Bo1233 @DatRoadTrainGuy19

    +2
  • Custom Activation group 3.1 years ago

    Add the parameter interactionType to the button in Overload, and set it to Toggle.

    +2
  • Calling any dev, i may quit simpleplanes. 3.1 years ago

    The devs have zero control over what ads are shown on the website.

    sales pitch voice
    However, you can, by using an adblock! (I personally use uBlock Origin, and I get zero ads on here. It also seems to block them on YouTube and Spotify, at least most of the time).

    +2
  • Building Guide 3.1 years ago

    Stage 5.5
    Add the structural wings now because I've been working on this thing for a week and a half and I want to see it fly dang it

    +2
  • Dose It Work Or Not Amarose Skin Tag Remover? 3.2 years ago

    @IICXLVIICDLXXXIIIDCXLVII @IceCraftGaming

    skin't

    +2
  • How to Calculate the range of Aircraft that we made? 3.2 years ago

    Well, there's a few ways. You can spawn in something stationary as an AI, start next to it, and fly until you run out of gas, then check how far you are from it (works because the Air-to-Air radar does not have the 10-mile range limit of the Air-to-Ground mode).

    Alternatively (if, for example, you're making something that has a very long range), you can fly until your fuel drops by a certain percentage, 10% for example. If you can find the distance you travel with a certain percentage of fuel, you can easily calculate the approximate total range of the aircraft.

    +2
  • Dose It Work Or Not Amarose Skin Tag Remover? 3.2 years ago

    skin

    remover

    +2
  • Tall problems 3.2 years ago

    simply get shorter

    It's that easy!

    +2
  • Sign the petition 3.2 years ago

    I'd actually vote against this, because I rather doubt that the "next" fighter jet is going to be a worthy successor to the Mustang title.


    Also it wouldn't be made by NAA so :(

    +2
  • Can we have a new Tanker and Truck Tanker? 3.2 years ago

    I believe there's a mod for a fuel truck somewhere. A flying boom-type tanker (and associated hardware) would definitely be cool though.


    As a side note, the current probe-and-drogue tanker is based on an Airbus A400M, not a C-130.

    +2
  • How to change text color with an input? 3.2 years ago

    Actually, it is. You can do something along the lines of
    {Activate1? "<color=#colorCodeForOn>" : "<color=#colorCodeForOff>"}
    The RGB color codes are the same as in the designer's paint menu (e.g. FF0000 for red).


    You can adjust the alpha (transparency) in the same way, with
    **{Activate1? "<alpha=#alphaForOn>" : "<alpha=#alphaForOff>"}
    The alpha codes can be between #00 (full transparency) and #FF (full opacity). You can't directly change the label's emission level, but adjusting the alpha can give you a similar effect.


    Edit: These codes need to go IN the label's text area (where you put whatever you want the label to say).


    The cockpit displays in my HX-4 Firebird use both of these codes in various places, if you want to see them in action.

    +2
  • XML Question: How may I stop an engine after a certain period 3.2 years ago

    @WinsWings @Zaineman Glad to help!

    +2
  • My current suggestions for the game 3.2 years ago

    1. Here
    2. Can be done (except sounds) using existing parts (mainly fuselage blocks) and abusing labels
    3. Would be nice in a few specific cases
    4. This but actually a part of the game (and less buggy) would be great
    5. More missions would be nice
    6. Sure, but given how many different control possibilities there are, this seems rather difficult to do. Improvements are definitely still needed though (retracting gear on the runway, etc.)
    7. I doubt we'll ever see gradients (not without super high part count things, anyway). A different color selector option could be nice though.
    8. Someone made something that does basically this using FT and jet engines (it holds the vehicle perfectly in position by cancelling out velocity in all directions), but I can't find it at the moment.

    +2
  • Image not working 3.2 years ago

    All you do is ![](ImageURLGoesHere)

    +2
  • [BUG FOUND] 3.2 years ago

    What exactly do you mean by "crossing the ground"? I've completed that mission several times without any difficulties.

    +2
  • Sukhoi Su-80 3.2 years ago

    @SimpleTankers Alternatively, OV-10 but an airliner

    +2
  • X99STRIKER Exposed 3.2 years ago

    @ColonelCanada Wait your gas is $1.89? H o w.

    Mine's currently $4.65 (but it was up to $5.57 a month or two ago, and the pre-COVID average was something like $3.29).

    Four and a half bucks a gallon is not fun, let me tell you.

    +2
  • Ask a question about simpleplanes! [read desc!] 3.2 years ago

    In your opinion, what is the most useful/effective weapon in the game?
    (edited)

    +2
  • Got my Private Pilot License! 3.2 years ago

    Congratulations!

    +2
  • Gargantuan Leviathan 3.2 years ago

    The Garg has arisen!

    +2
  • Are any updates scheduled soon or at all? 3.2 years ago

    @ColonelCanada Yeah, I remember seeing that too a while back. Don't remember which update it was for though (might have been around v1.10)

    +2
  • SkyWolf didn’t invent the business jet, we simply made it better. 3.2 years ago

    frantically dialing my local SkyWolf representative

    +2
  • [Teaser] Bombs Away! 3.2 years ago

    In a neat coincidence, I officially passed my Eagle Scout board of review while working on the nose of God and Country last week!

    (Not, like, at the exact same time, but same day)

    +2
  • I am alive (well sorta) 3.2 years ago

    Glad to hear you're still with us!

    +2
  • Map suggestions (put down any island suggestions in here) 3.2 years ago

    Honestly?

    More than like eight trees would be kinda nice. Maybe a forest somewhere.

    +2
  • CTX-09 Monarch Coastal-Defence System 3.3 years ago

    My mind is blown every time I watch the launch sequence. Incredible!

    +2
  • refueling/reloading system 3.3 years ago

    That's pretty much exactly why the "Restart Here" button exists, because if you're on the ground long enough to mount more weapons, you're probably on the ground long enough for someone to plug in a fuel hose.

    +2
  • Devs. Please listen. 3.3 years ago

    There is one. On the right side of the black bar at the top (where it says "Notifications"), there's a "Mark All Read" button.

    +2
  • North American P-51XR Mustang Race 38 "Precious Metal" 3.3 years ago

    @ReinMcDeer
    @asteroidbook345 (I'm assuming saying "Bananas rotat e" counts as asking for a tag)

    +2