Keep in mind that no one said that they "wanted" the funky trees update. The devs simply delivered, and the game was radically changed in one of the best ways possible. Also all of the updates have delivered long-awaited changes, so I don't get the point of this post tbh.
Relative to the inertial reference frame e, the large disk B rotates at a constant rate about an axis which passes through point O and is parallel to e3. The small disk A rotates relative to B at a constant rate omega about an axis which passes though point Q and is parallel to e3. Your favorite bug P is strolling along a radial line fixed in A. Derive simple expressions for the velocity and acceleration of P in the inertial reference frame.
A spacecraft is launched into a low Earth orbit. The spacecraft principal moments of inertia are Ix = 98 kg·m2, Iy = 102 kg·m2, Iz = 150 kg·m2. For stability, the launch vehicle deploys the spacecraft such that it is in a major axis spin when released, with ωz = 0.5 rad/s. Because no deployment is perfect, the spacecraft also has some angular velocity about the other two principal axes, given by ωx = 0.1 rad/s, ωy = 0.02 rad/s.
Making appropriate approximations:
(a) Describe the resulting spacecraft attitude motion if there are no disturbance
torques.
(b) Determine the nutation angle.
(c) Determine the precession rate.
@Volxar Ty for investigating! Unfortunately That aircraft was built before the Funky Trees Update, so it doesn’t give us useful info. Try seeing if Orbidyn-L flies properly. If it does not fly properly, then we can conclude that the problem has to do with Funky Trees.
@Volxar Odd. Even with throttle at 100? This is a fuelless plane. Change your physics settings if you can. Other than that, I cannot solve this problem.
@CRJ900Pilot No worries. The question mark is a conditional operator. The code I gave you is pretty much and if-else that is designed to lessen the rotation after TAS = 200.
Sounds good. For spacing, you would use this code: TAS > 200 ? Y * TAS / (X * 90) + 200 / (X * 90) : TAS / (X * 90)
.
Replace Y with a number smaller than one (a decimal) to adjust for the small spacing.
Replace X with a number (maybe a decimal) to adjust the max range of the rotator.
Use a smooth function with a condition speed argument. Let me know if you want the code.
.
Edit: The question here looks like you need the rotator to rotate less after a certain speed. That code is much simpler and I can offer that to you too.
The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly but gets faster each minute after you hear this signal "bodeboop". A single lap should be completed every time you hear this sound. ding Remember to run in a straight line and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark. Get ready!… Start.
@FireFast212 I used a home-grown, and admittedly barebones mod. There are better mods out there that can do custom screenshots, but none are publicly shared.
Wonderful! Did you get the code from a comment of mine, or from my technical documentation? Either way, I’m happy to see that my delay function is being used here. :)
It is also good to take a break. Burnout happens, especially on SP. If you have no inspiration, then doing something non-SP-related will let that inspiration return.
Keep in mind that no one said that they "wanted" the funky trees update. The devs simply delivered, and the game was radically changed in one of the best ways possible. Also all of the updates have delivered long-awaited changes, so I don't get the point of this post tbh.
+15@preda046 Good to see you again. Ty!
I appreciate the mention of math here :)
🍆
+3@Starlight Of course!
@Alpha6 Awesome!
Relative to the inertial reference frame e, the large disk B rotates at a constant rate about an axis which passes through point O and is parallel to e3. The small disk A rotates relative to B at a constant rate omega about an axis which passes though point Q and is parallel to e3. Your favorite bug P is strolling along a radial line fixed in A. Derive simple expressions for the velocity and acceleration of P in the inertial reference frame.
Congrats! And in advance, congrats for getting #9 :)
@Alpha6 Didn't know at all! That's a nice coincidence.
A spacecraft is launched into a low Earth orbit. The spacecraft principal moments of inertia are Ix = 98 kg·m2, Iy = 102 kg·m2, Iz = 150 kg·m2. For stability, the launch vehicle deploys the spacecraft such that it is in a major axis spin when released, with ωz = 0.5 rad/s. Because no deployment is perfect, the spacecraft also has some angular velocity about the other two principal axes, given by ωx = 0.1 rad/s, ωy = 0.02 rad/s.
+5Making appropriate approximations:
(a) Describe the resulting spacecraft attitude motion if there are no disturbance
torques.
(b) Determine the nutation angle.
(c) Determine the precession rate.
@Alpha6 Ty! This one was really dense, but it was a joy to write.
+1@Alpha6 MIDAS is a decent choice for area control.
+1Contact jundroo, the remove this post, as it puts a spotlight on your info.
+1@Volxar No problem! Enjoy your flight.
Sure, I’ll give it a shot. Can you tag me on the unlisted?
Nice tiltrotor! In my opinion, they are among the hardest VTOLs to make.
Nice wing placement. What made you go for this shape and placement? I'm curious about your design intent/process :)
+2@Volxar Ty for investigating! Unfortunately That aircraft was built before the Funky Trees Update, so it doesn’t give us useful info. Try seeing if Orbidyn-L flies properly. If it does not fly properly, then we can conclude that the problem has to do with Funky Trees.
That’s hot. T
Wild. Same. I guess I'm bad at SP.
@Volxar Very unusual. Does your device work with other builds that use Funky Trees? For example, would it work with some of my other recent builds?
@Volxar Odd. Even with throttle at 100? This is a fuelless plane. Change your physics settings if you can. Other than that, I cannot solve this problem.
@Volxar Just as you would with any other plane. Does the trim bar not appear?
I’m pretty sure phone tracking is already a thing.
Generally speaking the majority of plats post good stuff. Sure, there are a few outliers, but they pretty rarely get good numbers.
Laughs in FT flight system
+2Definitely desert. For some reason green often does not look good in SP.
Not sure if I'll be able to look at it given that my week is about to start. I'll see what I can do if I get the time though.
Does it hit the 200 mark when the aircraft hits 200mph?
Oh yeah, sorry. Replace the 200 with its equivalent in m/s
@CRJ900Pilot No worries. The question mark is a conditional operator. The code I gave you is pretty much and if-else that is designed to lessen the rotation after TAS = 200.
Sounds good. For spacing, you would use this code: TAS > 200 ? Y * TAS / (X * 90) + 200 / (X * 90) : TAS / (X * 90)
.
Replace Y with a number smaller than one (a decimal) to adjust for the small spacing.
Replace X with a number (maybe a decimal) to adjust the max range of the rotator.
Use a smooth function with a condition speed argument. Let me know if you want the code.
.
Edit: The question here looks like you need the rotator to rotate less after a certain speed. That code is much simpler and I can offer that to you too.
@silver Ty!
The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly but gets faster each minute after you hear this signal "bodeboop". A single lap should be completed every time you hear this sound. ding Remember to run in a straight line and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark. Get ready!… Start.
+5Ah, good to know! That’s a nice habit to have.
@FireFast212 I used a home-grown, and admittedly barebones mod. There are better mods out there that can do custom screenshots, but none are publicly shared.
Wonderful! Did you get the code from a comment of mine, or from my technical documentation? Either way, I’m happy to see that my delay function is being used here. :)
+1@nanqiang For your wheels?
Ah. Mobile has trouble with strings. This is a known bug and it should be fixed in the next update.
Use SelectedWeapon = “Rocket”
.
I think that should be the right syntax.
@Jaxonrox99 I think so. Ty!
@Alpha6 I never really made an enemy in the lore. SPEcorp did bully another company, named T-corp, for a while, but I never elaborated on the details.
It is also good to take a break. Burnout happens, especially on SP. If you have no inspiration, then doing something non-SP-related will let that inspiration return.
@Alpha6 I never tested it for durability. Good to know!
+1Nice idea!
@Zoowarp I wouldn’t tag otherwise, unless if I made a mistake!
@DdayKnight90000 Ty! I spent a good amount of time developing the engine.
@Zoowarp Ty! I tag those who ask for it when I post a teaser.
Memorial Day isn't about remembering things for/about yourself. A little out-of-taste tbh.