A syntax error means you have written something that the computer doesn’t know what to do with, it is usually a typo in the code, you can fix it my going through and checking for any typos you may have @CatMasterLuke
If you attach a cylinder grip or some other part, say a fuselage block, would moving the grip also move the fuselage if it was unattached or attached to a free spin rotator
I made a aircraft that is pretty stealthy https://www.simpleplanes.com/a/3h6682/Specter-V4
It gives a false location for the aircraft @IceCraftGaming
@TylerThomason
Pretty much every player has been begging for it to the developers but they say right now they say that the game doesn’t have enough income to run servers, and they probably don’t want to restart the servers even 10 minutes from all the game crashers people make @SkyJayTheFirst
I actually is not possible to fly with other players without mods and unfortunately it is not possible to download mods on IOS or android @SkyJayTheFirst
If you wanted to display the selected weapon and the ammo you would need to have the weapon name and the ammo in 2 different bracket thingys
{SelectedWeaponName}: {ammo(SelectedWeaponName)}@ZilithyneYT
Well it was the best way I could think to make the carrier auto fly itself but I probably should have considered adding a list of lat and lon points someone might want to use. A description of the numbers in the HUD would have been useful too. @Thomasthemaker4
It would if you increased the health of the entire aircraft rather than just the outside layer, but you would probably go flying if a missle did hit you@ANOMC0
Then the equation would be
GForce > 2 ? (TAS > 500 ? 1 : 0) : 0
Keep in mind that you will probably need to adjust the 500 mph into whatever TAS measures in @Ummmhelli
This would turn the engine all the way on when throttle is over 90%
Throttle > 0.9
This would put input X instead in case you wanted it not to be All the way on or use a variable
Throttle > 0.9 ? X : 0
@sharpclaw
What do you want it to go 500 over, this is a basic equation
PitchRate > number ? (Trait > 500 ? 1 : alternativeInput1) : alternativeInput2
In this if the pitch rate goes over a spicific point (number) it will check if whatever it is that you want is over 500 (trait) if so it will output 1. Else it will output alternateInput1 ( you need to choose it) if the pitch rate is not over number it will output alternateInput2. Keep in mind you need to supply values for number, trait, alternateInput1 and alternateInput2 @Ummmhelli
I will get the equation written up probably by tomorrow because I don’t have access to the game right now @FlyingSheeper
A syntax error means you have written something that the computer doesn’t know what to do with, it is usually a typo in the code, you can fix it my going through and checking for any typos you may have @CatMasterLuke
If you attach a cylinder grip or some other part, say a fuselage block, would moving the grip also move the fuselage if it was unattached or attached to a free spin rotator
I made a aircraft that is pretty stealthy https://www.simpleplanes.com/a/3h6682/Specter-V4
It gives a false location for the aircraft @IceCraftGaming
@TylerThomason
Do you just periodically post this or is it modified every time
Yeah I noticed that one, it can almost do a virtual takeoff @Aosullivan799
Yeah I made one and have come to terms with the fact that nobody knows how they fly @Aosullivan799
You could probably use a hinge rotator to make it more compact
Thanks this was helpful
Thanks @Nore
Yes but how did you accomplish it @Nore
I still don’t know how these things work
I must channel my inner noob
Pretty much every player has been begging for it to the developers but they say right now they say that the game doesn’t have enough income to run servers, and they probably don’t want to restart the servers even 10 minutes from all the game crashers people make @SkyJayTheFirst
Thanks @spefyjerbf
How did you do activate 6
For weight do I use empty weight to r loaded weight
What if the message appears and the pearl is not there
I have converted to Andrewisum and now that Andrew has blessed my planes I will soon achieve platinum
But it comes to a complete stop whenever I hit it and refuses to move at all when it is on @Nore
This is quite possibly the best plane in the entire game
Whaaa, how dose activate 5 work
I actually is not possible to fly with other players without mods and unfortunately it is not possible to download mods on IOS or android @SkyJayTheFirst
I give upvote to anyone who can actually make a flying aircraft carrier
Do not be deceived, I actually have built something but it is just to massive to see from the editor
Andrew is the creator of the game and the all knowing benevolent god of simple planes @SkyJayTheFirst
If you wanted to display the selected weapon and the ammo you would need to have the weapon name and the ammo in 2 different bracket thingys
{SelectedWeaponName}: {ammo(SelectedWeaponName)}@ZilithyneYT
What have you done, you have posted something with a higher performance cost than me and now I must retaliate. ALL DEVICES WILL CRASH!!!!!
You may be able to compare IAS and TAS to get air pressure @linxiaofeng2339
You add curly brackets around it like this {TargetDistance+Altitude}@ZilithyneYT
Well it is still a work in progress but I figured it was good enough to post @Skyfrostiscool
I so do enjoy cartoon violence
Well it was the best way I could think to make the carrier auto fly itself but I probably should have considered adding a list of lat and lon points someone might want to use. A description of the numbers in the HUD would have been useful too. @Thomasthemaker4
Yes it would output a 1 if the statement is true and -1 if the statement is false, though I normally use a space in between the things @PPLLAANNEE
It would if you increased the health of the entire aircraft rather than just the outside layer, but you would probably go flying if a missle did hit you@ANOMC0
If you use jet engines or propellers to pin it to the ground it can climb up 90 degree walls
Flying boat or floating plane?
This thing has crashed my phone trying to download it
You could increase the health of your aircraft with XLM @PDX01
I guess that my timing for posting this was a little off
Ya only got 100 til silver @Aosullivan799
I wish I thought of it
Then the equation would be
GForce > 2 ? (TAS > 500 ? 1 : 0) : 0
Keep in mind that you will probably need to adjust the 500 mph into whatever TAS measures in @Ummmhelli
This would turn the engine all the way on when throttle is over 90%
Throttle > 0.9
This would put input X instead in case you wanted it not to be All the way on or use a variable
Throttle > 0.9 ? X : 0
@sharpclaw
I will make it a successor @Aosullivan799
I made a similar build but before I upload it because it is so similar I better get your permission first @Aosullivan799
This is amazing and invincible. How did you get it to be so shiny
What do you want it to go 500 over, this is a basic equation
PitchRate > number ? (Trait > 500 ? 1 : alternativeInput1) : alternativeInput2
In this if the pitch rate goes over a spicific point (number) it will check if whatever it is that you want is over 500 (trait) if so it will output 1. Else it will output alternateInput1 ( you need to choose it) if the pitch rate is not over number it will output alternateInput2. Keep in mind you need to supply values for number, trait, alternateInput1 and alternateInput2 @Ummmhelli
I certainly will @Aosullivan799
How would you scale the entire plane at once so that the parts do move when scaled