|
How to create a model using the Quake Model EditorThis series of tutorials will take you through the basics of creating, skinning and animating a model for Egoboo. Let’s start off by familiarizing ourselves with the freeware Quake Model Editor. The Quake Model Editor can be found in the modeler directory under Egoboo. Fire it up. A new model will be started by default. The screen will look something like this:
There are four divisions of the screen. The upper right hand is the 3D view. The upper left is the top down view. The lower left is the front view. Finally, the lower right is the side view. Along the bottom of the screen on the left you will see two mode buttons. They are ‘Vertex’ and ‘Face’. Vertex mode allows you to select and manipulate the points that your model is composed of. Face mode does the same with the flat surfaces on your model. Remember these modes, I will be talking about them later in the tutorial. Beside the mode buttons are the windows that tell your cursor position. Above the mode buttons on the left hand side of the screen is the frame arrows. These will be used during the animation process to move between frames. Above that are the ‘fit all’ and ‘fit selected’ buttons. They let you fit your model in the view windows, just in case you move it off screen or something. On the upper left you will see four tabs. When you click on these tabs you access different modes that you will use when modeling. From left to right they are; Create, Modify, Bones and View. Let’s talk a little about them.
Look through the menus on top and check out the help file. I will cover the things in the menu as we use them. A lot of them should be familiar enough to you already from basic windows application that I don’t need to go over everything. Also, there are keyboard shortcuts for a lot of things. Dig around and see what you can figure out for yourself. I’ll be going over what is needed as we create the actual model. Still, it doesn’t hurt to have a basic knowledge of what you could do. You may figure out a better way to do something that what I tell you. Don’t be afraid to experiment. Just make sure you save often. Now, before we get started making models there are some things you should know. Egoboo models can’t have more than 128 vertices; so keep your models simple. Don’t try to detail every little nook and cranny of your model. A lot of detail can be added with the skin. If you want your creature to be able to hold anything, you will have to add grips. Grips are special vertices that are added to the model last. It tells Egoboo where to place the weapons (or whatever is being held) and what the objects orientation is. If your creature isn’t going to hold anything, don’t worry about it. If you are creating a weapon, the very last vertex will be the ‘spawnlast’ vertex. This is the point on the model that blood and other particle effects shoot from. Plan your model ahead of time. Draw sketches of what it will look like. Know what animations you will need to create. I recommend reading through the models.txt file in your text directory of Egoboo. It contains a lot of useful information about the types of animations and other little bits of info. Also, remember that you may need to make the AI scripts and sound effects for your creation somewhere down the road. I won’t be covering those in these tutorials, but they will need attention at some point. Okay, so now you know the editor inside and out… well, at least you’re off to a good start. In the next tutorial, we’ll create a model. Cheers for now, booger |