115k hpgbproductions Comments

  • Rate of change over a certain amount of time: Funky tree suggestion 5.4 years ago

    I'm surprised it doesn't work, maybe throttle doesn't update every frame
    Probably (and normally) coded like rate = (newValue - oldValue) / Time.deltaTime

    +2
  • "it walks kinda... funky" ~nacchan 5.5 years ago

    @Wi1dSk7 thanks lol

    +2
  • WHY DO PEOPLE HAVE ANIME GIRLS AS THEIR PROFILE PICTURE? 5.7 years ago

    To quote a wise person on an old r/AskReddit post: "if you're going to look at the avatar for hours, it might as well be something you like"
    ...
    My/Short answer: cause kawaii

    +2
  • I CHOOSE YOU, PEPE! 5.9 years ago

    Forums ruined

    +2
  • The NailDriver 6.0 years ago

    Upvote for nice forum name

    +2
  • Weird stability issues when nudging 6.1 years ago

    For me if i hold down the nudge button it's slow, but normal nudging is fine

    +2
  • Does weight of the craft distribute among all parts and the center of mass is just fictional point, or am I doing something wrong? 6.1 years ago

    All parts have mass, CoM is the resultant (where the mass appears to act when all the mass is added up)
    CoM will move if your parts move, like with rotator

    +2
  • AMC AZ-31-A Totem 6.2 years ago

    @ThomasRoderick radar is supposed to be in the head, though it won't work beyond 10 miles because sp
    The feet is just for looks (no physics in game) but should act as some kind of wing/stabilizer

    +2
  • Off topic questions 6.3 years ago

    Murder because it is separate

    +2
  • happy to be a android 6.5 years ago

    Human master race

    +2
  • LHI Sf-02 "Uchukei" Telescopic Crane 6.8 years ago

    @ThomasRoderick yes

    +2
  • Massively annoying bug found, ruining my build. 7.3 years ago

    Pink is the no texture color, i think
    FYI: you can reduce the chance of part doubling if you only press undo when the previous undo is complete

    +2
  • How do you make a good aircraft description? 7.3 years ago

    Include information and maybe a story, and of course controls.
    I use a wikipedia-ish description for the most part, where production and uses information is given

    +2
  • Why Do Have To Wait For 24 Hours After I Posted 3 Plane Posts? 7.4 years ago

    Because of people that steal more server space than me


    Dont worry, if you try to add more detail to your builds, you will eventually never see that message again

    +2
  • AMC "FLARE-I" Laser Module 7.6 years ago

    @AgentWash1 you can try this method:
    1. Place a very long fuselage block on your build, where you want to attach this
    2. Do the same on this build.
    3. Attach both builds. They should now be connected by a long rod
    4. Shorten the linkage fuselage blocks using the in-game menus. Dont use overload for this

    +2
  • Question about flaks. 7.9 years ago

    If you have SP on PC, see if you can extract the code for flak from the game, and use with the missile launcher rotation proxy (?) not sure if it works like that

    +2
  • Energy Shield suggestions 8.0 years ago

    @Awsomur @Oski
    - sci-fi stuff: new structure parts not required, but new engines and guns (sfx) yes
    - fuel is so the devs dont need to add a new power system

    +2
  • Engine and machine gun color 8.1 years ago

    Engine:
    Under the Engine section, change the overrideExhaustColor parameter. It uses the alpha-RGB format, but the color you put is not the actual resultant color, as it is mixed with another color first.
    Gun:
    Under Gun, change the tracerColor parameter. This uses a normal RGB format. The color of the projectiles will be directly changed if you edit the tracerColor parameter.

    +2
  • VTOL RCN SUGGESTION 8.3 years ago

    XML TIP: setting input of RCN:
    1. Open the .xml file or Overload
    2. Under ReactionControlNozzle, set autoAssignType to false
    3. Edit type. This is the input that will activate it.
    4. Edit reverse. This is whether a positive or negative input will activate the RCN
    5. Profit

    Note: there is little use in changing the input type of RCN

    +2
  • Best carrier landing ever 2.0 8.4 years ago

    @MrMecha nope took less than 20 min, i write more in my plane descriptions which can take over 30 min
    And the entire story is based off the video

    +2
  • [PINNED] Markdown Formatting 8.5 years ago

    What about the big black text that are in some peoples bios?

    +2
  • How to upload images to simplePlanes website 5 days ago

    wikipetan my beloved

    +1
  • [Off-Topic] I got a new laptop :D 6 days ago

    engineering enjoyer
    also am i cooked or this warrior has really short legs

    +1
  • Math test paper challenge. 8 days ago

    @Graingy all the divisions here have clean integer results, i am using the multiplication table in my memory to backsolve them
    (but i am reading the questions from the projected views instead of downloading the plane, so there is a chance i read them wrongly)

    +1
  • Gamemode/Mission ideas for SimplePlanes 2. 11 days ago

    Since there are cities now, there should be air to ground guerilla warfare
    Car stuff is goofy since realistic car performance is hard in sp

    +1
  • funky trees advice needed 12 days ago

    simulate a mass-spring-damper system to be extra funky
    .
    constants: k (spring constant), c (damping constant)
    deltaTime is the time difference between this frame and the previous frame, you can assume it to be 0.01 but this will make it act wrongly for low physics
    .
    SETTER v: v + deltaTime * (k*(x_tgt - x) - c*v)
    SETTER x: x + deltaTime * v

    +1
  • Have any y'all seen that WPlace thing going around? 12 days ago

    drawing a girl there rn
    edit: got trolled overnight smh, gonna turn it into something else later

    +1
  • Randomizing Input 18 days ago

    @Yoloooooo
    - There is some quote about making a deterministic computer doing random things being a crazy task
    - One such example is the input counter in one of the extremely old pokemon games (i can't remember which). The point is that differences in each play session causes rng to be different
    - Timing is also hard for players to control. But be careful of using a frame counter or timer with small windows, due to polling rate differences between the input handler and funky trees

    +1
  • what happened to lm0418? 28 days ago

    lm1984 :pensive: (idk what happened)

    +1
  • Mango — Mustard War ? 29 days ago

    @DeeganWithABazooka
    the virgin mustard:
    - sharp, unpleasant existence
    - needs to be team carried by other ingredients
    - often finds itself in a jar
    - name tarnished by war crimes
    (j)

    +1
  • Out of ideas+question one month ago

    Fuselage wings are "just" a few lines of circular and rotated straight fuselage blocks
    But i haven't built a plane in years so idk i forgor

    +1
  • [off topic, kinda] isnt it kinda odd seeing SP builds in other games one month ago

    Basic cockpit and blasto j90 mentioned

    +1
  • OCM Tetsu 1990 one month ago

    The shape is nice, but I'd suggest making the rear fenders bigger at the top, since it's awkward rn
    Also handles oddly (sharp response then chundersteer) but could be my skill issue

    +1
  • wip bomber one month ago

    Mmmmm sausage bomber
    How does the landing gear fit in the engine?

    +1
  • Problem is description one month ago

    If you have custom landing gear, try to increase maxAngularVelocity

    +1
  • Murica! one month ago

    @RepublicofWrightIsles freemen... morgan freeman reference??

    +1
  • A reminder to mobile website users (with regards to website browsing speeds) one month ago

    Imagine not closing tabs you don't need smh

    +1
  • Do wing effects exist in SimplePlanes? one month ago

    (Big edit to delete a lot of stuff) I read the thing a few times and tried to write it, but I don't understand it fully xdd
    .
    I think that the jet itself has low pressure as it is fast. And due to fluid viscosity and flow/pressure effects, surrounding air speeds up and decreases in pressure as well. Far away, the air maintains atmospheric pressure. This makes an axial pressure gradient with higher pressure on the outsides and lower pressure in the middle.
    .
    If one side is then blocked, it will always be at low pressure since there is no air there to form the usual pressure gradient. The new pressure gradient has lower pressure near the surface, and higher pressure at the free side. The pressure difference means that the jet experiences more force on the free side, and will tend to move towards the surface. This is much stronger than any passive airflow effect, and you can push the jet around sharp curves.
    .
    The simple does not have coanda effect. The wings only consider angle of attack afaik

    +1
  • (off topic) July 2nd birthday one month ago

    Wait i'm surprised you're only 16 xdd, i feel like you have been on the simple for quite long
    Your dad should actually get a car but only because bumpy roads in a moped sound like a bad idea

    +1
  • Anyone ready for No Poop July? one month ago

    @Boeing727200F just switch to an all liquid diet like a boeing, it's literally that easy

    +1
  • [cognitohazard] rugged tires are literally unplayable one month ago

    @NotRob119 the tires just apply a force depending on the amount of slip they have. Engines and brakes change how fast the wheels rotate and the slip difference does the rest. Also, wheel load does not affect wheel force, it's just an on or off thing. That's about it

    +1
  • AAAAAAAAHHH!!!!! (Question) one month ago

    I also choose the FD lmao
    Honorable mention: 180E evo II

    +1
  • Automatic Altitude Control, Using Throttle and Elevators 2 months ago

    Try a PD controller on the elevator input to directly achieve the altitude. Alternatively, a 2-step system where you calculate a target pitch angle and use it as the target value of the PD controller.
    .
    Throttle/speed should be a separate automated system, unless you are replicating some weirdness

    +1
  • smth i've been working on for a while 2 months ago

    Nice tubes

    +1
  • I suddenly want to create a self propelled artillery unit 2 months ago

    Give in
    Make your offering to andrew

    +1
  • ALPACA AMALFI (KE31) 2 months ago

    @PhantomBoltSP good luck for that project :>

    +1
  • ALPACA AMALFI (KE31) 2 months ago

    @SuperSuperTheSylph actually (🤓) this is slower than my other kei truck, which has the same amount of power. This thing is much heavier

    +1
  • Minecraft but 1985! 2 months ago

    Oversized indoor pool and random megastructure pog

    +1
  • Most definitely stock ford hatchback 2 months ago

    The front section is very nice

    +1