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
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
@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
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
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
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
btw, you are the one making the "basic autopilot" right
.
i was making mine, using just shitty FT and after i saw yours
i feel dont want to make it anymore 😭
btw i cant figured, the altitudeagl keep activating randomly even i use (less than) or (more than) i am now just avoid using it and change to use brake instead to disengage autothrottle
@SilverStar the one above is hud old version,before the gund predictor
i did downloaded updated one, i still cannot understand the formula
i thought for a moment, for the Y axis, using voffset=sin{pitchAngle}/180*a for a is the amount space the text should moving
but its just not working right
sorry to tag you @PlanariaLab but can you tell me how you calculate the pos , voffset , rotate on your hud
i tried see your FT and i am so into it but i dont understand the calculation, why and when use sin or cos or tan, and the numbers you add and multiply
or tell me where can i learn.
please, sorry and thank you 🙏
@SilverStar yes its custom. but idk how to count it, like from camera to the text? but how to measure it 😅
also what document? if about the tags, i think i figured that part . i just dont understand the calculation and where the numbers from
You need the funky for huds?
Im not good at math, but it works like
You draw the labels using pos and voffset
With the values calculated with trigonometry based on aircrafts attitude
Like for vertical one, use tangent aircrafts pitch
For hmd, if use targetting just add the camera look value
@TheFlightGuySP sorry, do you know
How to make button click counter?
I've tried the
Button input Increase and Decrease with both variable setter value 0
And text showing value with variable setter value ; Valueincrease-Valuedecrease
in the setter Valueincrease ; Valueincrease + Increase
@PlaneFlightX yes like a year ago, or some
lmk if it work
lets fix it
im still learning
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
tostart 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
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
btw your explanation is better than the one from github 👍
@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
@PlaneFlightX thank you :D
you use Heading+180?
if Heading=90 it will be 270?
@rimiha IT WORKS! finally
i was just using text labels to see the expression results
@rimiha thank you so much! 👍👌
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
hahahaha yeah it works
i just downloaded maywar for android
copy the downloaded "mod-name".spmod-android to com.jundroo.SimplePlanes/files/mods
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
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
i just realized i asked "rate altitude" without realizing it is rate(altitude)
oh yes idk, i used mix and zarchiver, both shizuku compatible
@OverlordPrime thank you!
teach me
btw, you are the one making the "basic autopilot" right
.
i was making mine, using just shitty FT and after i saw yours
i feel dont want to make it anymore 😭
@PlaneFlightX TYSM!
btw i cant figured, the altitudeagl keep activating randomly even i use (less than) or (more than) i am now just avoid using it and change to use brake instead to disengage autothrottle
do you mean sonic boom?
@Gerald19 what custom input
@Sumrandomdud if for flaps, clamping vtol down just
clamp(VTOL,-1,0)
im also learning,
put my mark here to see updates
what is NMM
and how you put mod on mobile?
if its just need access on Android/data. yes it can. and pretty safe
@SilverStar the one above is hud old version,before the gund predictor
i did downloaded updated one, i still cannot understand the formula
i thought for a moment, for the
Y
axis, usingvoffset=sin{pitchAngle}/180*a
for a is the amount space the text should movingbut its just not working right
@OverlordPrime yes that! 😁, can you teach me how? how to measure it
and can you give me example?
as
how to calculate the pitch ladder/horizon thing if i want to use this symbol  ̄  ̄
WOW
I wish i have vr 😂
sorry to tag you @PlanariaLab but can you tell me how you calculate the
pos , voffset , rotate
on your hudi tried see your FT and i am so into it but i dont understand the calculation, why and when use sin or cos or tan, and the numbers you add and multiply
or tell me where can i learn.
please, sorry and thank you 🙏
@SilverStar yes its custom. but idk how to count it, like from camera to the text? but how to measure it 😅
also what document? if about the tags, i think i figured that part . i just dont understand the calculation and where the numbers from
thank you @OverlordPrime but i want text 😄 but yeah rotator can work now that i think of it
👍 thanks
i saw that i like it
i also want to make custom hud my own but i dont understand the calculation
You need the funky for huds?
Im not good at math, but it works like
You draw the labels using
pos
andvoffset
With the values calculated with trigonometry based on aircrafts attitude
Like for vertical one, use tangent aircrafts pitch
For hmd, if use targetting just add the camera look value
@ThatRandomCouchPotato have you solved it yet? sorry i was inactive
What exactly do you want to do@ThatRandomCouchPotato
To launch countermeasure with firing weapon button
Set input at countermeasure
FireWeapons
@Anomalocaris what is that
Nice
@Planebuilder2123 thanks 👍
Im still learning
All i intrested now is the funky trees haha
((IAS>719)?((IAS<791)?1:0):0)
719 and791 is in km/h by default,
Just find how many km/h is Mph
(IAS*1.944>665)?1:0
Its to give value of 1(true) on something at 665 knots, but i dont know how to put it.in light
You can scale the phisical light,
But the light halo cant
Indo?
Try put this in the forum

@Wolf21 ty again should've been working now

@Dogedogebread13 thank you
And congratulations on 2k hahaha
Nice bread
Wait
You need 100 points =) was asking the same question
I figured it out
@TheFlightGuySP sorry, do you know
How to make button click counter?
I've tried the
Button input
Increase
andDecrease
with both variable setter value0
And text showing
value
with variable settervalue ; Valueincrease-Valuedecrease
in the setter
Valueincrease ; Valueincrease + Increase
and
Valuedecrease ; Valuedecrease + Decrease
And set the botton xml to
once
Wich step i missed?
Or its not it?
i tried it here, arm spoiler
It has other condition as for automatic landing spoiler