@SPTNR 무엇을 업그레이드 하나요? 그리고, 그걸 "누가" 해야하는 건가요?? 한국어는 영어와 다르게, "무엇을 하겠다"고 말할 때 마다 "누가 하겠다"는 것을 반드시 설명해야 할 필요가 없는 특성상, 번역기는 간혹 이 "누가" 할 것 인지를 굳이 표현하지 않고 생략할 때가 있어요. (실생활에서도 그렇고요.)
(at least i can predict that "그냥 나열되지 않아도 됩니다" seems like it was about to say "just don't have to listed" anyway..)
@MSLITecnik there's too many words i have to use if i have to explain everything with text only.
i uploaded Example Police car with the codes minimized as possible for easier understand. you can even disassamble all the codes inside it.
and, i'm sorry if it makes you feeling like i let you do everything youself alone..
First, i have to explain the differance btween "Simpleplane's Basic Ai" and our custom Ai code made by our own, working for what we intended.
SP's Basic Ai is literally the built-in Ai exist on the game itself. it is somehow good enough at piloting airplanes, but it doesn't when it comes to ground vehicles, espacially if we have our specific desire to them to work on our intend!
and because of this, we (and our ancestors of this site..!!)decided to design our own algorithm to work as what we intneded. now, it's time to make it yours..
Step 1 - Let the funkytree codes to take the wheel (literally).
Pitch, Roll, Yaw, Throttle, Brake, Trim, VTOL.. These inputs are only for us (human users) and Sp basic built-in Ai.
to let our custom Ai to take the wheel, you have to change the inputs of each parts (like enigne or wheel's steer) into your own custom variable's name (you can make one at variable setter), so that the funkytree codes literally "take the wheel" of your vehicle. for example, for enigne's input, you have to change its input into Acc (i said this is just "example", you can name it your own!!!), Steer for inputs of wheels.
Step 2 - design the code
actually.. i spent a lot of time for research to find, also did founded new technique(s) on our Ai drive algorithm. but it would be too hard to explain everything with my incomplete english! so i'll just explain the most minimum, and the most definite way just make them to "follow" you.
as i explained in step 1, if you changed the vehicle's control inputs into your own custom variables, copy and paste this code into Acc (example name) variable : (TargetDistance-10)/10*
now our Ai is able to accelerate till its target's distance.
and now, copy and paste this code into Steer (example name) variable : sin(TargetHeading-Heading)
now our Ai is able to steer to change its direction as where the target is at.
that's it, but since it was are very basic things to do, you may want to learn something more advanced. you can ask me at then!
@Lwillswith2sentryguns by the way, I once tried to let my rally racer to drive someone's car. But it was way too hard to lead till the finish, due to how rough the route is. recently I've been stressed a lot due to this, and I even decided not to be stressed from it though. My recent inactive was also because of this. I'm sorry.
@Ashdenpaw1 sadly, i'm struggling to understand how/when the simepleplans' basic Ai is firing its available wepon. which means i'm not be able to make something like this..
@KevincastleSP um.. it's kinda, too hard to drive either for me or for Ai. (said "Ai" but actually, it's not really the "Ai" what the people imagine..)
@KevincastleSP if it's Ai Racer, do you want them to drive at goldprix or on our new rally route? just mind that if you choose rally route, it might be take little more time to complete.
@HB200Studio download the most recent version includes huge fixes and changes. added AiAltitude variable to adjust the height of flight when the funkytree codes are automatically operating whole helicopter.
i was need a code working like "direction where my self going to", so i just "remixed" the "target velocity heading" code to do the thing what i need. atan2(rate(Longitude),rate(Latitude))
@HB200Studio may be we can put invisible jet enigines inside the Motorsports helicopter. becuase the normal helicopters aren't that qucick enough, also not that maneuverable. plus, i once was really did wanted to make some quick Ai helicopter.
@windshifter1 if then That is, myself giving me a good chance to get blamed by every one, because i could be already been get caught by someone smart enough.⛓️💥😨
anyone can spot it using "find" function on any text editor app or program to find 'partType="Gyroscope-1"' , if i ever hide any.
i think This music (one of my favorite) is including "Guh" in its Lyrics
"Think'in about the days we were young, we were young ,guh.."
"Innocent in my ways we were don't, we were don't , guh.."
i just.. spawn the build i want to show (limited to car) as Ai opponent and let it drive to the certain route i want, and capturing it with my cam drone
German Car🗣️📢🔥💯
laptop, my favorite computer segment!!!
walking thing
@SPTNR 무엇을 업그레이드 하나요? 그리고, 그걸 "누가" 해야하는 건가요?? 한국어는 영어와 다르게, "무엇을 하겠다"고 말할 때 마다 "누가 하겠다"는 것을 반드시 설명해야 할 필요가 없는 특성상, 번역기는 간혹 이 "누가" 할 것 인지를 굳이 표현하지 않고 생략할 때가 있어요. (실생활에서도 그렇고요.)
(at least i can predict that "그냥 나열되지 않아도 됩니다" seems like it was about to say "just don't have to listed" anyway..)
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
@Lwillswith2sentryguns yeah, i was about to do that👉
@Lwillswith2sentryguns dam you guys are very quick ⚡⚡
Amazing 🗣️🔥🔥
yeah.. i was about to say exactly same thing jamesPLANESii said.
@MSLITecnik there's too many words i have to use if i have to explain everything with text only.
i uploaded Example Police car with the codes minimized as possible for easier understand. you can even disassamble all the codes inside it.
and, i'm sorry if it makes you feeling like i let you do everything youself alone..
First, i have to explain the differance btween "Simpleplane's Basic Ai" and our custom Ai code made by our own, working for what we intended.
SP's Basic Ai is literally the built-in Ai exist on the game itself. it is somehow good enough at piloting airplanes, but it doesn't when it comes to ground vehicles, espacially if we have our specific desire to them to work on our intend!
and because of this, we (and our ancestors of this site..!!)decided to design our own algorithm to work as what we intneded. now, it's time to make it yours..
Step 1 - Let the funkytree codes to take the wheel (literally).
Pitch, Roll, Yaw, Throttle, Brake, Trim, VTOL.. These inputs are only for us (human users) and Sp basic built-in Ai.
to let our custom Ai to take the wheel, you have to change the inputs of each parts (like enigne or wheel's steer) into your own custom variable's name (you can make one at variable setter), so that the funkytree codes literally "take the wheel" of your vehicle. for example, for enigne's input, you have to change its input into
Acc
(i said this is just "example", you can name it your own!!!),Steer
for inputs of wheels.Step 2 - design the code
actually.. i spent a lot of time for research to find, also did founded new technique(s) on our Ai drive algorithm. but it would be too hard to explain everything with my incomplete english! so i'll just explain the most minimum, and the most definite way just make them to "follow" you.
as i explained in step 1, if you changed the vehicle's control inputs into your own custom variables, copy and paste this code into
Acc
(example name) variable :(TargetDistance-10)/10*
now our Ai is able to accelerate till its target's distance.
and now, copy and paste this code into
Steer
(example name) variable :sin(TargetHeading-Heading)
now our Ai is able to steer to change its direction as where the target is at.
that's it, but since it was are very basic things to do, you may want to learn something more advanced. you can ask me at then!
@Lwillswith2sentryguns by the way, I once tried to let my rally racer to drive someone's car. But it was way too hard to lead till the finish, due to how rough the route is. recently I've been stressed a lot due to this, and I even decided not to be stressed from it though. My recent inactive was also because of this. I'm sorry.
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
@Ashdenpaw1 sadly, i'm struggling to understand how/when the simepleplans' basic Ai is firing its available wepon. which means i'm not be able to make something like this..
@KevincastleSP um.. it's kinda, too hard to drive either for me or for Ai. (said "Ai" but actually, it's not really the "Ai" what the people imagine..)
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
@KevincastleSP if it's Ai Racer, do you want them to drive at goldprix or on our new rally route? just mind that if you choose rally route, it might be take little more time to complete.
@dabestsock @Alviswong332 Goldprix?
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
@rexzion
exactly
@HB200Studio same link.
@HB200Studio download the most recent version includes huge fixes and changes. added
AiAltitude
variable to adjust the height of flight when the funkytree codes are automatically operating whole helicopter.@BARREND i exactly do XD
I saw the blury shape of Drake on thumbnail and i immediately clicked
there's two more Ai racer post i just uploaded rn, but i wouldn't spamming by mentioning on each post..
A/T 2 @SPTNR @Zhixunlin23 @Calliope
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
i was need a code working like "direction where my self going to", so i just "remixed" the "target velocity heading" code to do the thing what i need.
atan2(rate(Longitude),rate(Latitude))
@HB200Studio may be we can put invisible jet enigines inside the Motorsports helicopter. becuase the normal helicopters aren't that qucick enough, also not that maneuverable. plus, i once was really did wanted to make some quick Ai helicopter.
@Boeing727200F
Yeah :)
@HB200Studio neither i'm that good at modelling, but it would be cool.
ok
🗣️💪🤜
@windshifter1 if then That is, myself giving me a good chance to get blamed by every one, because i could be already been get caught by someone smart enough.⛓️💥😨
anyone can spot it using "find" function on any text editor app or program to find 'partType="Gyroscope-1"' , if i ever hide any.
i think This music (one of my favorite) is including "Guh" in its Lyrics
"Think'in about the days we were young, we were young ,guh.."
"Innocent in my ways we were don't, we were don't , guh.."
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
@skelyButActuallyCJ but slow. 🐌
but i think i can't make Them to fire its gun, because idk (hard to understand) how to let the Simpleplane's Ai to operate its gun by itself..
Self operated version of this.
A/T 2 @SPTNR @Zhixunlin23 @Calliope
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
A/T 2 @SPTNR @Zhixunlin23 @Calliope
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
A/T 1 @YarisSedan @Lwillswith2sentryguns @TheMouse
@cyon actually, i made this, and i using this. XD
@StinkyRice my "Ai Racer" explains everything. i mean.. same technique, differant location (Wright Airport).
i just.. spawn the build i want to show (limited to car) as Ai opponent and let it drive to the certain route i want, and capturing it with my cam drone