@Spacejunkee8 first time when i buyed this game it was 22/Oct/2022. (According to Google play log) i was noob so much, as you can see in my first upload.. lol
I'm just searching and finding these useful FunkyTree codes and using.
@Stealth117 tunned new car is ready. but no design changes. So i'll mention you in the post, and if there is something not enough as you wanted, you can redesign and publish to people.
@DatRoadTrainGuy19 it's not writing the codes per each every car by car.
And, Isn't the
Stalking Technology ™
Is completed?
So,nothing is hard. It's simple. just copy&paste all the codes from the Stalking Vehicle that i firstly made, and add a few adjustments for each Ai car to make them chasing us better, so that give us more better experience.+ nothing is hard
And it's extremely fun to doing this!
@DatRoadTrainGuy19 it's fine! never anything is annoying. I'll try it that you suggested to me.
And the way to make the ai cars to chase us with out Gyroscope Assist is..
First, make a FunkyTree that are guiding the steer into the target.
The best FunkyTree Commend that i use is sin(TargetHeading-Heading). i call this Commend Diff. (Because that commend sin(TargetHeading-Heading) seems like calculating the difference between "My Heading Direction"and "Target's Heading Direction". )
But this is not enough to be the Stable Car chase Ai. And it's not even final results that will applied for Steer input. before applying this Commned on its steer, we must write one another Commend that will applied directly into steer input that are moving it's number according to Diff Commend. also this is the final result that will applied to it.
If we don't limit its limit of steer, when we are standing behind them, their wheel will gona turn too many, and finally, they lose their control.
For example, this kind of Commend is i'm using for Limiting their steer : sin(Diff*20)>3?3:(sin(Diff*20)<-3?-3:sin(Diff*20))
And apply this commend in to their Front wheel input.
And there are something more that required to making a Chasing Ai car.(like a Commend that controlling the speed of ai's car, or make their car immediately stopped when the target vehicle is stopping.) But it's too complicated to explain in this one comment.. sorry about that.(becuse even my self are not understand what is going on when i see the FunkyTree Commend that i written. And i'm not even enough English skill to to that!) But your self can find out from my ai cars and understand which FunkyTree Commend is written.
@LowtusF139 Because due to my lack of detailing skill of realism of engine.
Because..idk?
Because it is changeable anytime on variable setter
Sorry and Thank for Accepting XD
@Sm10684 Sure, i want to join you. but i want to question you somethig.
You said it's a VR car. Am i ok to join this project without owning the VR gears? If it's good, i would join it.
@Spacejunkee8 of course!! Why not hear you?
So i'm in progress to make things you suggested to me.
(But you might be disappointed, the idea you gave me number 1 is might be..
Difficult..? because idk how to make it. 2nd are currantly seem not Difficult. And 3 ,i have trying many ways to make the Driver's model walk around
The car, but it seems to difficult. So i put the fp camera in to the passenger seat,
And let the user left from there. )
Thanks you for keep with me.
@SETSUNA0414 since i started to bulid this car (it was 13 /1 / 2023) and until now,has taken many improvements on this car, and both my FunkeyTree knowledge too.(it is nothing dare to compared on other peoples. )
But as i seem, i have no idea what improvements are needed on this car. becuse it has already reached maximum level as i can do. it is hard to give some more improves in this level.. But if i get any ideas, i have a will to keep trying to increase it.
Thank you.
@BluesynVNA yea.. i think it was all because, i was totally in the digital illustration, due to how funnier it was than any video games available for me to play. and ofc, another obvious reason on inactive was because i was on developing this car, it's kinda complicated.
This is plane simulator in the first place, so there's nothing to say that's wrong even if it didn't happen. But no worries, said plane simulator is also sandbox game at the same time. So we can can make anything we want; as same as what we did on sp1.
Just as how i heard from,and expected on you, this your technique of driving dynamics is satisfying and great.
+1@ConvoyPerson i ain't busy. do you need some more change your cars to Ai car?
+1Wow!! Hyundai !
Hy! Yun! Daiii!!!
+1Will it fine to be Ai cop car?!
+1@Spacejunkee8 first time when i buyed this game it was 22/Oct/2022. (According to Google play log) i was noob so much, as you can see in my first upload.. lol
+1I'm just searching and finding these useful FunkyTree codes and using.
Nice!!
+1I guess yor house aren't getting enough air, so you're Try putting some inlet on your house, isn't it?
+1@DatRoadTrainGuy19 yes, it can! I'm just forgot to explain about that.
+1@ConvoyPerson No problem. It's already done
+1@SETSUNA0414 There are many people who change this plane simulator in to NOT plane simulator. (I CAN'T BELIEVE THIS IS PLANE SIMULATOR!!!)
+1@Stealth117 tunned new car is ready. but no design changes. So i'll mention you in the post, and if there is something not enough as you wanted, you can redesign and publish to people.
+1@DatRoadTrainGuy19 Good. I'll try it!
+1Introducing
The
The
+1@SomeSPGuyWhoLikesLore
Be
careful
for
not
to
be
Arrested.
Good luck🚔 🚔 🚔
+1@DatRoadTrainGuy19 it's not writing the codes per each every car by car.
And, Isn't the
Stalking Technology ™
Is completed?
+1So,nothing is hard. It's simple. just copy&paste all the codes from the Stalking Vehicle that i firstly made, and add a few adjustments for each Ai car to make them chasing us better, so that give us more better experience.+ nothing is hard
And it's extremely fun to doing this!
@DatRoadTrainGuy19 and here's the Ai Police Car That you said about!
+1@DatRoadTrainGuy19 it's fine! never anything is annoying. I'll try it that you suggested to me.
+1And the way to make the ai cars to chase us with out Gyroscope Assist is..
First, make a FunkyTree that are guiding the steer into the target.
The best FunkyTree Commend that i use is
sin(TargetHeading-Heading)
. i call this CommendDiff
. (Because that commend sin(TargetHeading-Heading) seems like calculating the difference between "My Heading Direction"and "Target's Heading Direction". )But this is not enough to be the Stable Car chase Ai. And it's not even final results that will applied for Steer input. before applying this Commned on its steer, we must write one another Commend that will applied directly into steer input that are moving it's number according to
Diff
Commend. also this is the final result that will applied to it.If we don't limit its limit of steer, when we are standing behind them, their wheel will gona turn too many, and finally, they lose their control.
For example, this kind of Commend is i'm using for Limiting their steer :
sin(Diff*20)>3?3:(sin(Diff*20)<-3?-3:sin(Diff*20))
And apply this commend in to their Front wheel input.
And there are something more that required to making a Chasing Ai car.(like a Commend that controlling the speed of ai's car, or make their car immediately stopped when the target vehicle is stopping.) But it's too complicated to explain in this one comment.. sorry about that.(becuse even my self are not understand what is going on when i see the FunkyTree Commend that i written. And i'm not even enough English skill to to that!) But your self can find out from my ai cars and understand which FunkyTree Commend is written.
@ConvoyPerson Thanks XD
+1@DatRoadTrainGuy19 powerful feeling that coming from weight is.. wow. enough to be strong police car. I'll try it.
+1@LowtusF139 Because due to my lack of detailing skill of realism of engine.
+1Because..idk?
Because it is changeable anytime on variable setter
Sorry and Thank for Accepting XD
@Kerbango What a wonderful comment, appreciate!
+1@SETSUNA0414 Thank As always! <3
+1@LunarEclipseSP Exactly. because what GR86, and i'm persuing about is matching. It's about exciting and fun on the driving.
+1@erridkforname does that mean your self are about to make a jet version of it?
+1If right, there's no problem.
@SussyBoi42 i'm so glad to hear that! Appreciate.
+1@SETSUNA0414 yayy!!
+1@Spacejunkee8 All the ideas you gave me has applied on this car. And it's finally released!!
+1@Sm10684 Sure, i want to join you. but i want to question you somethig.
+1You said it's a VR car. Am i ok to join this project without owning the VR gears? If it's good, i would join it.
@Spacejunkee8 of course!! Why not hear you?
+1So i'm in progress to make things you suggested to me.
(But you might be disappointed, the idea you gave me number 1 is might be..
Difficult..? because idk how to make it. 2nd are currantly seem not Difficult. And 3 ,i have trying many ways to make the Driver's model walk around
The car, but it seems to difficult. So i put the fp camera in to the passenger seat,
And let the user left from there. )
Thanks you for keep with me.
@ART1340 if i can, sure! Most thing What i am&can build is the automobile.
+1MASTERPIECE is Finally out!
+1And..Created on Android?!?!
Is this game"simpleplanes Simulator"or "Flappy bird"?
+1i'm on chaos!!!
@SETSUNA0414 since i started to bulid this car (it was 13 /1 / 2023) and until now,has taken many improvements on this car, and both my FunkeyTree knowledge too.(it is nothing dare to compared on other peoples. )
+1But as i seem, i have no idea what improvements are needed on this car. becuse it has already reached maximum level as i can do. it is hard to give some more improves in this level.. But if i get any ideas, i have a will to keep trying to increase it.
Thank you.
Thank you for getting interested on my creation!!
+1more curators. the cute curators.
@BluesynVNA yea.. i think it was all because, i was totally in the digital illustration, due to how funnier it was than any video games available for me to play. and ofc, another obvious reason on inactive was because i was on developing this car, it's kinda complicated.
@SPMistatopi @TunerTakedown with f82 m4 front.💀
@BluesynVNA what closed?..
This is plane simulator in the first place, so there's nothing to say that's wrong even if it didn't happen. But no worries, said plane simulator is also sandbox game at the same time. So we can can make anything we want; as same as what we did on sp1.
Bro really gone crazy during the funkytree'ing..
@Stallia alright, let's give it little more air..
the amount of the air:
@TunerTakedown what link, specifically?
@Halcyon215 indeed I am dead
Unique driving experience in simpleplanes
(bunch of Self driving cars in the end💀..)
it could cost five hundred thousands of dollar every shot
Ha. I tower over everyone here.
..And watch out, I hear the sound of moderators coming here for calling out a user via forum post!!!! Omg!!
@HorizonTech5 sorry, it's not functionally working
System32
Heh XD
Set the "maxAngularVelocity" of each wheels to 171