115k hpgbproductions Comments

  • Math test paper challenge. one month ago

    @Graingy how do you do long division on small numbers 🥀🥀

    +2
  • SimplePlanes WPlace Corner Two Days In one month ago

    @Graingy the reducer block "goes from a 2 to a 1", it has the part type Block-4
    I made it reversed though

  • HOW DO I MAKE A TURRET MOVE WITH A CAMERA? one month ago

    Idk how to make the rotators smooth, it heavily depends on your build, part arrangement, and other needs.
    I might know one method that only works if your FT architecture allows controlling the rotator with a move left/right input
    .
    Do you know Variable Setters and Part Variables? You will need both to make camera aim

  • HOW DO I MAKE A TURRET MOVE WITH A CAMERA? one month ago

    You can take the camera yaw and pitch values using the Part Variables menu, then drive the turret rotators with them. The camera must have type FirstPerson and cannot be attached to the turret. (If you put it on the turret, you will find out why)

  • SimplePlanes WPlace Corner Two Days In one month ago

    I haven't been in this area so I didn't do anything about the trolling. I made trains for an area colonized by some other game
    The circle thing is a reducer block
    And yes, DO NOT spend any money on wplace, the moderator situation is crazy

  • do you think we ever see a 1 million point user in our lifetimes? one month ago

    probably not, unless sp2 becomes massively popular

    +3
  • How big is your SimplePlanes Aircraft (and blueprints) Backup/Archive? one month ago

    Not many local files, a lot of unlisted files for projects

  • Clippy one month ago

    @GabrielFangster70 advocating for basic rights is considered a nerd activity now☠️

  • You should be able to see banned player’s account page one month ago

    Does downloading banned player crafts still work with the ctrl+L method?

  • Gamemode/Mission ideas for SimplePlanes 2. one month 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 one month ago

    @winterro yes, v is velocity and x is position, and both use the same coordinate system
    Also, deltaTime doesn't exist in the game, you have to make it yourself
    edit: I've seen this method used for gauges in an old train simulator, so here is an example gauge

  • funky trees advice needed one month 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? one month ago

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

    +1
  • [yapping] speeeeeed and poweeeeeer one month ago

    @rexzion yeah, differential behaviors are not provided exactly so idk what i'm doing
    i've done it once (plus one more fake differential) by just using the wheel rpm difference * a constant

  • I found a bug one month ago

    Sometimes a lag spike will overload the touch input code and make touch controls stop working completely. I feel it's more likely with custom weapon bodies.

  • [RANTS] I HATE AUTOCONNECT! one month ago

    for now, you can sometimes prevent it by making sure that a connection point is never used more than once
    but yeah it's bad

    +2
  • How to change control key positions one month ago

    No, wheel brakes are one of the few things that cannot be controlled by the funky

  • Randomizing Input one month 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
  • Randomizing Input one month ago

    Trying to make randomness using a computer, absolute classic
    Pick some things that are very difficult for the player to control exactly, and use them in an equation
    Or run the linear congruential generator every frame, or something similar, and only use the result on the Activate1 frame

    +3
  • [ Misc. ] The day I was born. one month ago

    Umazing! 👍

  • 911 GT3 RS one month ago

    Susge

  • ALPACA AMALFI (KE31) one month ago

    @RobertsAeronautics stronger regen brake when throttle is off, similar to gear 1 and 2

  • Lando Norris one month ago

    @ZFold7 labels are just incredibly limited, don't push it
    Try to increase width or height

  • Control indicator label code request one month ago

    For the pitch and roll display, try using center-center alignment, and build a + frame in the label first. Then put a circle in a new line. Try using the indent tag to move it horizontally, and the voffset tag to move it vertically.

  • Opinion: What the Recent SimplePlanes Drama Says About the Community one month ago

    blud forgot how to write :wilted_flower: :pensive:

    +3
  • Uh, do you mind? one month ago

    mmmm grain erosion
    .
    do you ever get flushed down the drain?

  • New bus project (I want answer not upvotes) one month ago

    @KoreanAircraftliner since these buses are for tighter spaces, they only have 2 doors

  • New bus project (I want answer not upvotes) one month ago

    City bus, but mountain road capable because why not

  • Mango — Mustard War ? one month ago

    @SamuelHayden sorry to hear that, you should drink more water

    +2
  • what happened to lm0418? one month ago

    lm1984 :pensive: (idk what happened)

    +1
  • Mango Mini Parfait one month ago

    @ToeTips i live in a tropical climate, but this item was not found there, but instead in a place that is kinda known for overpriced fruits

  • Mango — Mustard War ? one month 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
  • My PC better than him? one month ago

    @YarisHatchback it is good, sort of gaming specs without the rgb. But it's an old laptop at this point, can't buy it anymore
    I have run low graphics snowrunner, ets2, project wingman, and train crew with 60 fps.
    There is one goofy point: it cannot run without the battery installed, because the power unit can draw more power than what the battery or charger alone provides. You can ask me how i know

  • Mango — Mustard War ? one month ago

    There is no need, mango is the clear winner

    +2
  • My PC better than him? one month ago

    You forgot the most important part of the setup, which is not in bio: the inverted ikea document tray (jk)

  • 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
  • Mango Mini Parfait one month ago

    @CaptainBrayden
    Nothing appears, or missing rows? --> Increase label width and height
    Is the text cut off? --> Text data is too long to paste into settings menu field
    Only 1 row? --> Check for comma decimal points (bug with original SPRASTER)

  • Mango Mini Parfait one month ago

    @CaptainBrayden uuh just use the online label maker by 11qazxc

  • Mango Mini Parfait one month ago

    @Attr dessert

  • Mango Mini Parfait one month ago

    @SuperSuperTheSylph i shared it with a family member, it's good but $6 is steep for the small portion ngl

    +2
  • [ENDED]Mango Challenge! one month ago

    @BluesynVNA idk about the creativity part, but even for a meme contest, 3 day opening window is kinda f'ed up

  • [ENDED]Mango Challenge! one month ago

    This dropped at a good time for me, maybe as a mango enjoyer, i will build something (clueless)

  • 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
  • Someone help me code one month ago

    the heli rotor part already does that for you

  • Dassault Mirage 2000-5F one month ago

    I thought it was an ace combat screenshot until i saw it in my jet stream lmao, the pic is that good

    +2
  • How to code ((set) (reset) then (output)) in simpleplanes? one month ago

    Chat, what does this mean??

  • i have returned (with a compromise) one month ago

    Bruv has re-attained the longer form

    +3
  • wip bomber 2 months ago

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

    +1