Vehicle Creation

From Wiki
Jump to: navigation, search

A quick step-by-step guide to turning a Sketchup model into a Darkwind model. This isn't very detailed, because I'm not an expert in Blender, so you probably don't want to learn my bad habits anyway. Also you may prefer to use another 3D modelling package, in which case detailed instructions won't be much use to you. Either way you need to learn (or know) how to use a 3D modelling package before we start. I picked up enough blender to be useful in a few evenings of following tutorials, so it's not a huge issue. All the tools we'll be using here are free, so that's no barrier either.

Software

You will need:

Blender - or your preferred modelling software. It needs to be able to import Collada format models (.dae) and export Wavefront objects (.obj).

Sketchup, Google's free modelling program.

First, Catch Your Model

You'll need to find the model you want to convert on sketchup. Have a look through the 3D Warehouse. There are a few things to take into consideration:

Technical
  • Is the model too detailed? Check the download size, anything over 5Mb is probably off limits. If the model is "tuned" (spit), try and find the original.
  • Can Darkwind support it? Four wheelers with enclosed cabins only.
  • Is it possible to texture it? We'll look into this in detail later, but for now the closer to a simple cube it is, the better.
  • Is it legal? Models on sketchup can be used for pretty much anything, but I'd steer clear of anything with comments like "found on the web", or anything ripped from another game (obviously).
Aesthetic

This is more about whether your model will ever make it into the game. Making something that fits with sam's vision of the world gives you a much better chance. I'd avoid one-offs, made up cars or kit cars. Modern cars are lower priority than 60s and 70s style, and anything unusual tends to be better. There are any number of 70s muscle cars, for example, but I haven't bothered converting any because there are so many in the game already. Except for the Capri, obviously. I never said I followed all the rules :)

Our Example

For this tutorial, I'll be using this Chevy Suburban, spotted by Knight. This passes pretty much all the tests above, except possibly being a bit close to an Apache. I suspect the differences are enough though. When there are multiple options, you want to download the model in the newest sketchup format.

Stripping

There are two main steps to take us from a Sketchup model to a Darkwind model. We need to reduce the poly count to 1500 from whatever it starts at (often 20000 or more), and then we need to texture it with a single 512x512 texture. To start with, we'll reduce the poly count as much as possible by deleting everything we don't need from the model.

Download the model, and open it in sketchup. Select Window->Model Info from the menu to see the poly count. Currently it's 9074 (this is not accurate for a variety of reasons, but it's a reasonable estimate). Given we have two models, that's very low - I've chosen an easy example for this tutorial. Anything up to 40000 or so is possible, but try and find something easy for your first model.

Sketchup Screen1.jpg

Now select Outliner from the Window menu. This lists all the separate objects in the model. Click on one and it will be outlined in blue. Click again and everything else greys out, so we can see exactly what we're doing. Click it again to go back to normal editing.

Sketchup Screen2.jpg

Obviously the first thing we need to do is delete one of the suburbans. It looks like they're supposed to be different model years, but I really can't tell the difference, so we'll delete the black one because white models are easier to work with. Just select it in the outliner and hit delete. Next we'll go through and remove what we can. Wheels aren't needed, and most of the lights and things can go too, along with the interior. You can either select them from the model (double click to get into groups and select individual components), or go down the outliner and check each group in turn. Hiding bits of the outside (from the right click menu) can help you get at the inside. Once you've finished deleting, your model should look something like this:

Sketchup Screen3.jpg

Now that we've got rid of everything we can, it's time to export to blender for the more detailed work. Select everything on the outliner, right click and choose "explode". This may take several minutes, so be patient. If there's anything left, explode it again. Keep going until the outliner just has one thing in it:

Sketchup Screen4.jpg

Now select Export->3D Model from the file menu, and export the model. That's it for Sketchup, so feel free to close it and open up Blender.

Will It Blend?

To import the model into Blender, go to File->Import, and choose Collada 1.4(dae). The import dialogue will appear in one of the windows - if it's too small to see, ctrl-up will maximise the window. Choose the file you want to import, press the "New Scenes" button, then press "Import and Close". You should see your model appear after a short pause. If you don't it may be too big to see - press a, then s, then move the mouse until it appears and press the left button. You may need to change which scene you are looking at too. Next, clear the parenting information (Alt-P, then choose "clear track"). This avoids some problems with rescaling parts of the object.

Blender Screen1.jpg

You can see the current poly count in the top bar. Right now it's 9492 in my version, and we need to get it below 1500. You're mostly on your own here, but there are a few tricks I've found along the way.

More Deletions

You should find the model is grouped into objects. There are usually more objects here than in Sketchup for some reason. Delete everything you don't need. As with sketchup, hiding things temporarily helps you get at the inside. You could also try hiding everything you want, then deleting what's left. Make sure to remove all of the interior - we don't need it, so it's all wasted space.

Double Skins

The export from Sketchup makes everything double sided, which means we have twice as many faces as we need. Sometimes you can select these by material, and sometimes you just have to use the remove doubles tool, then clear up the mess afterwards - make sure you're in texture mode so you can see which faces are flipped the wrong way. Auto recalculating normals (ctrl-N) works pretty well for simple objects.

Blender Screen2.jpg Removing doubles leaves half the faces flipped the wrong way

Blender Screen3.jpg Recalculating normals fixes it nicely

Window Cleaning

Remove anything that would look just as good painted on - especially logos. Windows etc. are better as part of the texture, because it makes it easier for artists to modify later. Here I'm stripping out the door handles by merging the vertices (w->merge->at centre).

Blender Screen4.jpg

Auto Reduction

There are two ways to automatically reduce the poly count. One is easy to use but gives pretty bad results - Mesh->Poly Reducer from the scripts window. I used this on some of the earlier models, but I try to keep it as a last resort now, because the results tend to be ugly. The nicer way is the decimate modifier. Because it's a modifier you don't lose data, so you can add modifiers to each object separately until you get the poly count you want, then apply them all. The only problem with decimate is that it only works on manifold objects - that is, simple closed surfaces with no holes in. You can use ctrl-alt-shift-M to select non-manifold vertices, which helps a bit, but it's still a pain. The results are good though. You'll probably have to join all your objects together to do this, so save first.

Blender Screen5.jpg Manual cleanup gets us to 3500 faces. I got bored removing the windows, but decimate should do a pretty good job

Blender Screen6.jpg Decimate modifier does the rest

If you have a more complex model, you could try decimating the individual pieces, which should let you adjust where you want more detail. I just finished a model where 1/3 of all the faces were in the wing mirrors, which is not ideal.

Tidying Up

Once you're close to 1500 polys, you also need to make sure your model is clean. By this I mean there should be no holes, no stray edges or faces, and no weird geometry (infinitely thin edges, etc.). If you used a decimate modifier you're probably nearly there anyway. It's up to you how far you go with this, but it'll make the texturing easier. Once you've finished, save to a new file (because the next bit is irreversable) and apply all your decimate modifiers. Then select all objects and join them together. You should have a single object consisting of a single closed surface. With that done, it's time to start skinning.

Wrapping

Vehicles in Darkwind are textured with a single 512x512 pixel jpeg, which is mapped to the surface of the vehicle. This is actually the bit I'm least good at, so if you have any ideas on how to improve the technique outlined here, please go ahead and add them.

Step one is to create a new texture (you'll probably want ot be in material mode with one of your windows set to texture) which is 512x512 in size, as shown here:

Blender Screen7.jpg

Now for the fiddly bit. Select all the faces on one side of the model. This may take a while. Try and make sure you don't select any faces that would be better off as part of a different side. You should end up with something like this:

Blender Screen8.jpg

Now set the camera to point directly at that side (you can use the num pad to get exact 90 degree camera angles) and make sure you're using isometric projection (numpad 5 toggles). Press u, then choose "project from view". This will project the selected faces onto the texture, like so:

Blender Screen9.jpg

Move the projection off the texture for now, and then in one of the other windows hide the selected faces. Do this for the other five directions (hiding the faces as you go makes it easier to know what you've already textured), then unhide everything. You should end up with something like this:

Blender Screen10.jpg

I actually used unwrap rather than project for the bit behind the wheels, because I don't much care what it looks like - it's probably going to be solid black anyway.

Next job is to move all the pieces around to fit on the texture. Make sure you have "Sync UV and Mesh Selection" turned off, it will make this a lot easier. Also, holding down control makes 90 degree rotations easier. I'm no texture artist so I don't know how they would want this done, but I normally end up with something like this:

Blender Screen11.jpg

Finishing

OK, the last thing to do is sort out the texture we'll be using. If can create a decent texture yourself, great. If not, creating a reference texture lets you check for problems with the model, and gives the texture artists something to work with.

Select all in the texture window, and choose UVs->Scripts->Save UV Face Layout. This will create a tga file with the texture mapping information. Make sure the size is 512x512, and save it. Blender will give it an odd name, you may want to fix that.

Blender Screen13.jpg

(You may notice that the wireframe here is different from the one above. That's because I forgot to apply the decimate modifier, so I had to redo the skinning from scratch. Oops!)

Now with all UVs still selected, choose Image->Open, and load your texture. You should see your model wrapped in white, with lines on the seams, like this:

Blender Screen14.jpg

Doesn't look too bad, but check out the front grill:

Blender Screen15.jpg

Those grey and blocky sections are where the texture is being stretched. We want to avoid that as much as possible, which we can do by playing with the UVs.

Blender Screen16.jpgBlender Screen17.jpg

Moving that line of UVs down means the top of the bumper gets more space on the texture. You'll need to do that for other parts of the front grill too. Bear in mind that some of the UVs may be on top of each other. Once you've finished, re-export the texture then reload it.

Blender Screen18.jpg

Not perfect, but better. With a more complex model I would open up the texture in an image editor and label all the parts, but that's not really needed here. Now we just need to package it up and send it off. Select File->Export->Wavefront, and export your model. This will create a .obj and a .mtl file. Zip these up together with the texture, and you have a completed model.