@ComradeSandman the question says wallpaper, so i assume it's my desktop wallpaper (funny eldritch being)
i would die to the girl in my pfp (human impostor made by mad scientists)
the girl on my phone wallpaper (flying shrine maiden) can "only" throw pieces of paper but i would still lose
Might be a mismatch in the fill values of fuselage blocks that are connected front to back. Since the blocks are close enough together and using the front/back attach points, the game will try to match the normals, which is impossible due to the fill differences. Try to change attach points.
At the same time, idk since i haven't seen any bug this bad before
check the version of the software, the old versions have a bug in certain locales (especially euro ones)
anyways, there is no reason to use it, since there are better alternatives
Fun tip, sometimes you don't want them all on or all off, but mixed together, usually if you're not building normal planes. (Maybe i should write a post about how smoothing works, and some tricks)
It's the same for non-animated pics
I used ezgif for converting videos to gif before, maybe it still exists
Btw be careful when converting videos to gif, or everyone's wifi router and data plan will cry
Nice
Anyways, I just call it animation-style, there's no such term for it. Not exactly the same as your code though, here's an example I digged up from one of my planes
.
Wheel assembly: lerp(0, 1, inverselerp(0, 9, smooth(GearDown?0:10,1))
.
Main door: lerp(1, 0, inverselerp(5, 10, smooth(GearDown?0:10,1))
.
I'm using a code structure I call a linear map
I use an animation software style of funky trees for most timed animations. It is based around a timer variable, e.g., smooth(GearDown?0:10, 1).
Each rotator will have an input which is basically in the form x(t), or x varies with the timer above.
If your animation is the same (but reversed obviously) on activation and deactivation, this method is very easy to write and edit
Since the first argument of your smooth functions are constants, each smooth function will only perform one movement each, as soon as it is chosen by the ternary operator. You need a way to reset the smooth functions.
Also, clamp(val,min,max) clamps val between min and max. Since min=max, val=min=max
if you have sp on pc, or you can access the xml files on your phone (old versions of android only), you can use a very fast method to remove drag that's already there
@Dpdfuzz @DatFiat126Fan19 it's the afterburner effect from AQF-24
a lighthouse beam is a pretty interesting use of it
.
edit: saw new comment, the code is the same except for the color
i recommend deep frying them as i prefer my rounds to be crunchy. however, if your rounds have a lower explosive content, they will be too hard to bite. i recommend stewing such rounds
As an artist-type person, i slightly hate PEA since a lot of them look very bad, not necessarily as in inaccurate or unrealistic, but rather, visibly rough and low quality
Quick check of recent PEA (very small sample size):
- fuselage that has like 3 parts in a line, i joke to myself that my tris are visible but this is too much
- [point partially taken back] airbrake that can be made with fuselage cutting (which will make it have FEWER parts), but instead the builder made a rectangular-ish 3 part panel that looks very rough (The airbrake actually uses just one airbrake part, but it sticks out from a circular fuselage when retracted)
Additional (about 2 days of newest):
- semi-circular intake on a replica of a well-known stealth plane xdd (there is no way to build that shape with 1 part, just use a few more)
- allegedly using a lot of wing parts to make a curved wingtip (i didn't download but a commenter called it out)
- the common pet peeves, like blue or chrome windows, etc
One of the devs answered the first one before, roll reverses when the wing rolling "up" stalls as aoa becomes too high, so it now has less lift than the other wing, and goes "down" instead
Probably, the aoa during pitch only is already close to critical aoa
train released
tested in sp 1.12.203.0 with spr 1.0 (9/23/2021) on low and high physics, the spawning seems consistent enough
east acw
east cw
west acw
west cw
@ComradeSandman the question says wallpaper, so i assume it's my desktop wallpaper (funny eldritch being)
+1i would die to the girl in my pfp (human impostor made by mad scientists)
the girl on my phone wallpaper (flying shrine maiden) can "only" throw pieces of paper but i would still lose
it will turn me into a cute small octopus (or maybe i will just be oneshot by a crowbar)
+2@AbdulRivai not yet, also the joke is now less obvious since the image links are dead
Perpendicular to its axis of symmetry, so i get both the yolk and white
+3sannis livisa 180rs
me when an f1 sponsor finally becomes socially relevant (it was for knocking out critical infrastructure)
+2Whomst
+1@Kerbango one side is correct, the other is mirrored, and it's like that on the car in gt4
+1Glassgy time
No but it is slightly cringe
+3Might be a mismatch in the fill values of fuselage blocks that are connected front to back. Since the blocks are close enough together and using the front/back attach points, the game will try to match the normals, which is impossible due to the fill differences. Try to change attach points.
At the same time, idk since i haven't seen any bug this bad before
Mostly, but maybe not exactly, upvote to age ratio
+1Good for updating xml too
+1@ComradeSandman i could go for good onion rings rn, local burger king killed their old recipe and their new ones are kinda trash
Onions are best fried, whether of the pan or the deep variety
check the version of the software, the old versions have a bug in certain locales (especially euro ones)
anyways, there is no reason to use it, since there are better alternatives
Fun tip, sometimes you don't want them all on or all off, but mixed together, usually if you're not building normal planes. (Maybe i should write a post about how smoothing works, and some tricks)
literally just use your sp profile page, otherwise you have no reason to use hits
+1the irl weeb planes (Su-47 and F-15S/MTD), and the soviet turbo brick because funny
+1weirdge detail
it could have been good, but bro decided to throw it away
It's the same for non-animated pics
I used ezgif for converting videos to gif before, maybe it still exists
Btw be careful when converting videos to gif, or everyone's wifi router and data plan will cry
Nice
Anyways, I just call it animation-style, there's no such term for it. Not exactly the same as your code though, here's an example I digged up from one of my planes
.
Wheel assembly: lerp(0, 1, inverselerp(0, 9, smooth(GearDown?0:10,1))
.
Main door: lerp(1, 0, inverselerp(5, 10, smooth(GearDown?0:10,1))
.
I'm using a code structure I call a linear map
I use an animation software style of funky trees for most timed animations. It is based around a timer variable, e.g., smooth(GearDown?0:10, 1).
Each rotator will have an input which is basically in the form x(t), or x varies with the timer above.
If your animation is the same (but reversed obviously) on activation and deactivation, this method is very easy to write and edit
Since the first argument of your smooth functions are constants, each smooth function will only perform one movement each, as soon as it is chosen by the ternary operator. You need a way to reset the smooth functions.
Also, clamp(val,min,max) clamps val between min and max. Since min=max, val=min=max
You can but usually they don't attach correctly
you know explosive, tube-shaped machines that can swim like penguins exist right?
+2@TheMouse using regular expressions for search and replace
+1if you have sp on pc, or you can access the xml files on your phone (old versions of android only), you can use a very fast method to remove drag that's already there
+2@Dpdfuzz @DatFiat126Fan19 it's the afterburner effect from AQF-24
a lighthouse beam is a pretty interesting use of it
.
edit: saw new comment, the code is the same except for the color
i recommend deep frying them as i prefer my rounds to be crunchy. however, if your rounds have a lower explosive content, they will be too hard to bite. i recommend stewing such rounds
+1nah this is normal, it could be much worse
+1save your plane with your project's codename and then never update the filename when uploading :troll:
+3@LowtusF139 lol i always write weird things to see if anyone calls them out
please make a 2000 hp version with the most peaky and laggy turbo known to man
InputEngineActive:
+1- SETTER: Throttle>0
- note: change trigger input as required
.
EngineActive:
- SETTER: 1
- ACTIVATOR: InputEngineActive & EngineTimer=0
.
EngineActive:
- SETTER: 0
- ACTIVATOR: EngineTimer>=15
.
EngineTimer:
- SETTER: smooth(EngineActive?15:0,1)
uma players when there is no ssr honse:
+1(i don't play)
only 25 points
The press kit says it's Glen Carbon, IL but everyone knows that jundroo is from area 51
+1@Salah001XTripleVage
Yes Trains >:)
@ChaseRacliot 4 spaces before every line
@TheMouse maybe, not sure if it's exactly what you mean
+1But i think that if [PEA] doesn't look better than "my first plane", than why [PEA]?
As an artist-type person, i slightly hate PEA since a lot of them look very bad, not necessarily as in inaccurate or unrealistic, but rather, visibly rough and low quality
+2Quick check of recent PEA (very small sample size):
- fuselage that has like 3 parts in a line, i joke to myself that my tris are visible but this is too much
- [point partially taken back] airbrake that can be made with fuselage cutting (which will make it have FEWER parts), but instead the builder made a rectangular-ish 3 part panel that looks very rough (The airbrake actually uses just one airbrake part, but it sticks out from a circular fuselage when retracted)
Additional (about 2 days of newest):
- semi-circular intake on a replica of a well-known stealth plane xdd (there is no way to build that shape with 1 part, just use a few more)
- allegedly using a lot of wing parts to make a curved wingtip (i didn't download but a commenter called it out)
- the common pet peeves, like blue or chrome windows, etc
watame lon
Sus
One of the devs answered the first one before, roll reverses when the wing rolling "up" stalls as aoa becomes too high, so it now has less lift than the other wing, and goes "down" instead
+1Probably, the aoa during pitch only is already close to critical aoa
Sorry to hear that, you have to use a trapezium-shaped blade to cut it off, that's the only way
+1Joel
Also massive fuselage
@ShirakamiShimada @A380lover800 yep i wish sp2 will come with a long train map
@A380lover800 hosimak suissei)))))
I was never gone, just splitting my free time with other things