Profile image

New Input System Explanation & Tutorial (Funky Trees)

66.6k SnoWFLakE0s  4.3 years ago
  • Log in to leave a comment
  • Profile image
    66.6k SnoWFLakE0s

    Super long explanation in written form here.

    I strongly recommend you give a read through that document, there's been updated and more throughly explained information in that post.

    Pinned 4.3 years ago
  • Profile image
    66.6k SnoWFLakE0s

    Although this is just a bit more basic than what some users might want, I should be good enough to get you guys started on using the new inputs.

    Pinned 4.3 years ago
  • Profile image

    hey, i need some code that tells a rotator where a target is relative to the aircraft. for an example on a radar, a rotator would point towards where the target is.

    3.0 years ago
  • Profile image

    How can I put control on flares I'll pu to the control flares into fireguns?

    3.3 years ago
  • Profile image
    1,096 WarRaptor17

    @Kiwitostes I have not. Thanks for the advice.

    3.4 years ago
  • Profile image

    @WarRaptor17 Have you tried "-Roll" ?

    3.4 years ago
  • Profile image

    I was just thinking of watching a video about this

    3.4 years ago
  • Profile image
    1,096 WarRaptor17

    @SnoWFLakE0s How can I set a rotator to function from inverted roll and regular pitch. “Pitch+Roll” works but how can I set “Roll” to be inverted?

    4.0 years ago
  • Profile image
    20.2k MAINE

    Thank you so much for the video. You just went that extra mile! Amazing human being you are ;)

    4.2 years ago
  • Profile image
    12.0k dINE

    @SnoWFLakE0s thanks, i will have a look at the rotators you made for autopilot for an idea.

    4.2 years ago
  • Profile image
    66.6k SnoWFLakE0s

    @nadvgia
    .
    No inputController, no input system. Use a rotator and a wing piece instead.

    +1 4.2 years ago
  • Profile image
    12.0k dINE

    Hello. Just a question: This can or can't be aplied to the wings part since they don't have any InputController setup? I want to clamp the wings funtionality from 0 to 1 so do i have a solution here?

    +1 4.2 years ago
  • Profile image
    66.6k SnoWFLakE0s

    @11qazxc
    .
    Yup- check out my take on it here. It works pretty well!

    +1 4.3 years ago
  • Profile image
    6,203 11qazxc

    Finally, it is possible to make a normally working autopilot.
    Glory to the bots, kill all humans.

    4.3 years ago
  • Profile image
    66.6k SnoWFLakE0s

    @LeonardoEngineering
    .
    Thanks, TIL! Although it's just a quick example of possible practical uses.

    4.3 years ago
  • Profile image

    @SnoWFLakE0s I tried right now, and Max value isn't limited as far as I can tell.
    When I do as you say in the Video, the rotor keeps spinning endlessly

    4.3 years ago
  • Profile image
    66.6k SnoWFLakE0s

    @LeonardoEngineering
    .
    I understand your point, but since max value is limited anyway, wouldn't it not matter?

    4.3 years ago
  • Profile image

    Let me just correct you over the "Bomb Bay" part.
    You were using the Altitude - 3000 input, but in that case, as soon as you surpass 3000 meters, the Rotor will go crazy because its max value is increasing with the altitude.
    To Keep the Input as 1 you should add the min function before the whole input, like
    min(Altitude - 3000, 1)

    In this way, the maximum input it will get is going to be 1, being the smaller number when the Altitude value starts to go crazy.

    4.3 years ago
  • Profile image
    66.6k SnoWFLakE0s

    @jamesPLANESii
    .
    Yep, I think what most people were confused about was how to enter them into the actual XML system. Just some syntax! Glad I helped.

    +1 4.3 years ago
  • Profile image

    Ok, functions make much more sense now lol
    I know where to place them now! XD

    4.3 years ago
  • Profile image
    66.6k SnoWFLakE0s

    @Minecraftpoweer @BlackhattAircraft @jamesPLANESii
    .
    Hey folks, just thought you guys might like to have this. Sorry if I bothered you!

    +1 4.3 years ago