Monday, 2 August 2010

LEGO Military Models' own flickr group

When I started this blog, I toyed with the idea of associating it with its own group on flickr, but I never got around to it.



A number of recent developments have caused to me revisit this idea and to start a new group, obviously called LEGO Military Models, or LMM for short. Magnus Lauglo has joined Chandler and me as a fellow admin and Jas Nagra has agreed to become moderator. The new group is dedicated to LEGO models of military vehicles or equipment and dioramas and vignettes, from roughly WW-I to near-future military. This can include fictional MOCs. In order to keep the quality up, picture content will be moderated. We hope that this appeals to many of you, and invite you to join us.

To start with, we will be running a new build challenge this summer. Head over to Lego Military Models on flickr to discuss what it'll be about.

LEGO Military Models. Get yours at bighugelabs.com

Saturday, 24 July 2010

Can I have Instructions?

Whenever anybody asks me this question, the answer is generally 'no'. I'd rather spend my time building something new than behind my computer slaving away using some CAD-software.

SB2C Helldiver LDview render

However, sometimes it can be time well-spent. As you may have read, I've been designing aircraft for Lego Monster's Project Intrepid. What complicates the collaboration a bit is that currently we don't live in the same country any more, which means that even if I had the time to build dozens of aircraft models in a few months time, they'd be nowhere near their aircraft carrier. That makes making instructions worthwhile. The two aircraft types of which we intend to have the largest numbers are the Vought F4U Corsair and the Curtiss SB2C Helldiver

LDD or MLCad/LDraw
Two different types of CAD-software are commonly used by LEGO-fans. LEGO's own LEGO Digital Designer and LDraw using Mike's LEGO CAD (written by Michael Lachmann) adding a graphical user interface (GUI) for editing the files. LDraw contains a library of parts (in .dat-files) and uses its own file format (.ldr files) to determine where the parts are placed, how they are oriented and what colour they have in your model. The LDraw parts library is maintained by volunteers and includes a truly staggering amount of different parts, both old and new. A separate program, called LPub reads the .ldr files and turns them into instructions. LDD can also produce instructions, but its part library is far more limited even though with the release of the LEGO Universe game many new parts and colours have been added.
Both of my aircraft models use some rare (transparent clear tiles) and old parts (old-style finger hinges, for instance) that I suspect aren't available in LDD. Furthermore, when I dabbled with digital LEGO a few years ago I used MLCad for a bit, so I had some familiarity with the program. Below you see a screen-shot of MLCad displaying my Helldiver model.





Much has been written about LDraw and it is not my intention to write an extensive 'how-to' on making instructions. Instead I will share a few things that I ran into and the way I solved them on my way to making instructions.

Hacking LDraw files.
Making the instructions involves two main steps: making a digital version of the model in MLCad and then making images of each build step to go into the final instructions using LPub. MLCad offers the option of adding step commands between adding parts. Obviously, when making instructions for your model you need to think about how to work through it, layer by layer, for instance, in order to make sure that every part you add in each new step is supported by an existing structure and is visible in the instruction images. The STEP-commands are read by LPub when you start making the instruction booklet. Perhaps I am doing something wrong, but this doesn't seem to work all that well. No matter where I add the steps in MLcad (placing a STEP command in the LDraw file), when more parts are added later they can end up pretty much anywhere in the file. This makes a complete hash of things, with parts floating in mid-air because their supporting construction is to be built at a later step. Not good.



However, LDraw's files are set up such that you can actually read them. The file is a list of the various commands and the colour, coordinates and orientation of each part. LPub reads this from top to bottom when making the instructions. By swapping the order and adding step-commands yourself in a text editor, you can easily fix things. It takes some getting used to, but I found that once I got the hang of it, I could do it very quickly, by switching between the text editor in which I had the file open, MLCad to identify the parts, and LPub to show me how my actions affected the instructions. MLCad also allows you to add commands to rotate your model such that the part you're working on will be visible in the instructions, using a handy pop-up window that gives you a preview. These too can be manually adjusted in the file to optimise the result.
Further advantages of having human-readable files is that if you are having a bit of trouble lining two parts up in the graphical user interface, you can simply change the coordinates in the file. It also allows you to change colours quickly and I also manually edited the files to quickly mirror structures. For instance, if I have a right wing and want the matching left one, as a first step I would invert the sign of the appropriate coordinates in the file. You can see an example for the horizontal tailplanes of my Helldiver, with an image and the corresponding LDraw code underneath. The 3rd, 4th and 5th column are the x,y,z coordinates of the part (obviously the location of the origin of the part relative to the shape of the part is set in the .dat file for the individual part). If you compare the 5th column in both files, you'll see that I have inverted the sign (of the z-coordinate), thereby mirroring the part locations. Since the tailplane uses a few left/right wing plates, they had to be replaced by their mirror images (54383.dat and 54384.dat are the 3x6 wing plates). Some parts will need to be rotated (which can be easily done using the GUI) or replaced by their mirror images, which is simply a matter of changing a number. It might seem complicated, but it's much faster than 'building' the left wing from scratch, especially if you then have to manually edit that file again to place the step commands in their proper locations. Manually hacking the file, this one took me about five minutes.

Using sub-models
One important tip I can give you is to split your model into smaller sub-models.

Unless you have a massive screen to work on (I don't, I use a laptop), large models will be very small on your screen and will be awkward to work with. Using separate sub-assemblies also means you can use separate small .ldr files which are far easier to manage (and to edit) than big ones. When you finally reach the step of making the instructions, the sub-assemblies can also be done separately, much like LEGO themselves do for their instructions. Here is a sample page of my Helldiver showing one of the tail-planes as a sub-assembly.

Using LPub to make the actual instruction booklet
Like MLCad, LPub also adds its own commands to the .ldr files of your model. This can be very handy, because you manually edit things yourself. Back before LPub4 came out this was the preferred way of doing things! Fortunately, in LPub4 you can edit things graphically. However, if you mess up or LPub crashes -which it does occasionally- you may end up with files that you can't run any more. So, here's a top tip: make a backup of all the .ldr files of your model in a separate folder/directory before you start serious work in LPub.

When you first run an .ldr file of your complete model through LPub, every single step including all the steps taken in sub-models get their own page. For my Corsair this lead to 159 pages and for the Helldiver the number was a whopping 207. Perhaps this works if you build with your computer handy, but if you want a print-out it obviously isn't practical. Lpub allows you to group multiple steps on the same page and even in multiple columns. You can put sub-assemblies in a separate little box (a 'call-out', as illustrated in my sample page). All of this makes the instructions a lot more compact, but also much easier to work with because it is easier to keep track of what sub-assembly you are building at any given time. Some people use LPub to export images and then use some other desktop publishing package to turn the whole thing into a booklet. Since I am making these primarily for private use, I felt sticking to LPub would be good enough and I am happy with the end result. LPub also allows you to add a bill of parts (a list of every part use in the model, with a picture), although with more than 600 parts in both of these models, the resulting picture becomes too big for a page. Fortunately you can scale the size of the part images LPub uses to make the thing smaller. I also added a front cover (an image file I made using a different program) to make the whole thing look more like a little booklet. Making the booklet for the Helldiver took about 6 hours, but I learned a lot in the process. After this experience, I turned to the Corsair and turned its instructions into a reasonably neat 27 page booklet in less than two hours.

Sharing the instructions
I only made these instructions so that Lego Monster and I can build multiple copies. However, I do feel that if I have them anyway, it would be nice to offer other people the opportunity to build the models as well. I am not doing this for a profit. If you are interested in your own free copy of either the Helldiver or the Corsair, you can download the .pdfs by clicking the images below (they should take you to mediafire.com, a file sharing website). A word of warning: these are not simple models and they require fairly large numbers of parts that aren't readily available in large numbers.



In the last few years I've heard of a few cases where people took the trouble of making instructions, only to have other people start selling them claiming that 'you can't steal what is free'. In case there are misunderstandings about this, I'm releasing my instructions with a Creative Commons License Attribution-NonCommercial-NoDerives. In other words, you can distribute them freely, but they should be attributed to me, and they cannot be used for commercial purposes or modified.

Happy building!

Monday, 12 July 2010

Weathering

This morning Bruno Vaiano asked a question in the flickr military group that got me interested. Real military vehicles often have a weathered or somewhat dirty look, certainly the all white vehicles often used by UN units, and Bruno asked about ways to recreate this effect in LEGO.

Short of using dirty bricks or using paint, I felt this is something hard to do using just LEGO bricks. The only weathering that I've done involved my F-14A Tomcat, where the two colours I used lie close together (blueish grey and old grey) and the effect is so subtle you'll be hard pressed to see it in a picture.
Tophatters F-14A Tomcat (3)

John Lamarck answered with an interesting method that does involve making your bricks dirty. He burns the end of a cork using a candle (an excellent excuse to open a bottle of wine) and rubs the cork onto his LEGO leaving a fine layer of soot behind on the bricks. According to him it can be removed using a tooth brush and some water.

I'll take his word for it, but the result looks pretty good. The aircraft itself is a model of a Junkers EF-112, an aircraft designed during WW-II that never flew. It was John's entry for this years flickr military build contest and ended up winning him a well-deserved third prize in the 'Alternative Reality WW-II" category.
Try this method at your own peril. I will not be held responsible for you burning the house down playing with flames and corks after drinking a bottle of wine!

Sunday, 4 July 2010

Building helicopters

About two weeks ago I started writing a new blog post about the results of this year's flickr LEGO military build contest, before getting bogged down by work and not finishing it. For those of you who haven't seen the results, they were announced early in June. I may revisit it in the future, but when thinking about this blog this morning I decided I was more interested in writing about a very different subject.

A lot of people build fictional helicopters out of LEGO. Many of them are really nice, but browsing flickr and being a member of the flickr military group, I've also seen lots that in my opinion could be a lot more realistic if the builders had a somewhat better understanding of how real-world helicopters work.
I wrote a somewhat rambling post about this on flickr about a year ago, but this time around I'll illustrate the points I was trying to make with pictures of LEGO helicopter models, both of fictional and of real-world helicopters. Here are a few examples of helicopters that prompted my post.

Ascension-Class Heavy Lift Helicopter V2.0
Ascension class Heavy Lift Helicopter by BrickArt!san



Helicopter V3 WIP
Helicopter V3 WIP by Cpt. Decius



RAMM Spatzenfalke Support Helicopter
RAMM Spatzenfalke Support Helicopter by ѕроок



Side
Alpha One by ~Tac~



'Wyvern' Attack VTOL
Wyvern Attack VTOL by [Carter]


I am not singling out particular builders because I want to be nasty to them. I could have chosen a whole range of other pictures from flickr. The reason why I chose these is not because they are bad models, because they are not. They have a lot going for them: the builders have used nice techniques and have spent a lot of time fiddling with the details. The Wyvern even was the 2nd prize winner in the 'stealth' category of this year's build contest. However, each and every one of these models has a number of features that makes them look decidedly odd to me and as such serve to illustrate my point. Once you've read this post, my suggestion is to take another look at these. Hopefully you'll see what I mean.

I'll give you a sample of the sort of things I'll be focusing on, using a picture of my own OH-58D Kiowa Warrior as an example.
It is not a fictional helicopter, unlike the ones I've shown so far, but it shows a number of features of a real helicopter.
  • Configuration: like most helicopters it has a single main rotor. This means that it needs a tail rotor

  • Details: the Kiowa is covered with a lot of lumps and bumps, but it has many relatively smooth surfaces too and the overall shape is aerodynamic

  • Engines: the Kiowa is powered by a single gas-turbine engine, with an air intake in the front and an exhaust on top

  • Proportions: the tail rotor sits at the end of a fairly long tail boom. The tail boom is almost half the length of the overall length of the fuselage

I'll show more examples as I address each of these points in more detail.

Helicopter configurations
Most helicopters have a single rotor. In the picture below I've drawn a top view of a typical helicopter. In my drawing the rotor blades turn in a clockwise direction.

One or more engines turn the rotor blades relative to the fuselage. Physics (specifically conservation of angular momentum) tells you that the torque required to rotate the blades must be balanced. If it isn't, the fuselage of the helicopter would start to rotate in the opposite direction (counter-clockwise in my drawing). This is the reason why most single-rotor helicopters have a tail rotor. It generates a sideways force on the tail of the helicopter that balances the torque, keeping the tail pointing in the same direction. In my drawing this force points to the left. The internet is full of videos of helicopters crashing due to tail rotor failure, such as this one of a Sea King crashing aboard a US Navy Destroyer in 2002.

As far as I know, everybody aboard survived, but it wasn't pretty. Show me a single-rotor helicopter without a tail rotor and this is the sort of image that pops into my mind.

Some real-world helicopters have a system called NOTAR in which the sideways force is generated by blowing air through a specially shaped tailboom. Other helicopters use a so-called Fenestron (or fan tail), which is basically a tail rotor built into a duct in the tail. A nice example of a LEGO helicopter with a Fenestron is Aleksander Stein's SH-78.
SH-78 (2)

There are a few alternative arrangements that involve one set of rotors turning in clockwise direction and a second set of rotors turning counter-clockwise.

  • Coaxial rotors (one on top of the other), once again illustrated by a fictional model by Aleksander Stein:
    Spinning rotors

  • Inter-meshing rotors, illustrated by Daniel Zayec's Fl-282 (the winner of the helicopter model category in the contest)
    fl282_1.
    A fictional example was built by Dan Rubin.
    LEGO Iron Mountain Legion Attack Helicopter09

  • Tandem Rotors. An example of a model of a real-world helicopter with tandem rotors is my own CH-47D Chinook, with one set turning clock-wise and a another set turning counter-clockwise.
    CH-47D Chinook (2)
    An alternative configuration, with the rotors side-by-side is Aleksander Stein's Fa-223 (the 2nd prize winner in the helicopter category of this year's competition).
    Focke-Achgelis Fa-223 (2)


The bottom line is that if you have a set of rotors turning, you'll need some way of countering the torque this generates. If you build a single-rotor helicopter, you'll need to think of a system to counter the torque. If you want to stick close to the real world, that means either a tail rotor, a Fenestron or a NOTAR system (which requires a specially shaped tail).

Details
The next item is more subjective than the previous one. Builders of space models generally prefer for their designs to have greebles or greebling. I have the impression that people who are very much into space building cannot resist adding greebles to machines where they are a bit inappropriate. While reducing drag isn't as important for helicopters as it is for aircraft, helicopters are supposed to move through air and some aerodynamic shaping makes sense. When building a helicopter you need to carefully balance your desire to add interesting details and the overall appearance of the helicopter as a vehicle designed to move through air. Beyond a certain point, adding more bits in an attempt to make things look interesting only makes them look messy. In that light, practice restraint when it comes to adding transparent bits representing lights in different colours, something I call random lights. Real helicopters don't have all that many lights and certainly none on the ends of the rotor blades!

Engines
Most modern helicopters are powered by gas turbine engines. These are essentially the same as a jet engine, but rather than delivering thrust directly they are used to rotate a shaft. It is connected to a gear box which drives the main and tail rotors. Gas turbines require a lot of air to run and produce a lot of hot exhaust gases. So, helicopters powered by gas turbines typically have an air intake and a big exhaust pipe. Many helicopters have more than one turbine, in which case they will usually also have more than one intake and exhaust. Magnus Lauglo's Pegasus is one example of a fictional helicopter which clearly shows the location of the gas turbine (above the passenger compartment) with an intake in front and exhaust at the back.
Flying with open doors#
As always, there are exceptions. Gas turbines are susceptible to damage from ingesting sand, so many helicopters have their intakes covered by particle filters. In that case, rather than a big round hole for the intake, there tends to be a cylindrical device sticking out with vents all around it, called a particle separator. It's clearly visible on the engine pod on my MH-53 model (shown here with its tail and rotor blades folded).
MH-53M Pave Low (23)
The picture of my Chinook clearly shows one of the helicopter's two engines mounted in a pod next to the aft rotor pylon. The exhaust pipe at the back is clearly visible, but the intake at the front is covered by vents; another example of a particle seperator.
To reduce the Infra-Red emissions of battlefield helicopters their exhausts are sometimes covered by large boxes that are designed to mix the hot exhaust gasses with cool ambient air. In that case, rather than a big pipe sticking out somewhere, there will usually be a big box with vents. The picture of Aleksander Stein's SH-78 shows such a box. Some light helicopters and old helicopters are powered by piston engines, which require less gas flow. they tend to have air intakes and exhausts that are far less visible on the outside. Examples are the Fa-223 and Fl-282 I've already shown. At the time when those were designed and flown, gas turbine engines were still in their infancy.

Proportions
This item is closely related to the section about the configuration. On a conventional, single rotor helicopter, the tail tends to be fairly long. The reason for this is quite simple. Since the strength of the torque generated by the tail rotor is a product of the distance to the centre of rotation of the helicopter and the sideways force generated by the tail rotor, the longer the tail is, the less force it needs to generate to counter the torque generated at the main rotor. Only helicopters with coaxial rotors or with inter-meshing rotors tend to have a short tail. The rotor is the main source of the lift that allows the helicopter to fly will sit close to the helicopter's centre of gravity. On a tandem helicopter, the centre of gravity will sit roughly in the middle between the two rotors. A consequence of this is that, typically, a single-rotor helicopter will have a tail boom that is about as long as the cabin (although it's not always easy to determine where the cabin ends and the tail begins) and the part of the fuselage behind the rotor mast is a lot longer than the part in front of it. Check out my Lynx, for instance:
Royal Netherlands Navy SH-14D Lynx (2)
Anything else looks odd!

Putting it all together
You might be tempted to think that all these 'rules' are unnecessarily restrictive, but I am convinced that if you keep what I wrote in mind, the end result of building a helicopter will end up looking more convincing -irrespective of whether it is science fiction or supposed to be near-future/ contemporary military. Of course anybody who decides to build a helicopter is free to do this in whatever way he or she pleases. As usual with posts like this I am merely expressing my view, hoping that some of you may be able to use my advice to your advantage.

Building a fictional helicopter in some respects is a different game than building a model of a real helicopter. I normally do the latter and don't really have to think about where the rotor goes and where to put the exhaust; the real helicopter's designers have done all of that for me and I can simply stick to planning like I do for aircraft. However, having some sort of idea in mind of what your helicopter will look like before you start building might help you avoid some of the issues I described above.

I'll leave you with a picture of one of the few fictional helicopters that I myself built and which formed the basis for Aleksander Stein's SH-78, the HH-78 Gannet, both subject of an earlier post on this blog. I applied all of the things I discussed when building it, leading some people to question whether it is in fact a model of a real helicopter.

Happy building!

Wednesday, 30 June 2010

sniper rifles

Pete Corp has built a very cool sniper rifle that, though it's not quite minifig-scale, is surprisingly compact considering the amount of detail that has managed to pack into it. He didn't specify what type it's supposed to be, but it looks like an Accuracy International Artic Warfare to me. The photography is also excellent, though according to the photo's description on flickr, it's due to the fact that the builder was lacking some parts in black. My only gripe is that the scope is a tad tad too short, but building realistic weapons at this scale is no easy feat, so my hat is off to Pete.












Meanwhile, an obviously very talented builder by the name of
Giovanni Tuzzi (apparently relatively new to the flickr scene) has been working on a life-size Dragunov sniper rifle. Life-size weapons built out of LEGO bricks seem to be one of the more popular things that people choose to build when it comes to military-themed creations, but this one really stands out to me. It's hard to tell that it's not real at first glance, and upon close inspection it's accurate down to just about every last detail.


Friday, 4 June 2010

It's contest time!

The deadline for the flickr military build contest has now passed and the judges are in the process of deciding who are the winners and runners-up in the contest. We've had some great entries and it's not an easy job, but we hope to get it done soon.

T-2/55 [3]
Those of you who haven't yet had enough of building military stuff or perhaps were unable to finish an entry for the military contest might be interested to know that tank builder imagelego has announced his second tank building contest. He is happy to accept a fairly wide selection of vehicles as a tank, but you should check out the rules yourself.

Imagelago will be judging the contest with the help of Aaron Patrick Morse, Daniel Siskind (aka. Brickmania) and myself. There is a prize to be won that I'm sure any LEGO military builder will have some use for: set 7595, Army men on Patrol, as well as a selection of Brickarms. The deadline is still fairly far away on the 15th of August, so there's plenty of time to build something nice.

Happy building!

Friday, 28 May 2010

Project Intrepid aircraft

It's not my habit to write blog posts solely about stuff I do. In fact, It's not my really a habit to write blog posts full stop, which is not at all useful for somebody who has a blog... I am trying to make up for it by writing lengthy blog posts though.

One of the reasons why I haven't been blogging much lately and haven't been commenting much on other people's MOCs is that I've been very busy building myself. A few months ago I built a model of an FM-1 Wildcat, a WW-II carrier-based aircraft fighter used by the US Navy.
Grumman (General Motors) FM-1 Wildcat (7)
I'd been thinking about building a minifig-scale fighter aircraft for months when I finally built this. The reason why I didn't build one sooner was that I felt that it would be too difficult to add all the features I like, such as a working cockpit canopy and sufficient space to seat a pilot and a retractable undercarriage, on something this small. Part of the reason for building the Wildcat was that like many other US Navy WW-II aircraft, it was powered by a nice and big Radial engines. The main reason why US Navy aircraft had radial engines was because these engines were less prone to overheating when idling on an aircraft carrier deck than the water-cooled engines used in many land-based fighters, such as the Spitfire or P-51 Mustang, which require air to move through their radiators in order to stay cool. The advantage for building LEGO aircraft is that the size of the radial engine means that the aircraft's fuselages are fairly wide and since minifigs are fat this makes finding space for a pilot a lot easier.

Project Intrepid
With the Wildcat I finally had my own little fighter. What I didn't know at the time was that my regular collaborator Ed Diment (a.k.a. Lego Monster) had exciting plans of his own that involved naval aircraft. After having built his amazing model of HMS Hood he had set his sights for something a bit bigger: USS Intrepid, a minifig scale US Navy WW-II aircraft carrier. It's currently still very much a work in progress, but I'm sure I'll be blogging about it more in the future. Just to give you an idea, here's a (trick) picture showing the hulls of HMS Hood and USS Intrepid under construction side-by-side as well as Ed's wife ( Mrs. Monster, obviously).

You should also keep in mind that the flight deck is wider and longer than the hull and sits 45 plate widths above the water line. This is a big project! Ed obviously has his hands full building the ship and after having seen my Wildcat, he asked me whether I was willing to design and help build the aircraft for it. I was. I have built a few other things since, but WW-II aircraft building has taken up much of my time spent on LEGO-building ever since. Ed is modelling USS Intrepid as she appeared in early 1945. At that time she carried four types of aircraft: F6F Hellcat and F4U Corsair fighters, SB2C Helldiver dive-bombers and last but not least TBF Avenger torpedo-bombers.

During WW-2 USS Intrepid served in the Pacific fleet. Navy aircraft used over the Pacific used three basic colour schemes. Early in the war most aircraft were pale blue on top (probably best represented by LEGO sand blue) and light grey on the lower surfaces. In 1943 a tri-clour scheme was introduced, with white under-surfaces, dark blue on top and blueish grey on the sides and the tailfin. In late 1944 aircraft started to be painted in dark blue overall. It is very likely that many aircraft aboard Intrepid in 1945 were painted in the latter scheme. Unfortunately the LEGO parts selection in dark blue is very limiting (few invert slopes and hinges, for instance), which makes building an aircraft in dark blue overall a difficult proposition. Since aircraft in the older tri-colour scheme generally weren't repainted and hinges and other special parts are easy to get in white or blueish grey, I decided to build all of the aircraft in this scheme.

TBF Avenger
I decided to start with the Avenger. I've long had a soft spot for this type. It looks ungainly, but was immensely capable. As I wrote a few days ago, I tend to plan building my aircraft and one of the things I look at while planning are what parts I reckon will be difficult. On the Avenger I suspected that the canopy would be tricky as well as the unique wing-fold mechanism.

Building the canopy and gun turret involved some pretty serious compromises. The real aircraft can be crewed by as many as four people, a pilot in the forward cockpit, a radio operator in the aft cockpit, a turret gunner (guess where he sits) and a bombardier in the aft fuselage. In practice the roles of bombardier and radio operator were often done by a single person, but fact of the matter is, I only have space for the pilot on my model -and only with the cockpit canopy open.
TBF/TBM Avenger (5)
Grumman devised a unique wing-folding mechanism called the 'sto-wing' for many of its shipboard aircraft. The outer wing panels swivel such that they end up flanking the aft fuselage. Allegedly the founder of the company, Leroy Grumman, worked out the geometry in his office one day using a paperclip and an eraser. I have built sto wings before, but on the Avenger the mechanism was complicated by the location of the undercarriage (in the wings) and by having to have the mechanism in the wing itself (rather than in an engine nacelle). The same is true of the Wildcat, but its wings are tiny and that means the construction doesn't have to be as sturdy as for the much larger wings of the Avenger. Fortunately, the Avenger's wings are also quite thick and after a few revisions things worked.
TBF/TBM Avenger (4)

F4U Corsair
After I finished the Avenger, I turned my attention to the F4U, aka. the 'bent-wing wonder'. Powerful engines require a big propeller. The Corsair's designers came up with an interesting way of making sure that the propeller cleared the deck: rather than giving their plane long undercarriage legs, they had the inboard sections of the wings slope down at an angle and the outboards sections up, with the undercarriage legs attached at the lowest point.
F4U Corsair
Unsurprisingly, getting this shape right whilst still having enough space for the wheels to retract was the biggest challenge when building this model. Beyond that it was largely trouble-free. the cockpit canopy was a direct copy of the canopy I designed for the Wildcat. I also built a small flight deck tractor and some deck crew to go with it.
Flight deck crew (1)
As you can see, the outer wing panels on the Corsair fold up for storage aboard carriers, which was easy to do on my model.

A6M3 Zero-Sen
Ed and I agreed a long time ago that Intrepid wouldn't be complete without at least one Japanese aircraft ready to dive down on it. My biggest question was: which one? After looking at a fair few pictures I decided to build the most famous of them all, a version of the Mitsubishi A6M Zero-Sen, also known simply as the 'Zero' or 'Zeke'.
Mitsubishi A6M3 Type 32 Zero-sen
Early and late model Zeros had rounded wing-tips. I chose to build a A6M3, with square wing-tips. The parts that are usually difficult on aircraft models are the undercarriage and the cockpit canopy. The undercarriage is simple; sits in the wings and retracts inwards. The opening cockpit canopy is once again simply a variation on the design I used on the Wildcat. Land-based Zeros were often painted dark green with light grey under-surfaces, but because the parts selection in dark green is even more limited than in dark blue, I chose to build the model in grey, similar to the colour scheme usually worn my Imperial Japanese Navy aircraft flown from aircraft carriers. The build went very smoothly, without any significant difficulties.

SB2C Helldiver
The same cannot be said about building the Helldiver. The real Helldiver had a lot of teething problems when it entered service: it was unstable, unreliable and suffered structural failures. the aircraft was so unpopular at first that it received a number of unflattering nicknames such as 'The Beast' and 'Son of a Bitch, 2nd Class'. I wasn't looking forward to building this model. I think the real-world aircraft looks ungainly and odd and I figured that building one out of LEGo would be problematic. When I started building it I knew there were several difficulties I needed to solve. The Helldiver has two sliding canopies, for instance, and an internal weapons bay smack in the middle of the fuselage where the wings are attached to it. Normally I try to build that area out of several overlapping plates, to give the aircraft sufficient structural strength. This was further complicated by the location of the landing gear in the leading edge of the wing, which meant that there wasn't much room there for structural bits.
SB2C Helldiver (1)
The end result is reasonably sturdy although the fuselage can flex a bit and the space inside the weapons bay is a bit smaller than I would have liked. The canopies on my model are of a similar design to the canopy of the Avenger, which unfortunately means that there is no room for crew inside with the canopies shut. Fortunately the wing folding mechanism on the Helldiver is fairly simple, with the end panels simply folding up. However, I did spend a fair bit of time fiddling with the length of the outer wing panels and the location of the hinges to get them to fit properly.

F6F Hellcat
Before I give the erroneous impression that things always go to plan, it's time to introduce the F6F Hellcat, yet another Grumman product. Having built the other aircraft I figured that building the Hellcat would be smooth sailing. I figured that the biggest problem with the Hellcat would be the central section of the wings and fuselage. The Hellcat had a sto-wing, the undercarriage retracts into the wings and the wings sit at an awkward angle. As I was building the aircraft I realised that I was right about identifying the difficult bits. However, the solution that I came up with soon turned into a major pain.

The wings get their slight angle by mounting them to the fuselage using plate hinges. My LEGO version of the sto-wing also uses plate hinges and it seemed like a good idea to use the same set of plate hinges that were used to mount the wings for the sto-wing. A similar idea worked really well on my Fairey Swordfish. Unfortunately it was pretty much a disaster on the Hellcat because the position of the landing gear sits close to the hinge point of the wing. The wing didn't fit properly, leaving awkward gaps at the leading and trailing edges. It also sat at the wrong angle, when folded the aircraft was too wide and the landing gear itself also didn't work well. It frequently collapsed and the landing gear struts were too long. The rest of the aircraft was fine, but the whole thing was let down by the wing and undercarriage construction.
F6F Hellcat (5)
Ultimately I decided that the only thing I could do was to completely rebuild the wing centre section, with the actual wing connected to the fuselage with plate hinges and the outer section of the wings connected to the inner section with more plate hinges. It may sound like a wobbly construction, but it solved all the problems in one go, as it also gave me enough space to fix the landing gear.

All together now
After I completed the F6F, all four aircraft types for the air wing are done.
Project Intrepid aircraft
What is next is building them in larger quantities. Ed has already started building copies of the Avenger, which you can see here aboard a section of Intrepid that is still under construction. Together with my prototype, we have already got six of them.


We are thinking of the following numbers of aircraft

  • 6 TBF Avengers (already completed)

  • 6 F6F Hellcats

  • 9 SB2C Helldivers

  • 15+ F4U Corsairs


Obviously that still means a lot of work in the next months. It is likely that Ed and I will build copies of the Hellcats, much as we did with the Avengers. For the Corsair, however, I intend to make instructions. I will probably be sharing them with other users, which means that if any of you feel like having your own Corsair, in a few months time you will be able to build your own copy of my design.

Happy building!