Fireheart318 Posted April 29, 2017 Share Posted April 29, 2017 (edited) 0.625m pre-cooler, nacelle, and tail connectors? TiA Edited April 29, 2017 by Fireheart318 Quote Link to comment Share on other sites More sharing options...
GDJ Posted April 29, 2017 Share Posted April 29, 2017 36 minutes ago, Fireheart318 said: 0.625m pre-cooler, nacelle, and tail connectors? TiA Use Tweakscale and you can make your own in a few seconds. They actually work very well as a .625m assembly. Quote Link to comment Share on other sites More sharing options...
Fireheart318 Posted April 29, 2017 Share Posted April 29, 2017 3 minutes ago, GDJ said: Use Tweakscale and you can make your own in a few seconds. They actually work very well as a .625m assembly. [Rolls eyes] Yes, I know that, but I don't like to use Tweakscale for stock or stock-alike things. Plus it would just be cool to have a tiny precooler so I don't feel like I'm cheating if I use one on a normal-size plane Quote Link to comment Share on other sites More sharing options...
DarkOwl57 Posted April 29, 2017 Share Posted April 29, 2017 33 minutes ago, GDJ said: Use Tweakscale and you can make your own in a few seconds. They actually work very well as a .625m assembly. This isn't Tweakscale compatible Quote Link to comment Share on other sites More sharing options...
GDJ Posted April 29, 2017 Share Posted April 29, 2017 45 minutes ago, Fireheart318 said: [Rolls eyes] Yes, I know that, but I don't like to use Tweakscale for stock or stock-alike things. Plus it would just be cool to have a tiny precooler so I don't feel like I'm cheating if I use one on a normal-size plane 16 minutes ago, DarkOwl57 said: This isn't Tweakscale compatible Pardon me. Quote Link to comment Share on other sites More sharing options...
TheRagingIrishman Posted April 29, 2017 Share Posted April 29, 2017 44 minutes ago, DarkOwl57 said: This isn't Tweakscale compatible Yes it is you just have to download the patch (it's in the OP) Quote Link to comment Share on other sites More sharing options...
qromodynmc Posted May 1, 2017 Share Posted May 1, 2017 I was working on a vtol recently, still needs bit more polishing but rather close to finishing. I added tweakscale config for tilt rotor, since it's bit small and underpowered Quote Link to comment Share on other sites More sharing options...
Esquire42 Posted May 1, 2017 Share Posted May 1, 2017 50 minutes ago, qromodynmc said: I was working on a vtol recently, still needs bit more polishing but rather close to finishing. I added tweakscale config for tilt rotor, since it's bit small and underpowered Nice job! Would you consider sharing the craft file when you're finished? I'd love to fly that. Quote Link to comment Share on other sites More sharing options...
qromodynmc Posted May 1, 2017 Share Posted May 1, 2017 43 minutes ago, Esquire42 said: Nice job! Would you consider sharing the craft file when you're finished? I'd love to fly that. Thanks, i'll try share with you after finishing it. Quote Link to comment Share on other sites More sharing options...
Vladokapuh Posted May 3, 2017 Share Posted May 3, 2017 Hey, once you've dealt with IRL problems, would it be possible to add variants of mk1 and mk2 cargo bays without the doors at all? Just a switch like with some engines, and the passenger doors, that would just remove them. Would be cool for open helicopters i think. Quote Link to comment Share on other sites More sharing options...
GhostboyDB Posted May 3, 2017 Share Posted May 3, 2017 On 12/12/2016 at 9:40 AM, XOC2008 said: Wings and engines make my AC-130U happy. Excellent mod, and great additions. what adds that 40m cannon? Quote Link to comment Share on other sites More sharing options...
XOC2008 Posted May 4, 2017 Share Posted May 4, 2017 49 minutes ago, GhostboyDB said: what adds that 40m cannon? It's actually a radial mount Bushmaster cannon that @SpannerMonkey(smce) made for SM Armory. Quote Link to comment Share on other sites More sharing options...
GhostboyDB Posted May 4, 2017 Share Posted May 4, 2017 (edited) 1 minute ago, XOC2008 said: It's actually a radial mount Bushmaster cannon that @SpannerMonkey(smce) made for SM Armory. ok thanks Edited May 4, 2017 by GhostboyDB Quote Link to comment Share on other sites More sharing options...
snkiz Posted May 4, 2017 Share Posted May 4, 2017 I remember reading in this thread @blackheart612 saying he didn't know how to do CLS integration. That was a while ago, since I was tired of making sure to set my APplus parts CLS in the editor manually all the time. (passenger door didn't work right all with CLS.) And since no else has stepped up. I give you.https://github.com/snkiz/DontPanic/releases/tag/0.1 really its an MM patch so here: Spoiler //author snkiz //Licence Creative Commons @PART[blah]:NEEDS[ConnectedLivingSpace] { !MODULE[ModuleConnectedLivingSpace]{} MODULE { name = ModuleConnectedLivingSpace passable = true impassablenodes = top surfaceAttachmentsPassable = true passableWhenSurfaceAttached = true } } //-----------------------CONNECTED LIVING SPACES SUPPORT---------------------------// //Structural @PART[airramp|passengerdoor|mk1cargodoor|mk1cargodoorjr|Mk1JuniorStructural|S2Structural]:FOR[AirplanePlus]:NEEDS[ConnectedLivingSpace]:BEFORE[ConnectedLivingSpace] { MODULE { name = ModuleConnectedLivingSpace passable = true surfaceAttachmentsPassable = true passableWhenSurfaceAttached = true } } //Cockpits @PART[airbuscockpit|bellcockpit|concordecockpit|falconcockpit|mk3galaxy|hipcockpit|oh6cockpit]:FOR[AirplanePlus]:NEEDS[ConnectedLivingSpace]:BEFORE[ConnectedLivingSpace] { MODULE { name = ModuleConnectedLivingSpace passable = true } } //0.625 Node while techincaly passable it not realistic and the IVA has no space for it anyway. @PART[citationcockpit]:FOR[AirplanePlus]:NEEDS[ConnectedLivingSpace]:BEFORE[ConnectedLivingSpace] { MODULE { name = ModuleConnectedLivingSpace passable = true impassablenodes = top } } //Fighter Cockpits except the falcon are to cramped to be passable @PART[fightercockpit|fighterinlinecockpit|oldfightercockpit|zerocockpit]:FOR[AirplanePlus]:NEEDS[ConnectedLivingSpace]:BEFORE[ConnectedLivingSpace] { MODULE { name = ModuleConnectedLivingSpace passable = false } } //Cabin @PART[size2CrewCabin]:FOR[AirplanePlus]:NEEDS[ConnectedLivingSpace]:BEFORE[ConnectedLivingSpace] { MODULE { name = ModuleConnectedLivingSpace passable = true } } There's other stuff I use, like modular fuel tanks I'll probably get aroundtoit as well. Enjoy! Quote Link to comment Share on other sites More sharing options...
SpaceBadger007 Posted May 4, 2017 Share Posted May 4, 2017 On 2017-5-2 at 9:03 AM, qromodynmc said: I was working on a vtol recently, still needs bit more polishing but rather close to finishing. I added tweakscale config for tilt rotor, since it's bit small and underpowered That... is... just... AWESOME! Such a cool idea and awesome craft! Quote Link to comment Share on other sites More sharing options...
TMasterson5 Posted May 4, 2017 Share Posted May 4, 2017 On 4/29/2017 at 10:54 PM, DarkOwl57 said: This isn't Tweakscale compatible On 4/29/2017 at 11:10 PM, GDJ said: Pardon me. On 4/29/2017 at 11:38 PM, TheRagingIrishman said: Yes it is you just have to download the patch (it's in the OP) Like @GDJ and @TheRagingIrishman(your name is ideal) said, I maintain a tweakscale patch for airplanes plus which is linked in the threads OP. Enjoy! Quote Link to comment Share on other sites More sharing options...
FlyHighAviator Posted May 5, 2017 Share Posted May 5, 2017 @blackheart612, any update on the seaplane parts? If not dont worry, as said many times before, real life first! Quote Link to comment Share on other sites More sharing options...
blackheart612 Posted May 5, 2017 Author Share Posted May 5, 2017 @FlyHighAviator There's no update, unfortunately, I am semi-active though. I'm basically hanging out with an old pal for a while, but in a few days, I'll likely be back. There are no more personal issues anymore as well, for a while now, actually. Hopefully nothing comes up anymore. As much as I'd like to hang out with people and stuff, I also would like to get some of this done. Quote Link to comment Share on other sites More sharing options...
qromodynmc Posted May 5, 2017 Share Posted May 5, 2017 (edited) While waiting for you to come, my mind will be busy with this rotor idea I think this would be better as an electric-powered engine, for smaller sized crafts. Im still thinking about other uses for this engine but i'd like to hear your and other players opinions. Edited May 5, 2017 by qromodynmc Quote Link to comment Share on other sites More sharing options...
snkiz Posted May 6, 2017 Share Posted May 6, 2017 By the way @blackheart612 I noticed while Doing the CLS thing, that most of the cockpits are labeled as Pods, and not Planes. I guess this makes sense for the helio cockpits but I don't see the logic for the plane cockpits. The Fighter ones don't even look space worthy. (I was was thinking about to how to make them not suitable for space, or at least reentry.) Quote Link to comment Share on other sites More sharing options...
Angelo Kerman Posted May 7, 2017 Share Posted May 7, 2017 Just wanted to say, loving the airplane parts! I made a jet-powered C-130-ish transport to haul my recovered Brumby capsules back to KSC: The only thing that would be really nice is to have a 2.5m cargo bay/bomb bay and possibly a 2.5m cargo ramp. Thanks for making such a great part set. Quote Link to comment Share on other sites More sharing options...
kiwinanday Posted May 8, 2017 Share Posted May 8, 2017 On 5/6/2017 at 7:57 PM, Angel-125 said: Reminds me of this: Quote Link to comment Share on other sites More sharing options...
FlyHighAviator Posted May 8, 2017 Share Posted May 8, 2017 1 minute ago, kiwinanday said: Reminds me of this: The predescessor of the C17! Quote Link to comment Share on other sites More sharing options...
kiwinanday Posted May 8, 2017 Share Posted May 8, 2017 Pyramid Base "Thisbe", with Easter Egg. Quote Link to comment Share on other sites More sharing options...
DarkOwl57 Posted May 8, 2017 Share Posted May 8, 2017 2 minutes ago, kiwinanday said: Pyramid Base "Thisbe", with Easter Egg. ooooohhhhhh!!!!!!! KerbalX for like... all of them? XD Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.