116k hpgbproductions Comments

  • turnip 6 months ago

    how will this affect the stalk market

    +2
  • Make. Me. Suffer 6 months ago

    allegedly, for some people (not me for some reason xdd), the suffering only comes after the build was posted

    +2
  • Need help bout the Head design, isn't looks weird? Should I change the design? (It's gen 6 btw) 6 months ago

    I can't tell the exact size, but be careful of fuselage thickness and engine diameter

    +2
  • The Sand Has Spoken 6 months ago

    the very rare blessing of ra

    +2
  • Just a survey for my school project :v 7 months ago

    Probably the F-35
    But also where my soviet turbo brick (mig 31) enjoyers at

    +2
  • Ukimiya Namie / UDS-010 Wandering Astrologer 7 months ago

    @LunarEclipseSP don't you ever just want to become a magical girl

    +2
  • Ukimiya Namie / UDS-010 Wandering Astrologer 7 months ago

    @OPPOFindN5SP it's shaky on low physics, impossible to shoot anything, but doesn't seem to spontaneously combust

    +2
  • How to Calculate CoG of an aircraft ?? 7 months ago

    You cannot get the CoG from blueprints or 3D models since they don't tell you what exactly is in a plane. You cannot assume that a plane has a constant density.
    However, civilian planes might have publicly available documents related to weight characteristics and balancing, which you can use to get the CoG

    +2
  • [M-War II/Siren War] MV Ruby Hoshino 7 months ago

    international department of logistics xdd
    The label website is not run by me btw

    +2
  • LONG DESCRIPTIONS 7 months ago

    Don't, people will not read it if it is too long
    If you can host text or markdown files externally, you can extend descriptions to there

    +2
  • CcCcCcCcCcCcCcCcC 7 months ago

    cecilia immergreen's elden ring character name :nerd:

    +2
  • Brick By Brick 8 months ago

    Brick to pipi

    +2
  • Should I add girls to my builds? 8 months ago

    @WritersCrusadersAirCo2 you're actually good when it comes to using drawings in plane posts. Basically everyone else steals art (especially in the 2d graphics scene), so it's good to see original art on planes

    +2
  • Should I buy SimplePlanes? 8 months ago

    PC is good for screenshotting and map mods. Working with variables and labels is easier. You can regex edit (although you can still do it on some android phones). But all other building is terrible
    .
    Mods that i actually use:
    The orthographic blueprint mod, since it's easier to use than the in-game one (no combining images required)
    Nuerburgerking for car builders (and also for farmland background xdd)
    The clouds mods (only use when taking screenshots)

    +2
  • Should I add girls to my builds? 8 months ago

    :trollAYAYA:
    build it using fuselage (as others said), and for extra points it must be your own drawing

    +2
  • Edit render fog/haze through Dev Console 8 months ago

    The dev console can only edit GameObjects. You can use Fog Changer mod

    +2
  • Art 8 months ago

    One of the ways to draw hands is to plan them as like 2 roughly trapezoid prisms (one each for palm and fingers) and then a block for the thumb

    +2
  • New pfp 9 months ago

    Cute
    Also must be leg enjoyer

    +2
  • My TOP wishlist item for SP2... 9 months ago

    I think that text-based definition and runtime generation of gauge faces should be easy to implement
    I also want circular and bar-shaped meters for digital displays. The circular ones can't be done without moving parts or massive labels. The bar ones are reasonable but still more convoluted than necessary

    +2
  • Just a weird question, how did you guys join the continuity? 9 months ago

    a green bouncy solid (jelly) with the most punchable face ever

    +2
  • AI Aircraft Spawned Half Underground 10 months ago

    i think that ai planes ignore or wrongly use the spawn on ground parameter since one of the big updates, making them bugged on spawn

    +2
  • guys give me a build suggestion[Fighter Aviation] 11 months ago

    mig-31 with pulse lasers

    +2
  • Someone needs to make a new guide on making mods. 11 months ago

    You need the mod tools from the game install. It's the game folder in Program Files, not AppData
    Or you can just yoink the Jundroo folder from the source code of a somewhat recent mod

    +2
  • Graingy Survey: What Would You Do if You Met Another SP.com User IRL? 11 months ago

    I have only ever seen one person playing sp irl and i just grinned to myself xdd
    I use sp outside, even on the laptop if i have it, and don't really think about it. I have opened my sp profile and other sites that are connected to it

    +2
  • SP fanart 3 - Eclipse but if the round glasses girl did the funny 11 months ago

    @LunarEclipseSP it is either an artstyle or skill issue but i can't draw angy lmao

    +2
  • Give her suggestions! 11 months ago

    simpleplanes couple real
    build a suzuki cappuccino

    +2
  • I am not sorry for this 11 months ago

    reminder that rocks can turn into dust

    +2
  • Graingy PSA/Survey: IT'S HALLOWEEN IT'S TIME TO GET S P O O K Y ! one year ago

    i will hang a skeleton on a ceiling fan

    +2
  • Speed question for the resizable wheel one year ago

    It is affected by wheel size, so it is probably some kind of rotational unit. I didn't test it but i would guess radians per second

    +2
  • Pros VS Cons: Mac one year ago

    Pros:
    - more comfortable if you are already a mac guy
    - cheaper if you need a mac and cannot buy another pc just for gaming
    .
    Cons:
    - apple hardware related tomfoolery (you cannot switch parts or companies)
    - something like 2 small useless mods cannot work on mac (tbf they also might not work on linux via wine) (i know they are useless because i made them)

    +2
  • guess what this program is? one year ago

    does ti-basic not allow numbers to be passed into disp 🗿 (i don't have a graphing calculator)
    also try if-else-end blocks

    +2
  • Funky fried whatrees eet ees. (NewGame+) one year ago

    This is an approximation that only works in steady conditions. It over-reports any spikes in aircraft rotation velocity, so I would use some kind of damping function with it.
    If assuming a "normal" plane, car, etc. (no hovering or drifting/PSM), then x- and y-components of velocities are small ==> velocity = z-component.
    Finally, for planes, assume z-component is always positive, so we can just use GS.
    Idk how to get velocity components in a way that isn't affected by wind, or that requires very long formulas and suffers from floating point loss of significance. But i guess you can assume wind speed is small as well
    .
    Static rotational component (by convention, positive when gravity acts against that direction)
    x: cos(PitchAngle) * sin(RollAngle)
    y: cos(PitchAngle) * cos(RollAngle)
    z: sin(PitchAngle)
    Magnitude of the static rotational component will always be 1 (or Newton will break your kneecaps)
    .
    Dynamic rotational component (positive when centripetal acceleration is in that direction)
    x: GS * YawRate * (pi/180) / 9.81
    y: GS * -PitchRate * (pi/180) / 9.81
    z: 0
    (If you have individual components of GS, you will find that each component is affected by two GS-rotation pairs)
    .
    Translational component
    (If you have the individual components, you should use them)
    x: 0
    y: 0
    z: rate(GS) / 9.81

    +2
  • Blackboard 1.2 years ago

    garlic

    +2
  • N301 series EMU 1.2 years ago

    @Zhixunlin23 yes, it's SPR

    +2
  • SCENARIO: You're forced to fight the thing/character in your wallpaper. 1.2 years ago

    it will turn me into a cute small octopus (or maybe i will just be oneshot by a crowbar)

    +2
  • So uhhhh there was (still is?) a massive windows issue that pretty much haulted a ton of the world 1.2 years ago

    me when an f1 sponsor finally becomes socially relevant (it was for knocking out critical infrastructure)

    +2
  • Can I breed woodpeckers with penguins and train them to poke holes under enemy ships' waterlines? 1.3 years ago

    you know explosive, tube-shaped machines that can swim like penguins exist right?

    +2
  • I don't know, I'm tired of changing all drag to 0 1.3 years ago

    if you have sp on pc, or you can access the xml files on your phone (old versions of android only), you can use a very fast method to remove drag that's already there

    +2
  • What do you play on? 1.4 years ago

    I have both a phone and a laptop. I only use my phone for building now, it crashes randomly in the simulation. My laptop can probably run 2000 parts on high physics, since it's a semi gaming or workstation design

    +2
  • Suspicious 1.4 years ago

    ____■■■
    __■■□□□
    ■■■□□□
    ■■■□□□
    ■■■■■■
    __■■■■■
    __■■ ■■
    __■■ ■■
    

    +2
  • i love upvotes 1.4 years ago

    when i see the UPVOTE i think of andrew with lightning eyes

    +2
  • SimplePlanes 2 trailer and steam post breakdown 1.5 years ago

    The A-10 with laser targeting designator is a reference to one of the best combinations in ace combat 7 :clueless:

    +2
  • [solved] How do you properly scale fuselage art 1.5 years ago

    separate it from the plane completely, use scale selected parts OFF and relative scale ON
    this also means you must re-attach the fuselage art, if it was previously attached to a plane

    +2
  • Graingy Survey: How many people here use Mobile vs Desktop? 1.6 years ago

    I build on mobile and play on pc

    +2
  • 98 DAIHATSU MIDGET II D-TYPE 1.6 years ago

    midget II my beloved

    +2
  • how to make flaps slower 1.6 years ago

    Try the smooth function

    +2
  • What happened to "read more" buttons in descriptions? 1.7 years ago

    it used to be a feature, then it got removed
    maybe it was removed because it was buggy, you usually see some duplicated characters around the read more point

    +2
  • Winston FF3/097 KA 1.7 years ago

    @Sparks365 i never considered making a cockpit for this
    maybe when i eventually make the next one, it will have a cockpit, and will not be vr compatible as i can only put airbrakes on foot pedals

    +2
  • Handrails Help! 1.8 years ago

    I have a method using 3 hollow fuselage to make rails in the shape of any standard fuselage
    Idk how to explain it so here is an example

    +2
  • VE-60SNA Stun Needle Launcher 1.9 years ago

    Amazing model and animations, unfortunately fake screenshot

    +2