The SimplePlanes map is perfectly fine. If it were any more complex I wouldn't be able to run my planes. SimplePlanes is about building planes, not so much exploring.
@Korzalerke2147483647 I'm hoping for the end of this year, I've been working on school stuff but I have a 2 week break coming up soon, I should get a lot done then
@Korzalerke2147483647 I haven't done much work on the plane, but it's getting there. It's missing the autopilot, ILS, autoland, backend FMC stuff, and a bunch of random cockpit switches.
Before I publish the plane I also need to make a tutorial video, pdf manual, pdf checklist, charts, and airport vehicles (player controlled AI, it's going to be epic)
@Korzalerke2147483647 I have over 50 of these stacked statements in a lot of my variables. I use a text editor and a lot of notes to make sense of them
My SWL-120 has this, but it's very complicated and simulates the engine combustion chamber. I think I'd do something with variables for sure, but can't easily explain it. If you can wait a couple of days I can make something for you.
As a self-proclaimed bot account expert, he is not a bot. He appears to simply be a user who is interested in seeing other's content but not posting any of his own.
@TinyMaus Maybe, a lot of the performance cost is because a lot of the buttons have variable text, which is relatively simple. Remember, performance cost is only a guide to how heavy a build is. It could be possible to run the cockpit on the quest II.
@RishantYT747fan Maps without code work, but we don't know how and it's really unsupported. We do not plan to add android support at any time in the future, sorry.
@VictusBasilisk It's alright, I was really just practicing building a resonably detailed plane. I guess it just turned out looking like a 1930s plane so I said it was that.
@Blueshift So basically as you rotate--- no I see now
As the arrow moves it still rotates from the middle. The starting point and ending points look okay but the arrow still looks weird
In that case I'd recommend option 2 as it's the only easy way (not without spending 2000 years writing 999 pages of code) to do this
Done
The first suggestion already exists.
+3The SimplePlanes map is perfectly fine. If it were any more complex I wouldn't be able to run my planes. SimplePlanes is about building planes, not so much exploring.
+1ok
@Korzalerke2147483647 hmm I wonder why unlisted upvotes were patched....
+2! [] (imagelink)
+1Remove the spaces between the !, [], and () above.
Right click on the image and click on copy image link.
@RepublicOfCursedPlanes I see....
@Korzalerke2147483647 I'm hoping for the end of this year, I've been working on school stuff but I have a 2 week break coming up soon, I should get a lot done then
+1@Korzalerke2147483647 I haven't done much work on the plane, but it's getting there. It's missing the autopilot, ILS, autoland, backend FMC stuff, and a bunch of random cockpit switches.
+1Before I publish the plane I also need to make a tutorial video, pdf manual, pdf checklist, charts, and airport vehicles (player controlled AI, it's going to be epic)
@Korzalerke2147483647 I have over 50 of these stacked statements in a lot of my variables. I use a text editor and a lot of notes to make sense of them
+1"Test Tag" or "Testing". Both have a single post.
+3My SWL-120 has this, but it's very complicated and simulates the engine combustion chamber. I think I'd do something with variables for sure, but can't easily explain it. If you can wait a couple of days I can make something for you.
I've been working on the same build for the past two years, and am not bored at all.
+1I just archive all my stuff elsewhere. I only have like 6 saves rn.
.
@haohao2008202210 Destroy them
@TheFlightGuySP @Mohammad5336 Be sure to use the reply function so people know you responded.
@RishantYT747fan We simply do not know how to make Android mods and are not planning to learn how to make Android mods.
It is not a good idea, best to ask a mod first.
WNP78's mass edit script
Done
Sure, I'll do it.
+1sum(Yaw)
@100 No problem!
@100 Now that I don't, sorry. I have an idea for how it might work, but that's about a year away.
In that case the placeholder code I wrote for the SWL-120 will work.
I've separated the windshield wipers from the plane. Use Activate2. If you have some experience with FT you can change the AG.
Do you want speed settings or just one speed?
4th grade equalls 8yo at most! mmoOODdddszsSS uunDDerrraGE ussseeeerrr!!!!
+2@Riaanzekeameer Is the APU started?
As a self-proclaimed bot account expert, he is not a bot. He appears to simply be a user who is interested in seeing other's content but not posting any of his own.
@CL125 It looks like an AI generated image. The shadows are also probably AI generated.
@Skykid028 That's alright. To simplify that code, you could do
+1clamp(Pitch + Roll, -1, 1) * clamp(1 - (IAS / 500), 0.1, 1)
.Pitch * (clamp(1 - (IAS / 500), 0.1, 1))
Does this work?
@Skykid028 Alright, I got an idea of what I need to do then, when I get some time to experiment in SP I'll send the code.
@Skykid028 What is the top speed of the fighter jet in level flight?
I'll need some parameters. What speed do you want it to reach minimum rotation? How much rotation? What input does the rotator have?
Your last post before this one was 5 days ago. Not very long ago at all.
@TinyMaus Maybe, a lot of the performance cost is because a lot of the buttons have variable text, which is relatively simple. Remember, performance cost is only a guide to how heavy a build is. It could be possible to run the cockpit on the quest II.
hmm I wonder why it's blank?
+8.
.
.
What does AG1----AAAAAAAAAA
@RishantYT747fan Our mod doesn't have code, but we have no plans to make an android version. We also don't know how to.
@RishantYT747fan Maps without code work, but we don't know how and it's really unsupported. We do not plan to add android support at any time in the future, sorry.
@RishantYT747fan Android has been unsupported for several years now.
@VictusBasilisk It's alright, I was really just practicing building a resonably detailed plane. I guess it just turned out looking like a 1930s plane so I said it was that.
The legend has returned!
@jamesPLANESii no
@shadow1617 The tutorial can be applicable to that as well.
This
@Blueshift So basically as you rotate--- no I see now
As the arrow moves it still rotates from the middle. The starting point and ending points look okay but the arrow still looks weird
In that case I'd recommend option 2 as it's the only easy way (not without spending 2000 years writing 999 pages of code) to do this
you could do something like
+2repeat(Time * 1000000, number)
. It basically repeats time so fast, the value at any given point is seemlingly random.yes