11.3k ThomasRoderick Comments

  • What is a fork? 5 months ago

    @Rob119 I mean, if two toothpicks are used to hold food between them without puncturing the food, they're chopsticks, and if a pair of chopsticks is used to hold the food by puncturing the food they make a fork.

    +1
  • What is a fork? 5 months ago

    @Rob119
    Given I have the tendency to use a pair of toothpicks (of all things) as both makeshift forks and makeshift chopsticks, who am I to judge...
    Yup, I'm pretty sure we're gonna get burned on the same pyre... made of chopsticks.

  • How to convert explosion scale to kilograms? 5 months ago

    Found a chart specifically meanr for this job: @ReinMcDeer's WEAPONS BALANCING DATABASE.

  • What is a fork? 5 months ago

    @Rob119

    then.... what's a spear? A onek?

    It's a skewer.

  • What is a fork? 5 months ago

    I'm from a chopstick-using culture as well, but my family had been using them to stir drinks (and to pour liquids) along with their intended role since, well, forever. As the saying goes, "if it can only be used as intended, it's defective", afterall.

    +1
  • Bunker Target 5 months ago

    @Badplanesmaker Given this is WC's third account....

    +1
  • Engines, Thrust, and Fuel Flow rates 5 months ago

    @32
    I just used the engine's innate "Thrust" output.

  • Engines, Thrust, and Fuel Flow rates 5 months ago

    @Graingy

    Large legacy prop engine
    Wait what

    Refer to SIMPLECHEATS II.

    Did you use FT to find the fuel use rate?

    Yes. a label with {-rate(Fuel) * your total amount of fuel} .

  • Jpeg-60 5 months ago

    We have JPEG now... should we expect PNG and GIF soon?

    +3
  • Junkers JU.310B | Two years later, I'm alive! 5 months ago

    Welcome back my guy!

    +1
  • Drag Coefficient 5 months ago

    @Ku

    At 100%, the spring constant of Shocks is approximately 49603

    ... N/m, right?

  • Drag Coefficient 5 months ago

    @Subsere The area of the aircraft exposed to the airstream. Or, basically, the total external area of the aircraft.

  • F-100D Super Sabre 5 months ago

    @Erionh ... or a vacuum cleaner.

    +1
  • Mig-21 'Fish Bed' 6 months ago

    .... pretty sure when the Mafia said someone will be "sleeping with the fishes" they didn't mean it this literally...

    +1
  • When you accidentally build a racer 6 months ago

    ++THE SPICE MUST FLOW++

    +1
  • Curtiss DP II 6 months ago

    @JessaLeih Yet for combustion engines the added engines simply create more complexity and decreases the P/W ratio; electric engines are lightweight and simple in construction but IIRC don't scale nearly as nicely as piston/turbine engines do.

    +1
  • Curtiss DP II 6 months ago

    Electric aircraft? Yes. Traditional combustion-powered aircraft? Most definitely not. IIRC the improved efficiency came from the massive total propeller area... as well as the fact that limiting the prop blades to three or less meant props aren't travelling behind each other's wake nearly as much.

    +1
  • SU-85 6 months ago

    @Jaspy190
    Keks, any later I'd be congratulating you on plat!

  • (5.000 Points special) Thundermax MP-2A 6 months ago

    Grats on Gold me pal!

  • SJ-2M32(Novel Design) 6 months ago

    "Advanced version of S2A Seiko" - same number of engines and wings with little else in common, but yeah, it does evoke the lines of the original....
    Hmm.... some sort of family lineage not unlike the Yank muscle cars (e.g. chevy camaro), I guess?

  • [PLATINUM] Cessna AT-17 'Bobcat' 6 months ago

    Grats on plats Andi!

  • Bestcarsus sus-4 6 months ago

    s u s

    +2
  • The arrival of spring in Japan 7 months ago

    Common concept of spring:
    .
    Not depicted: allergies, so many fookin' alergies.

    +1
  • BOEING B747-200 7 months ago

    @HungrySu34
    01110111 01101000 01111001 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00111111

  • Clip Cannon 7 months ago

    @MosquitowithaMachineGun
    Why sudden spotlight now... thx anyways.

    +1
  • The Turtle 7 months ago

    Which map did you use?

  • [Used Cars] JTC McLorean 7 months ago

    Something something 88mph?

    +2
  • SSPV 1183 - Snowstone National Constabulary 7 months ago

    ++ LAW ENFORCED BY TANK ++

    +1
  • Tailess Brake Stabilized Unmanned Interceptor 7 months ago

    @Rb2h
    The saved backup: here

    +1
  • Airbus A320-211 Pan American 7 months ago

    Publishing...

    +1
  • Assassin(Rocket) 7 months ago

    .... willing to share insights on the rockets?

  • AI Enemy JagdPanther 7 months ago

    Right, almost forgot it's your birthday. 'Appy Cake Day Juan!

    +1
  • SIMPLECHEATS II, an updated, comprehensive list of all known XML attributes 7 months ago

    Missing dragScale attribute for parts. Seems to be an error given the description of calculateDrag compared the two.

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 8 months ago

    @Kendog84
    @griges

    I'm not sure if you can add back custom variables via this method, though.

    Yes. Near the top of the xml file the first section there's a <Variables> </Variables> section, in which the format goes as follows:

    <Variables>
    <Setter variable="VariableName1" function="VariableFunction1" priority="0" />
    <Setter variable="VariableName2" function="VariableFunction2" priority="0" />
    ... etc
    <Setter variable="LastVariableName" function="LastVariableFunction" priority="0" />
    </Variables>
    .
    .
    Just copy the <Setter variable="... /> parts and you should be all set. Do remember that the variable setter hates any undefined inputs with a passion, so do make sure all parts of the function use inputs that either show up in the variable setter, are vanilla inputs, are outputs from other parts, or are defined by cockpit controls.

    +1
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 8 months ago

    @griges
    The input should be " inverselerp(110,80,IAS) /180 ", and the Current Angle should be " flap ".
    Setting the input on the actual flaps to " flap/180 " (instead of dividing the rotator input by 180) would also work, yes, but it'd be more of a hassle, costs more time to set up and more performance to run, and adds another possible point for failure.

    +1
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 8 months ago

    @griges
    Right, one other thing: if the variable is designed to store a value until the next update conditions are met, then set the rotator's activationGroup to the update condition, zeroOnDeactivate to "false", and the input to whatever the function calculating the input is.

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 8 months ago

    @griges
    Well.... IIRC there was some @Kendog84 guy who used rotators to store the variables, but personally I can't really say for sure about the output precision compared to the variable setter....
    To store a variable with a rotator, divide the original input by the rotator's range, then name the rotator's Current Angle output as the original variable name. Remember the speed of the rotator might need to be very large if the output calls for rapid changes in value.

    +2
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 8 months ago

    @griges
    Not really unless you want to use a text editor, I'm afraid....

    +1
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 8 months ago

    @griges
    Next time the auto-crediting system bugs out, try contacting the mods or good ol' Seeras to fix it.

    +1
  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 8 months ago

    @MrSilverWolf
    @Seeras
    @crazyplaness

    Could you please make this a successor to this? Thanks!

    +1
  • A Giant Cake 8 months ago

    CONGRATS ! ! !

    🥳🎉🥳🎉🥳🎉🥳🎉🥳🎉🥳🎉

    +1
  • Avro Lancaster Bomber 8 months ago

    @Jamawi Those are landing lights. Also, AG2 lights are navigation lights.
    Source: https://photos.kitmaker.net/news/36512/002.jpg

  • MI-53A ANACONDA 8 months ago

    @LunarEclipseSP Given it's based on the Mi-24 platform, I'd assume it can still perform the role of an "aerial IFV" designed to support its passengers once they disembark... or to help create landing zones for S&R or medivac.

    +1
  • Testing Engine Start-Up Sequence 8 months ago

    Holy hells, HOW?

    +1
  • Mk.I "Lózko" Tank Destroyer 8 months ago

    Back in my days when people said "pillow fort" they usually didn't mean a literal one with cannons..... how time has changed....

    +1
  • Klemm kl 25 8 months ago

    Gratz on silver Straity!

    +1
  • Northrop Grumman E-2B Hawkeye 8 months ago

    @MrCOPTY
    @foury2
    Nvm, just checked the technical drawings, the C-2 had a shorter nose and a flatter ventral fuselage. The domeless E-2 is most likely this one, in which an E-2D had its radome damaged by hail and was flown from its home base to another base for radome replacement.

    +2
  • Weisbrich A11 'Jester' 8 months ago

    @blt Oh, you meant starting procedures... and here I thought @MisterT had it down a while before this one, and some PlaneFlightX guy was building a modern jetliner down to the last detail, but yeah... as far as "performance efficient plane with startup" goes this one is probably one of the earliest ones... if not still the only one to-date.
    .
    ..
    ... Edit: apparently there's a forum post dedicated to planes with startup procedures, but as far as planes with less than 500 parts go this seems to be one of the very few.
    ....
    .....
    ...... note to self: include starting procedures in my own builds.... and see if it's possible to make one that actually distinguishes between airspawn and groundspawn (airspawn = start in the air so logically the starting procedures had already been finished some unspecified amount of time ago, groundspawn = start on the ground so startup's necessary, or even a hybrid system where landing and shutting down means going through startup again)....

    +1
  • Hawker Horsley 8 months ago

    @StraitAircraft 🎉🎉🎉🎉🎉🎉

    +1