PitchAngle just makes your plane point at 0 degrees of PitchAngle, and weird stuff happens when the RollAngle is anything other than 0 or close to 0. All of the pitching, rolling and yawing control is done by thrust vectoring engines, and the PitchAngle canards makes it painful to control the plane.
I changed the code of the canards to [(AngleOfAttack/40 + (Pitch - PitchRate/(15+abs(Pitch)*30))/(1+pow(IAS/200,2)) * (abs(AngleOfSlip)>90?-1:1)) [+ or -] ((Roll + (RollRate/100)/(1+pow(IAS/200,2))) * (abs(AngleOfSlip)>90?-1:1))] and increased the range of motion to 25°. It worked pretty fine. It also fixed the problem of the plane being unruly.
With back canards you shouldn't use AngleOfAttack without including PitchRate. PitchRate stabilizes the plane while in a high AngleOfAttack, so without PitchRate, your plane will just flip over.
@CrestelAeronautics I'm crazy?
I'm not crazy.
I once was crazy.
They locked me in a room,
A round room,
A round, rubber room,
A round, rubber room with Strike Wyverns,
X-02S Strike Wyverns,
Experimental Model 02 Stealth Strike Wyverns,
Experimental Model 02 Stealth Strike Wyverns with railguns,
High-Tech Railguns,
High-Tech, Airburst Railguns,
Aim-Assisting, High-Tech, Airburst Railguns,
Aim-Assisting, High-Tech, Airburst Railguns that went PRRRRSSHHHEEEWWWWEWWWWWWW
And drove me crazy.
<<I've detected a... leche flan on the ground? What's a dessert doing in the battlefield?>>
<<Well, no matter. Drop your comically large spoon into that flan and steal it! We can't let the enemy have a good snack!>>
@TheAngelofDeath5 "Log in to Simple Planes account--> Click view profile--> Click manage account--> Click Gravatar.com link--> Create Gravatar account--> Click my profile--> Click websites --> Click add website--> add simpleplanes.com--> Click my Gravatars--> Click add new image--> Upload any image--> Crop/Rate the image (Choose something appropriate because I think Simple Planes requires a "G" rating)--> Go back to my Gravatars--> Click view rating on the image you want (first you have to select the image)--> Type in your email address and click check--> After a couple of minutes, reload your Simple Planes website and it should be there!" - from how to change profile picture post
Alright, I'm unofficially reopening this challenge, since I'm so mad and salty.
For those who are late to the unfortunately early ended challenge, Go post your builds in this link Reopened 10 Part Challenge I'll take Luminarias' place in rating the builds.
It kinda looks like a facecam video that is overlayed on top of an old minecraft gameplay video where the thing shows its minecraft house build but suddenly a creeper shows up behind and blows it up.
Because they like anime girls. Anime is pretty popular, but it did not come out of a vacuum or out of nowhere. Why is anime popular now? I think it has something to do with Cool Japan which was an attempt to rebuild Japan's reputation after WW2, which worked GREATLY. Events after that i'm not sure.
"AoA" which is just AngleOfAttack*clamp(GS>10).
Honestly, it's kinda redundant as I could just put AngleOfAttack in there with the *clamp01(GS>10), and nothing would change.
This is a really cool way to spy on the enemy planes. Watching the enemy planes as if it was my own plane was a surreal experience. Really cool, but the drone shakes because the FPS in Low Physics (atleast in mobile) is 50 instead of 100 (which is what the drone is built on). I think this could be fixed by building the code with 50 FPS in mind, but I don't know if this will cause issues for 100 FPS (which is the fps for mobile's Medium/High Physics and PC's Low/Medium/High Physics), so I think it could be fixed by putting an FPS detector code that gauges what FPS you are in (50 or 100), and then adjusts your code to whatever FPS you are in.
@Dracul0Anderson Yes. Unfortunately, I find the wiki very basic and lackluster, as everything in the wiki is stuff I already know, and none of the real nerdy and complicated "Jet fuel sniffing" knowledge are in there afaik. Quite sad.
You can put entire soundtracks inside the aircrafts, 8Mb file size limit be damned. All you need to know is:
- Use Audacity for this.
- You can chop up a soundtrack into <1 Megabyte sized pieces (lol)
- make sure that the files are the EXACT SAME DURATION. For example, if the soundtrack is 181.59 seconds long, every chopped file MUST have the same exact 181.59 seconds.
- Leave a teeny tiny unhearable sound at the very end of each chopped file. Not doing so would cut the file off early, leading to much shorter duration than wanted, and that would mess up the soundtrack loop!
- All of the chopped files must play at the same time in game.
I've put Peacekeeper I from Project Wingman into my plane, and It plays and loops flawlessly.
Ok so you're on the forums tab, right?
Click the bright orange button called the "New Post" button. You will be redirected to a bunch of categories. Click on a category that you want to write about.
You will then be met with a big text "Create Forum Post". Write the title, the topic at hand, and click on the blue "Submit Query" button. And done! You have created a forum post.
Backup your SimplePlanes Files, to the computer, to the phone, to the google drive, to your USB, and maybe even to your shoe or something. Also, sorry you had to learn the hard way.
You draw things with a ballpen? How was using the ballpen go so far? I use pencil for my drawings, and also a "calligraphy pen" (which kinda looks and feels like a thin marker for me)
@PlanariaLab no, I want to know how to point the camera to the selected target perfectly, without considering angle lag caused by SimplePlanes updating the target position variable 1 frame late. Tried my hand on it, failed, and gone a bit insane, so I would like to know how these euler angles work.
@SleepyKitty Put it in the description brah you can edit descriptions. I want you to put every specification, rules, and blahblah yaddayaddas mentioned in the comments (like the one SchmooveBrain commented). I don't want to be bothered to read comments for additional details, it drains me!
I really really REALLY don't know how these rotation axis thingy works. The formulas for the position thingy definitely works, but this is not a good starting point, as all I could comprehend right now is a bunch of letters and symbols. Maybe I'll start asking around.
@Graingy Speaking of "the sky is the limit. literally", did you know that you can make engines work at 100% thrust up to exactly Altitude 105550.5006628m using some funky trees? Hoping to [NOT FORGET and] make a forum post AND a craft about it soon! (・v・)
Do you think the crazy builds in this game (like winterro's AI stuff) are crazy enough as is or do we need to go crazier? Because I believe we can go higher!
@ActullyObama Do NOT leave both Volume Input and PItch Input's Input on Disabled. Doing so will also disable the sound immediately after playing it. I guess it has something to do with some kind of bug in its coding, but I'm not the creator.
PitchAngle just makes your plane point at 0 degrees of PitchAngle, and weird stuff happens when the RollAngle is anything other than 0 or close to 0. All of the pitching, rolling and yawing control is done by thrust vectoring engines, and the PitchAngle canards makes it painful to control the plane.
I changed the code of the canards to [(AngleOfAttack/40 + (Pitch - PitchRate/(15+abs(Pitch)*30))/(1+pow(IAS/200,2)) * (abs(AngleOfSlip)>90?-1:1)) [+ or -] ((Roll + (RollRate/100)/(1+pow(IAS/200,2))) * (abs(AngleOfSlip)>90?-1:1))] and increased the range of motion to 25°. It worked pretty fine. It also fixed the problem of the plane being unruly.
With back canards you shouldn't use AngleOfAttack without including PitchRate. PitchRate stabilizes the plane while in a high AngleOfAttack, so without PitchRate, your plane will just flip over.
+1@CrestelAeronautics I'm crazy?
+1I'm not crazy.
I once was crazy.
They locked me in a room,
A round room,
A round, rubber room,
A round, rubber room with Strike Wyverns,
X-02S Strike Wyverns,
Experimental Model 02 Stealth Strike Wyverns,
Experimental Model 02 Stealth Strike Wyverns with railguns,
High-Tech Railguns,
High-Tech, Airburst Railguns,
Aim-Assisting, High-Tech, Airburst Railguns,
Aim-Assisting, High-Tech, Airburst Railguns that went PRRRRSSHHHEEEWWWWEWWWWWWW
And drove me crazy.
<<I've detected a... leche flan on the ground? What's a dessert doing in the battlefield?>>
+1<<Well, no matter. Drop your comically large spoon into that flan and steal it! We can't let the enemy have a good snack!>>
Why is Andrey Cherlinski always the victim in these demonstration screenshots ??? 😭😭😭😭😭
+1@TheAngelofDeath5 "Log in to Simple Planes account--> Click view profile--> Click manage account--> Click Gravatar.com link--> Create Gravatar account--> Click my profile--> Click websites --> Click add website--> add simpleplanes.com--> Click my Gravatars--> Click add new image--> Upload any image--> Crop/Rate the image (Choose something appropriate because I think Simple Planes requires a "G" rating)--> Go back to my Gravatars--> Click view rating on the image you want (first you have to select the image)--> Type in your email address and click check--> After a couple of minutes, reload your Simple Planes website and it should be there!" - from how to change profile picture post
+1@TheAngelofDeath5 I've linked a tutorial on how to change pfp.
+1Btw i don't understand spanish so I just use google translate to translate your comments and understand you
I CAN'T SLOW DOWN HELP MEEEEEEE
+1this is peak ✍️🔥🔥🔥🔥🔥🔥🔥
+1@LunarEclipseSP I'm serious.
+1Alright, I'm unofficially reopening this challenge, since I'm so mad and salty.
For those who are late to the unfortunately early ended challenge, Go post your builds in this link Reopened 10 Part Challenge I'll take Luminarias' place in rating the builds.
+1MB.i Shion?
+1@LunarEclipseSP so that's what jundroo's Wasp (the aircraft that I was using as reference) was actually based off? that's pretty neat. thanks
+1No. I don't keep a list of users who follow me
It kinda looks like a facecam video that is overlayed on top of an old minecraft gameplay video where the thing shows its minecraft house build but suddenly a creeper shows up behind and blows it up.
Because they like anime girls. Anime is pretty popular, but it did not come out of a vacuum or out of nowhere. Why is anime popular now? I think it has something to do with Cool Japan which was an attempt to rebuild Japan's reputation after WW2, which worked GREATLY. Events after that i'm not sure.
press Windows+R, then run 'AppData', then click on LocalLow, then Jundroo, SimplePlanes, etc etc. It worked on my laptop (which is running Windows)
@BluesynVNA No I don't, I had to look at your forum posts to remind me of.
Can the vortices and vortexes be enabled by some Funky Trees like `VerticalG>8.7' or no?
"AoA" which is just AngleOfAttack*clamp(GS>10).
Honestly, it's kinda redundant as I could just put AngleOfAttack in there with the *clamp01(GS>10), and nothing would change.
This is what no translucent water does to an mf. The water in mobile looks so SOLID and OPAQUE.
Hello, I do funky tree stuff. Nice to meet you.
This is a really cool way to spy on the enemy planes. Watching the enemy planes as if it was my own plane was a surreal experience. Really cool, but the drone shakes because the FPS in Low Physics (atleast in mobile) is 50 instead of 100 (which is what the drone is built on). I think this could be fixed by building the code with 50 FPS in mind, but I don't know if this will cause issues for 100 FPS (which is the fps for mobile's Medium/High Physics and PC's Low/Medium/High Physics), so I think it could be fixed by putting an FPS detector code that gauges what FPS you are in (50 or 100), and then adjusts your code to whatever FPS you are in.
@jamesPLANESii There is: https://www.simpleplanes.com/a/lNz30i/Rocket-That-Can-Go-Into-Space-Funky-Tree-magick-The-incomplete-explanation
Lossless Thrust
Spacecraft will be real... later
Sorry for the incoherent explanation
History always happens. History has never ended.
Be sure to remember the events. Things don't happen in a vacuum, there is always a cause and effect.
@Dracul0Anderson Yes. Unfortunately, I find the wiki very basic and lackluster, as everything in the wiki is stuff I already know, and none of the real nerdy and complicated "Jet fuel sniffing" knowledge are in there afaik. Quite sad.
I'm talking about https://simpleplanes.fandom.com/wiki/SimplePlanes_Wiki of course.
You can put entire soundtracks inside the aircrafts, 8Mb file size limit be damned. All you need to know is:
- Use Audacity for this.
- You can chop up a soundtrack into <1 Megabyte sized pieces (lol)
- make sure that the files are the EXACT SAME DURATION. For example, if the soundtrack is 181.59 seconds long, every chopped file MUST have the same exact 181.59 seconds.
- Leave a teeny tiny unhearable sound at the very end of each chopped file. Not doing so would cut the file off early, leading to much shorter duration than wanted, and that would mess up the soundtrack loop!
- All of the chopped files must play at the same time in game.
I've put Peacekeeper I from Project Wingman into my plane, and It plays and loops flawlessly.
Ok so you're on the forums tab, right?
Click the bright orange button called the "New Post" button. You will be redirected to a bunch of categories. Click on a category that you want to write about.
You will then be met with a big text "Create Forum Post". Write the title, the topic at hand, and click on the blue "Submit Query" button. And done! You have created a forum post.
Backup your SimplePlanes Files, to the computer, to the phone, to the google drive, to your USB, and maybe even to your shoe or something. Also, sorry you had to learn the hard way.
I love this
Reminds me of Starve.io, specifically that one campfire item that you place to become warm in the day and night, and cook food, and much more.
You draw things with a ballpen? How was using the ballpen go so far? I use pencil for my drawings, and also a "calligraphy pen" (which kinda looks and feels like a thin marker for me)
@PlanariaLab no, I want to know how to point the camera to the selected target perfectly, without considering angle lag caused by SimplePlanes updating the target position variable 1 frame late. Tried my hand on it, failed, and gone a bit insane, so I would like to know how these euler angles work.
@Graingy so it's not mspaint?
Oh, floating point precision error. Reminds me of that one dude crumpling the kerbol system with insane distances in KSP.
@Boeing727200F It says
postimage
free image hosting
image not found or was removed
The image has been removed.
@SleepyKitty Put it in the description brah you can edit descriptions. I want you to put every specification, rules, and blahblah yaddayaddas mentioned in the comments (like the one SchmooveBrain commented). I don't want to be bothered to read comments for additional details, it drains me!
It kinda looks like a portion of an SP map. It's like those polycam test maps or something.
WHATS THE DEADLINE!!!?!?!??!?!?
I really really REALLY don't know how these rotation axis thingy works. The formulas for the position thingy definitely works, but this is not a good starting point, as all I could comprehend right now is a bunch of letters and symbols. Maybe I'll start asking around.
@Graingy Speaking of "the sky is the limit. literally", did you know that you can make engines work at 100% thrust up to exactly Altitude 105550.5006628m using some funky trees? Hoping to [NOT FORGET and] make a forum post AND a craft about it soon! (・v・)
Do you think the crazy builds in this game (like winterro's AI stuff) are crazy enough as is or do we need to go crazier? Because I believe we can go higher!
You can upload the craft unlisted first, and do the editing from there. Helps you see how the real thing looks. And after that you can publish.
I love the way the legs look
This is screwing up my mouse joystick, it doesn't put pack the cursor where it was before teleporting to the unmarked target and it's really annoying.
@Graingy UTC+5:00?
@ActullyObama Do NOT leave both Volume Input and PItch Input's Input on Disabled. Doing so will also disable the sound immediately after playing it. I guess it has something to do with some kind of bug in its coding, but I'm not the creator.
@ThatrandomguywholikesSP Link to the motorcade?
T
I like what you did with the blending between the wing and the fuselage. It's really neat