@TheFlightGuySP oh dang
You do explain this in the way i can understand
So?
For example i want an auto level
I should put in wings PID(0,RollAngle,0.001[the amount aileron output?],1/2[quick at what rate? Ex anglepersecond(was1/2is 2secs?)],0.01[the damper?]
@TheFlightGuySP i read that several times
But my smol bren couldn't understand it
I dont know whats "target¤t" is and for
Was it for like if i want to
(Target)altitude=1000,( current) altitude
And what value is i can enter to p,i,d
And where to implement those values? Like rotators,engines,etc
Im just a new guy, didnt even know xml
All i learnt is from here
And most of tutorials using less explanation and examples unlike yours
I know to do it,, but i dont know yet to prevent it to return back to original position hahahaha
(FireWeapons>0)?sum(FireWeapons):0
It will always spin indefinitely if u press shoot(cannon not gun,and actually any missile too if u have it,u gonna need another ternary if u have more weapon other than cannon)
But, it will turn back to original position with the same rotation it was rotating
@TheFlightGuySP oh i forgot about browser bookmarks
I have a ducktons of questions about funkies
Ill bother you again next time muehehehe
Thanks
@32 you made me 100 points 😁
Thanks
And will this post automatically turn to images?
@TheFlightGuySP THANK YOU VERY BERY MUCH
.
.
.
...
.
.
Sorry caps just excited
@TheFlightGuySP oh dang
You do explain this in the way i can understand
So?
For example i want an auto level
I should put in wings
PID(0,RollAngle,0.001[the amount aileron output?],1/2[quick at what rate? Ex anglepersecond(was1/2is 2secs?)],0.01[the damper?]
How can i put your comment so i can access later
@TheFlightGuySP i read that several times
But my smol bren couldn't understand it
I dont know whats "target¤t" is and for
Was it for like if i want to
(Target)altitude=1000,( current) altitude
And what value is i can enter to p,i,d
And where to implement those values? Like rotators,engines,etc
Im just a new guy, didnt even know xml
All i learnt is from here
And most of tutorials using less explanation and examples unlike yours
@TheFlightGuySP ill see tomorrow,if it showing up or not
+1Thanks again!😁👍
@TheFlightGuySP i like the way u explain.
Can you also make tutorial on pid?
Can be anytime,
@TheFlightGuySP i dont know how to use it,
But i will try
Thank you very much!
` that mark?
Just so people can see what i typed
Should i delete it
@TheFlightGuySP its just showing !?
Or am i lagging
Does that also changes thrust?
Yeah i think i didnt mistyped it
And i use the link from
Share-direct link
Was used postimages.org but it became postimg.cc
Is there another website i can use?
@TheFlightGuySP am i typing it wrong?
I copied direct link and literally

[]
()
@Scrugy51 ohhh hahaha
That's why i cant
Thanks for the information!
Thanks for upvotes! 😁
@Scrugy51 thank you!
How to spotlight someone's plane?
@Scrugy51 actually my 1st 1st is tutorial plane,
Made another before but never finished it
@Dogedogebread13 oooo, thanks 👍
@Dogedogebread13 im sorry, what is spotlight?
And how to do so
I want to upvote, but i need 30 points
I know to do it,, but i dont know yet to prevent it to return back to original position hahahaha
(FireWeapons>0)?sum(FireWeapons):0
It will always spin indefinitely if u press shoot(cannon not gun,and actually any missile too if u have it,u gonna need another ternary if u have more weapon other than cannon)
+1But, it will turn back to original position with the same rotation it was rotating
Yesterday i downloaded mod map for android
Just click the file.spmod-andoid and its just importing the mod automatically
Sorry, a bit spam
You can actually set the speed in built in settings
No need to smooth it
(Throttle>0.8)?((Throttle-0.8)*5):0
Will do the job
Use this one instead (Throttle>0.8)?smooth(((Throttle-0.8)*5),0.2):0
It didn't work lol
Also started learning FT a week ish ago,
Looking for some new knowledge
To clarify, do you mean to sweep the wing respective to the throttle?
Or just want it to sweep after 80% but slowly?
If just sweeping according to throttle maybe you can try input
(clamp(Throttle,0.8,1))/(how many degrees your hinge or rotator moves)
If just time u can just use
smooth(x,(rate per second)
Correct me if im wrong