28.2k HuskyDynamics01 Comments

  • I hate Tanker Planes, and here’s why… 1.9 years ago

    Huh, I've never seen the tanker actually turn away from you, at least not when spawned via the "Spawn Tanker Plane" button in the AI menu. Is it actually changing heading, or is it just making maneuvers that cause you to miss the basket?

    +1
  • Ai Marker/Lock-on box 1.9 years ago

    Hiding the UI is a good way to do it (F9 by default on PC, never found it on mobile so I'm not sure if it's possible there), especially since physical gauge and other instrumentation parts exist now that can still give you necessary info like airspeed, attitude, altitude, and so on. You might want to build yourself a gunsight (or at least a simple pipper) though, unless you just want to aim by tracers, since the default gunsight reticle goes away too.

    +1
  • HI IM back! ima address some things. 1.9 years ago

    So... you got banned, made an alt to tell people you got banned, then came back after your ban and denied (really unconvincingly, I might add) that you made the alt to begin with.
    Interesting approach.

    +1
  • Am I required to purchase SP again on steam if I want to use it on pc? 1.9 years ago

    Yeah, you'll have to buy it again for PC. The PC and mobile versions are different, and unless you have a phone that's running Windows for some awful reason, I don't think the game program assets would even be compatible if you were to try to copy/paste them.

    +1
  • I have been banned lmfao 1.9 years ago

    @JJunsimple

    So... ban evasion ("i have been banned for 7 days . . . AND THE SAME DAY I WAS BANNED TOO") and reposting something removed by moderators ("yes i did but the original one got removed lol")?

    +1
  • How to make it spin faster? 1.9 years ago

    Remove drag and possibly mass from the spinning parts.

    +1
  • Give me upvote so I can outlook other people 2.0 years ago

    As per the rules page:

    "Don't beg other users to upvote your stuff"

    Or, in a word, no.

    +1
  • Plz read 2.0 years ago

    Oaksjhsosihwbsndkqi indeed.

    +1
  • Weird 2.0 years ago

    When you put your phone on silent, it silences the app running on the phone?

    I'm no Apple technician, but that sounds like the silent button is working as intended.

    +1
  • New way of sharing builds 2.0 years ago

    ...I mean, it's possible to do that, sure. But why?

    +1
  • SPR testing help needed 2.0 years ago

    @MRM19 I'm still available to test your build if you need it

    +1
  • update on CoachPickles86 2.0 years ago

    RE: the rules:
    "Do not post or comment about a player who blocked you, about a specific player who blocked a friend of yours, or about a specific incident about specific people involved in blocking one another."

    +1
  • HOW DO YOU PUT SCREENSHOTS ON FORUMS AND AIRCRAFT BIO 2.0 years ago

    As found in the pinned Useful Links post (that's right at the top of the forums, people), check towards the bottom of the formatting guide.

    +1
  • Anyway to remove sound 2.0 years ago

    If you set the inputController max value to 0, the engine will not make any sound, or produce any thrust.

    +1
  • Sp slander 3 2.0 years ago

    @DatRoadTrainGuy19 Translation: You took the low road and egged him on instead of just blocking him and moving on. And your argument is that the ends justify the means. Real mature.

    @XtarsAgency I'm fairly convinced that about half of that is not in English, but from what I can understand it's basically the same thing.

    +1
  • SPR testing help needed 2.0 years ago

    Almost forgot about this! Can you tag me on the post you want me to test so I can try it out?

    +1
  • Sp slander 3 2.0 years ago

    @DatRoadTrainGuy19 @XtarsAgency

    Just... use the block button. It exists for a reason. Retaliation in a situation like this doesn't improve anything (believe me, I know). Show some maturity, use the block button, and forget about it.

    +1
  • Sp slander 3 2.0 years ago

    Wait, you guys are getting trash talked?

    +1
  • Would a Full General Lee replica be welcomed on the site? 2.0 years ago

    I mean I wouldn't have any problems with it, but I'm not a site moderator.

    In my opinion - regardless of peoples' opinions on the flag itself - for the purpose of a General Lee replica, use of the Confederate flag would be much like using a swastika for a WWII German replica; appropriate given the context.

    +1
  • Sacabambaspis 2.0 years ago

    le fishe bomb

    +1
  • Fokker F27 MPA 2.1 years ago

    F27 Antiship

    +1
  • Back in my day… 2.1 years ago

    I remember the days when there was a different Nose Cone part. That was a while ago!

    +1
  • The "Knife" From israel 2.1 years ago

    T

    +1
  • If you don’t agree, don’t bother 2.1 years ago

    I guarantee this post will be removed shortly because of the "no politics" rule, but I'm glad there are still everyday people willing to speak up!

    +1
  • SPR testing help needed 2.1 years ago

    @MRM19 I'll be glad to help test it, but it'll need to wait until next weekend (17th-18th) because I have finals this week.

    +1
  • This is how underwater in SP looks like :) 2.1 years ago

    I don't know what you've done or how you've done it, but that's not normal

    +1
  • (CLOSED) DELIVERY TRUCK CHALLENGE 2.1 years ago

    Ooh, I might have to enter this! A few questions though before I decide:
    1. Am I allowed to alter the actual performance of the vehicle at all to my preferences? (Handling/acceleration/etc., plus 200+MPH is a bit fast for my taste in this style of vehicle)
    2. Does it have to be specifically a food truck, or can it offer other commodities?
    3. Am I allowed to add features that use the unused activation groups or other controls (e.g. a retractable awning or something), or does it need to be completely static?

    +1
  • [CLOSED] D-01 Livery Challenge 2.1 years ago

    Oof, I'd love to join this but I've got finals. Good luck to everyone who enters!

    +1
  • Capabilities of my Blackhawk 2.1 years ago

    Looks great! I'm excited!

    +1
  • [SOLVED] Problem with aircraft trim 2.1 years ago

    Took me a bit of trial and error, but I believe I've got something that does what you're looking for (there might be a more efficient way to do it, but this is what I could figure out).

    It'll show as multiple lines in this comment but it should all be one line when you put it in.

    (Trim != 0) ? ((Trim > 0) ? ((Pitch > 0) ? (Pitch * (1-(0.5 * abs(Trim)) ) ) : Pitch) : ((Pitch < 0) ? (Pitch * (1-(0.5 * abs(Trim)) ) ) : Pitch)) : Pitch


    Documentation for this in case you or other people want to change/improve it:

    First, checks if Trim is set. If it is greater than zero (nose down), and Pitch input is also nose down, the pitch input is multiplied by the inverse of half of the absolute value of the trim input. (For example, if Trim is -0.5 and Pitch is -1, the input to the control surface will be -0.75.) However, if there is nose-down Trim but nose-up Pitch, only the Pitch input is used.
    Same thing for nose-up Trim, just the other way around. And if there is no Trim input at all, it uses Pitch by itself.
    Or, in

    +1
  • From the mist a shape, a ship is taking form 2.1 years ago

    INTO FORMATION THE HUNT HAS BEGUN

    +1
  • Stable Plane Challenge 2.1 years ago

    I assume you mean <1000 performance cost, as in "less than" 1000?

    +1
  • how do I post to forum? 2.1 years ago

    Looks like you figured it out.

    +1
  • Lockheed L-1049G Super Constellation Qantas 2.1 years ago

    YES! Love it!

    +1
  • I found something awsome and wired in Wikipedia 2.1 years ago

    Checking the edit history on a Wikipedia page is... not difficult, you know.


    Also, you are aware that this Turbo Lines, so far as I can tell, was created to provide a basic paint job for background AI aircraft in the Turboprop Flight Simulator game, right? It's... not real.

    +1
  • What do you think?? 2.1 years ago

    ...And what would this mysterious fifth force be, exactly?

    +1
  • Should I quit? 2.2 years ago

    I mean....
    Up to you.

    +1
  • The missile is eepy 2.2 years ago

    What'd you use for the missile voice? I've seen several variations of the script that I presume are done with AI but haven't found the actual source yet.

    +1
  • Teaser: RB-79GP02A Ball "Physalis" 2.2 years ago

    Alright who decided it was a good idea to give Wheatley tactical upgrades


    In all seriousness, though, this sounds like a neat project!

    +1
  • Where You From? 2.2 years ago

    [CLASSIFIED]


    If you couldn't tell already, I'm American, but that's all I'm going to disclose.

    +1
  • Raycast in FunkyTrees 2.2 years ago

    ...Uhhhhhhhhhhhh

    I... don't think that's even remotely a thing that can be done with just a programming language like FT.


    It would be very neat though!

    +1
  • A message for @Sergio666 2.2 years ago

    I don't know what image service you're trying to use for this, but inspect element shows whatever you tried to link as a super long string of code, so whatever you used is uh.... not working. Try using an image hosting site (or Discord) to embed it, or just put a direct link to the image.

    +1
  • Avatar 2.2 years ago

    On the Manage Account page (accessible from your profile), it states:
    You can change your Gravatar by creating an account at gravatar.com. If you use the same email address I believe it does it automatically, but you might need to sync it somewhere, I don't remember.

    +1
  • random facts about SP 2.2 years ago

    @Morty I was only able to get to 33755 (probably because planes were deleted or something), here's a link

    +1
  • Error when trying to buy enhanced subscription 2.2 years ago

    @DeutscheLufthansaAG Oh of course, my mistake. Andrew help!

    +1
  • Error when trying to buy enhanced subscription 2.2 years ago

    I had no idea subscriptions were even a thing. Huh.

    +1
  • Coming along nicely~ 2.2 years ago

    @LonelyAustrianUhlan ...My only guess is maybe an adbot that... forgot to actually include the link?

    +1