3,202 griges Comments

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 4 months 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? 4 months 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? 4 months 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' 4 months 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' 4 months 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' 4 months 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' 4 months 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' 4 months ago

    so no easy way to move custom variables@ThomasRoderick

  • [Autopilot_1.9.1] "Zerkk's" ZA 237 'BROSK' 4 months 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. 4 months 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) )

    +2
  • I need a G-Force Limiter again. 4 months 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 4 months ago

    @FlyOnTheWall thank you 🙏

  • Xeno Darcia 300R 4 months ago

    can i use and modify

    +1
  • ZA-237 "Brosk" 4 months ago

    @Zerkk tysm!

    +1
  • ZA-237 "Brosk" 4 months ago

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

    +3
  • [TEASER] FREE TO USE WORKING AUTOPILOT 4 months ago

    uhmm the link just send me here

    nvm its

  • WORKING SIMPLE AUTOPILOT 4 months ago

    @IFVuser thank you 😁

    +1
  • [TEASER] FREE TO USE WORKING AUTOPILOT 4 months ago

    @WzNick tysm!

  • [TEASER] FREE TO USE WORKING AUTOPILOT 4 months ago

    how to make link clickable

  • Useful FT AI CODES 4 months 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. 4 months 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 months 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 months ago

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

  • Useful FT AI CODES 4 months ago

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

  • Useful FT AI CODES 4 months ago

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

  • how to make heading, 360° than -180~180 4 months 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 4 months 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! 4 months 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 4 months ago

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

  • Adapting Android Game Version Concept 4 months ago

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

  • Adapting Android Game Version Concept 4 months 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 4 months 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 4 months ago

    my mind was blown
    you weren't made a

    SimplePlane

  • how to make heading, 360° than -180~180 4 months ago

    @PlaneFlightX yes like a year ago, or some

  • need help for funky tree stabilizer? aircraft 4 months ago

    lmk if it work
    lets fix it
    im still learning

  • Is this just me 4 months ago

    you guys use blueprints?

    +1
  • need help for funky tree stabilizer? aircraft 4 months 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

    +1
  • need help for funky tree stabilizer? aircraft 4 months 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 4 months 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 4 months ago

    btw your explanation is better than the one from github 👍

  • [HELP me again] lerpangle not right 4 months 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 4 months ago

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

  • [another HELP] cant open console debug on mobile 4 months ago

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

  • how to make heading, 360° than -180~180 4 months ago

    @rimiha thank you so much! 👍👌

  • Adapting Android Game Version Concept 4 months 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

  • How to do screenshots 4 months ago

    i need this

    +1
  • Adapting Android Game Version Concept 4 months ago

    hahahaha yeah it works
    i just downloaded maywar for android
    copy the downloaded "mod-name".spmod-android to com.jundroo.SimplePlanes/files/mods

  • Adapting Android Game Version Concept 4 months ago

    I checked
    theres file com.jundroo.SimplePlanes/Mods in the Android/data
    maybe copypaste the mods there???
    i tried entering level with engine restrictions (eagle glider) and remove restrictions from Level.xml
    i can enter the lever with propeller plane

  • Adapting Android Game Version Concept 4 months ago

    it doesn't give "full" system access. but now i can access,read and write in the Android/data folder, should've be locked
    MiX is xiami explorer. use zarchiver instead and turn on setting (ROOT->Type of root->shizuku)
    some apps and game put save data on Android/data. i usually back it up, works fine
    .
    but to apply simpleplanes mod, i haven't try i haven't look on to any mods yet

  • Quick Interior Teaser 4 months ago

    btw, you can just make game on your own 😂

    +1