@jamesPLANESii Well if you separate every single part in my mod parts (let's remove the custom 3D modelled parts entirely for now), you have over 24000 normal fuselages and other parts. I can comfortably drag out about 20 of the seat parts, (1 part for all seats in the plane), so I have 16000 * 20 = 320000 parts at 30 fps on a 3060.
That's 16 yamatos.
Also my 3060 is maxed out, usually it's idling and my i9 is doing all the work.
@Emirates380 That link only works if the mod creator (in this case klm747 and myself) posted an android mod, which we didn't. In addition to this, you could only upload an android mod a few years ago.
Well I tried to download it and it says I'm missing some parts from SP Extra, despite me having the latest version installed.
I also tested your version of SimpleWings, it works fine.
@TimsonAviation No, sorry. For SimplePlanes, almost all mod creators post their mods on the SimplePlanes website. Some do choose to post on the Steam workshop, but there's no reason to do so.
Main Gear Doors Code
A code which is simple to modify the timing of, and is 1 whenever landing gear is retracted or extended, otherwise it is 0. clamp01(pingpong(smooth(clamp01(GearDown) * 2, 0.5), 1) > 0)
Change "0.5" to a smaller number for a longer timing, or a larger number for a shorter timing.
The above is copied directly from a Discord server I'm in (I wrote the code)
@DameTheMobileFriendly Also fun fact, I just finished reporting at least 20 of these. They have a few comments on their profile, and then on those posts I see other bot accounts which have their own comments...
smooth(Throttle > 0.95, 0.017)
That's the basis of the code you want. The only flaw it has is the smooth keeps increasing or decreasing forever, so you'll want to clamp that in some way.
@OrderlyHippo It's a little difficult to fully explain, so here are some points
- The autopilot works by itself, you can input parameters such as heading and altitude, and it will try to fly to those targets using some pre-written code
- The waypoint system interacts with the autopilot by basically calculating a target heading to go to a waypoint, and then inputting that heading into the autopilot
- Everything is fully vanilla. The SWL-120 does use mods, but those are just 3D models to reduce part count. I don't even know how to write mods with code, only 3D models.
- It is one thing, but it does require a lot of effort. It only really makes sense when you sit down and try to code it.
Well my report yeeted the post to botland, but..
@IceCraftGaming Yeah most of the bots fail at that, it must be because their auto markup is designed for other sites.
Download mods and planes from the site, and click on the downloaded file and it will automatically import the mod/download the plane. In reponse to @Tanner0501, the steam workshop is basically never used for mods in this game, the website is where most of the content is.
You'll want to clamp01() both of those booleans you've got there. Also, in the expression ammo(Torpedo) = 4*0.5, the *0.5 is actually multiplying the 4.
Seems alright, for SP I'd recommend going for the best CPU you can get (I have an i9 11900k with my 3060 and it's the perfect combo), and I'd recommend having a single 2 TB or 1 TB SSD instead of two. There also seems to be a missing CPU cooler. I'd recommend something from Noctua, they make great air coolers. Other than that it all seems good.
@OPaiTaOn It should work, if you'd like, tag me on an unlisted version and I'll test it in VR when I have a chance.
+1Got it working, just flying around now. I have no idea what changed to let me download it.
+1This plane is incredible, great work!
Well I just tried downloading this and it worked fine!
+1Now to fly it
@jamesPLANESii Well if you separate every single part in my mod parts (let's remove the custom 3D modelled parts entirely for now), you have over 24000 normal fuselages and other parts. I can comfortably drag out about 20 of the seat parts, (1 part for all seats in the plane), so I have 16000 * 20 = 320000 parts at 30 fps on a 3060.
+1That's 16 yamatos.
Also my 3060 is maxed out, usually it's idling and my i9 is doing all the work.
@jamesPLANESii True, but then I get massive improvements after I convert 5000 parts to 1 part (and it uses my GPU a lot more)
+1@lastcentury All large airliners have an APU. So yes, the SWL-120 does have an APU.
+1@Emirates380 That link only works if the mod creator (in this case klm747 and myself) posted an android mod, which we didn't. In addition to this, you could only upload an android mod a few years ago.
+1... you can
+1Well I tried to download it and it says I'm missing some parts from SP Extra, despite me having the latest version installed.
+1I also tested your version of SimpleWings, it works fine.
Oh hello again.... I seem to have forgotton about this. Trying it now.
+1@TimsonAviation No, sorry. For SimplePlanes, almost all mod creators post their mods on the SimplePlanes website. Some do choose to post on the Steam workshop, but there's no reason to do so.
+1NOOOO-- wait it's a prank
+1I use a piston to push the spring downward, while keeping the hinge free spin at all times.
+1It can, just open them in a program such as Blender.
+1Main Gear Doors Code
+1A code which is simple to modify the timing of, and is 1 whenever landing gear is retracted or extended, otherwise it is 0.
clamp01(pingpong(smooth(clamp01(GearDown) * 2, 0.5), 1) > 0)
Change "0.5" to a smaller number for a longer timing, or a larger number for a shorter timing.
The above is copied directly from a Discord server I'm in (I wrote the code)
There is this thing called Steam Cloud. What you're describing has existed for years.
+1@DameTheMobileFriendly Also fun fact, I just finished reporting at least 20 of these. They have a few comments on their profile, and then on those posts I see other bot accounts which have their own comments...
+1@Dragoranos In my next video I should say ComplexPlanes instead of SimplePlanes and not say anything.
+1
+1smooth(Throttle > 0.95, 0.017)
That's the basis of the code you want. The only flaw it has is the smooth keeps increasing or decreasing forever, so you'll want to clamp that in some way.
You could maybe yoink the altitude autopilot from the SWL-10.
+1@ThatRandomCouchPotato 2000
+1@JosephT So you would like to be added to the tag list for the SWL-120?
+1@Bryan5 Discord can be used in website form.
+1@OrderlyHippo It's a little difficult to fully explain, so here are some points
+1- The autopilot works by itself, you can input parameters such as heading and altitude, and it will try to fly to those targets using some pre-written code
- The waypoint system interacts with the autopilot by basically calculating a target heading to go to a waypoint, and then inputting that heading into the autopilot
- Everything is fully vanilla. The SWL-120 does use mods, but those are just 3D models to reduce part count. I don't even know how to write mods with code, only 3D models.
- It is one thing, but it does require a lot of effort. It only really makes sense when you sit down and try to code it.
Posting actual planes? Once a month? Us platinum players make a post, period, once a month (like a forum or video).
+1Well my report yeeted the post to botland, but..
+1@IceCraftGaming Yeah most of the bots fail at that, it must be because their auto markup is designed for other sites.
SimplePlanes has a lot of random errors here and there, just ignore it.
+1Please give credit to the original plane on all of these variants.
+1@TheCommentaryGuy I literally made a video about this.
+1@IceCraftGaming But I'm using it to do schoolwork, I need it now!
+1@IceCraftGaming Why did all my computer fans suddenly go into turbine mode?
+1This is coming along nicely.
+1Download mods and planes from the site, and click on the downloaded file and it will automatically import the mod/download the plane. In reponse to @Tanner0501, the steam workshop is basically never used for mods in this game, the website is where most of the content is.
+1@CR929thenewSPplayer Yeah just a few, the layout is quite simple and it's a lot of repetition to store lots of different numbers.
+11 Already a mod
+14 Already a mod
Making a 1.11 version of this plane would be interesting. I've made a few tutorials on making custom wings so maybe that will help.
+1I remember when we used to work somewhat together. Welcome back! (I used to be Kweed10).
+1You'll want to clamp01() both of those booleans you've got there. Also, in the expression
+1ammo(Torpedo) = 4*0.5
, the *0.5 is actually multiplying the 4.@FujiwaraAutoShop Second fastest upvote in the west
+1The 1.11 update and the 1.12 update would like to introduce themselves.
+1Seems alright, for SP I'd recommend going for the best CPU you can get (I have an i9 11900k with my 3060 and it's the perfect combo), and I'd recommend having a single 2 TB or 1 TB SSD instead of two. There also seems to be a missing CPU cooler. I'd recommend something from Noctua, they make great air coolers. Other than that it all seems good.
+1This sounds like a great idea. Would they be fully functional or semi-functional? (that comment looks like one of those bot comments lol)
+1@BuyOxicleanDetergent Thanks! I sure will!
+1@TRD Read some information in the forum post and also part 1 of the video updates. I'm making a cargo no mods version.
+1@TRD They aren't (or I haven't reached the limit lol)
+1@TRD It uses the same seats as this mod, I just assembled lots of those into one part
+1@IceCraftGaming @Bellcat @Tordboi88 This link works
+1@Tordboi88 @IceCraftGaming wait I never checked my own link lol... one sec
+1Modtools
+1@Jbear625 For yaw and brake you would want
+1clamp(Yaw + Brake, -1, 1)
.