472 griges Comments

  • Is there a way to put an auto aim turret on top of another turret? yesterday

    @STRATO72 do what @Monarchii say, add a rotator that moving opposite way with same input
    or just detach connection from bottom one,and add connection to something not moving

  • Is there a way to put an auto aim turret on top of another turret? yesterday

    @STRATO72 so the turret wasnt auto aim?
    or the bottom one only? one manual and another auto?

  • Is there a way to put an auto aim turret on top of another turret? yesterday

    you make your own FT?
    if does

    add cockpit to each turret any cockpit, and set the variable on each of the cockpit,

    ex; turret1 using cockpit1, so FT in turret1, change targetDistance,targetAltitude, targetHeading,Heading, Altitude. from variables cockpit1 and so on each turret

    if a turret didn't have cockpit, it'll only calculate by the main cockpit so the output of every turret is the same even tho different places and needs different angles

  • Working AUTOPILOT!, EASY TO APPLY yesterday

    @FlyOnTheWall 😁 thanks

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

    @Kendog84 i haven't really played with rotator, bu i was thought if using scale from in game mods, i thought it'll make it weaker.. im not sure...

    ill check on your build

  • How to make gauge active above certain throttle value? 2 days ago

    to activate gauge at 91%throttle just put this in activation
    Throttle>90 so it is on at 91%
    for the needle, just
    inverselerp (0.90,1,Throttle)*100 so the gauge will count 90% as 0, and 100% as 100
    or delete *100 if you want the result 0-1

    +1
  • Basic FBW tutorial? 2 days ago

    it would be a lot of ft
    you need for every control surfaces,and how much the desired output and the limit.

    if you are not really into FT alot
    my basic is just
    if something value exceeded? (value i want) : (do normal value)
    to get the value i want i mostly just use PID, using only proportional of it and change smoothing use inverselerp. i have knowledge limit of that, but it can be work

    or if you play with ft alot, i made a little autopilot, just change it to always on, and the target value changing realtime as input

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 2 days ago

    @Kendog84 i am on android.. but i think theres similar way. thank you for the info!
    also about rotator, it shake even nothing attached to the shaft of it?
    what if i scale the rotator to almost invisibe, and scale engine power also?
    i thought, if the output is not same as the the input, some calculation have a little offset

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 2 days ago

    @ThomasRoderick
    nice explanation 👍👌 thank you very much
    so in rotator, i need one rotator per custom variable? it'll be many rotator 😂 but its interesting,i wanna try to make my button autopilot work that way, so its possible to put in Sub-assembly

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

    @ThomasRoderick lemme try understand it
    so i put variable name in the rotator current angle variable? and the variable as the rotator input?
    and i take, for example

    if i wanna put Ft for flap that start going down at 110 m/s and full at 80m/s

    i put rotator current angle name to 'flap' and input to inverselerp(110,80,IAS)
    If i set rotator to 180° and min 0 max 1
    the flap input will be 'flap'/180?

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 2 days ago

    @ThomasRoderick wow thats brilliant! i want to do that, but man, a lot of rotator to do 😂
    thanks for the info!

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

    so no easy way to move custom variables@ThomasRoderick

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 2 days ago

    thank you! @ThomasRoderick @Seeras
    i think it wasn't a bug,
    because i didnt modify from his plane, i use his plane as Sub-assembly,and put it to the buttons (because i dont wanna move the custom variables one by one)
    are there a way to copy custom variables?

    +1
  • I need a G-Force Limiter again. 2 days ago

    thats for pitching up if both up and down

    PitchRate<0? ( Pitch - PitchRate * 0.005 ) * ( inverselerp(9,0,VerticalG) ) : ( Pitch - PitchRate * 0.005 ) * ( inverselerp(-4,0,VerticalG) )

    +1
  • I need a G-Force Limiter again. 2 days ago

    its easy to do add that from your variable
    (Pitch - (PitchRate* 0.005) * (1-(VerticalG/13.5)

    but if you want accuracy
    whats the aircraft pitch rate, in the real sample, (degree/s)

    or try
    (Pitch-PitchRate*0.005)*(inverselerp(9,0,VerticalG))

    +1
  • Working AUTOPILOT!, EASY TO APPLY 2 days ago

    @FlyOnTheWall thank you 🙏

  • Xeno Darcia 300R 3 days ago

    can i use and modify

    +1
  • ZA-237 "Brosk" 3 days ago

    @Zerkk tysm!

    +1
  • ZA-237 "Brosk" 3 days ago

    i borrow your plane, i hope you dont mind..
    if you mind ill delete it 🙏

    +2
  • [TEASER] FREE TO USE WORKING AUTOPILOT 3 days ago

    uhmm the link just send me here

    nvm its

  • WORKING SIMPLE AUTOPILOT 3 days ago

    @IFVuser thank you 😁

    +1
  • [TEASER] FREE TO USE WORKING AUTOPILOT 3 days ago

    @WzNick tysm!

  • [TEASER] FREE TO USE WORKING AUTOPILOT 3 days ago

    how to make link clickable

  • Useful FT AI CODES 3 days ago

    im indonesian, my teacher teach me
    sincostan seccoseccotan
    demisamidesamisamidesade
    basically
    sin=de/mi
    cos=sa/mi and so on
    but idk how to use it in simpleplane
    like, HOW and when lol

  • I need a G-Force Limiter again. 3 days ago

    how many G you plane goes? im not expert, but
    try (yourvariable)*(1-(VerticalG/x)
    cange x to any G start from your max G, change accordingly, lower to lower max G, vice versa

    +1
  • Funky Trees! 4 days ago

    @Gerald19 my English is not good, but, you want activation group, but dont want to use Activate1-8?

    just use button or switch
    and change input to
    ex; i want to activate engine 1, i set switch input to eng1 and add custom variables, eng1 with value 0 or blank
    and change engine input from anything it was and add *(the switch variable you use) so originally Throttle to Throttle*eng1

    edit:
    if when turning on switch or buttons, cannot turning it off again
    edit button xml input ,interractionType set to Toggle

  • Is this just me 4 days ago

    i'll stick to simple-planes😅 cant stand tedious task

  • Useful FT AI CODES 5 days ago

    @MSLITecnik i know only that, just like in the vids
    idk how and when if its implemented. to FT

  • Useful FT AI CODES 5 days ago

    whats with the trigonometry... i cant understand... help
    how does it work, here in SP

  • how to make heading, 360° than -180~180 5 days ago

    goodluck ln your highschool!
    so, i think i need to learn coding first then
    thank you very much! @PlaneFlightX

    +1
  • how to make heading, 360° than -180~180 5 days ago

    @PlaneFlightX ...
    i didnt know anything about coding. i searched up whats notepad++
    if i want to use it, do i need to know some coding language or something? or it can be intuitively?? i assume notepad++ can make easier
    are there free lesson online thats start from scratch? can you recommend me

  • Funky Trees! 5 days ago

    @MSLITecnik methamphetamine?
    jk yeah i also kinda understand a little about theFT but the math, i need to learn more

    +1
  • Adapting Android Game Version Concept 5 days ago

    @FlyOnTheWall rename it didnt work for me
    i think it has to be the android version

  • Adapting Android Game Version Concept 6 days ago

    tried other mod, if not mobile didnt work for me
    it has to be (mod name.spmod-android)

  • Adapting Android Game Version Concept 6 days ago

    after dropping in mod folder, have you activate it from mod menu in game?
    the maywar map work for me
    my SP 1.12.205
    MIUI 14.0.5 Android 13

  • how to make heading, 360° than -180~180 6 days ago

    you code it ingame? or also like import from somewhere??
    are you a programmer or developer?

  • how to make heading, 360° than -180~180 6 days ago

    my mind was blown
    you weren't made a

    SimplePlane

  • how to make heading, 360° than -180~180 6 days ago

    @PlaneFlightX yes like a year ago, or some

  • need help for funky tree stabilizer? aircraft 6 days ago

    lmk if it work
    lets fix it
    im still learning

  • Is this just me 6 days ago

    you guys use blueprints?

    +1
  • need help for funky tree stabilizer? aircraft 6 days ago

    Nevermind! i misunderstood
    i thought wobble "after" pitching
    if wobble during pitch just decrease the angle from rotator/control surface you use
    if still persist,
    just change input
    from Pitch to smooth(Pitch,x)
    again, change x
    start from 0.1,0.2, and higher if the pitch too slow

  • need help for funky tree stabilizer? aircraft 6 days ago

    this is limited to my knowledge if the input on the elevator
    try
    Pitch+(Pitch=0?PID(0,PitchRate,x,0,0)/PitchRate:0)
    change x to
    start with 0.3
    if the craft pitch too fast, go lower.if too slow, go higher
    try not to go more than 1,
    you can go lower to 0.01 and more

    or
    Pitch+(Pitch=0?clamp(-PitchRate/x,0,0.5):0)
    change x to how fast your craft pitch rate,
    if you plane pitch at max is 10degree/s
    put 10, change number accordingly
    try
    someone else knew better. i dont know xml coding. just learnt from players posts

  • how to make heading, 360° than -180~180 6 days ago

    yeah yours were too complicated 😂
    i was fiddling with FT and i thought... maybe i can make autopilot
    then i got these problems 😂
    but im happy anyway
    basic autopilot
    really basic
    not your basic 😂@PlaneFlightX

  • [HELP me again] lerpangle not right 6 days ago

    btw your explanation is better than the one from github 👍

  • [HELP me again] lerpangle not right 6 days ago

    @hpgbproductions thank you very much!
    i haven't try now
    but, is it right i can use lerpangle to go with the closest angle?
    tried to change the heading to 360 bcs i cannot figured

  • how to make heading, 360° than -180~180 6 days ago

    @PlaneFlightX thank you :D
    you use Heading+180?
    if Heading=90 it will be 270?

  • [another HELP] cant open console debug on mobile 6 days ago

    @rimiha IT WORKS! finally
    i was just using text labels to see the expression results

  • how to make heading, 360° than -180~180 6 days ago

    @rimiha thank you so much! 👍👌

  • Adapting Android Game Version Concept 6 days ago

    why you can't?
    you already using shizuku right?
    and you sure you copied to Mods folder?
    try this
    https://www.simpleplanes.com/Mods/View/1650924/Maywar-for-android-Newedition