![]() |
![]() |
![]() |
Making skins for the CleanerWolf model |
||
I assume that you know how to make skins for Q3A models in general, how to work with skin files and shaders and of course how to use
Photoshop. Make a copy of your Quake3 Shortcut on the Desktop, go into the properties of that shortcut and in the line where it reads "F:\Quake3\quake3.exe" (maybe this is different with
your installation) add the following: +set sv_pure 0 +exec modelview.cfg +devmap view Now when you doubleclick the new shortcut Quake3 will start with a special map with some colored rooms in which you can view the model. After
the map is loaded go into model selection menu, select one of the wolf skins and go back. Maybe you have to hit the TAB key now, otherwise Quake3 doesn't load the new skin. Thanks to the modelview.cfg you have
some useful options now. Hit 5 on the numpad to change into 3rd person view. With 8 and 2 on the numpad you can zoom in and out, with 4 and 6 you can change the view angle. If your videocard (and driver) allows that, you can run
Quake3 in a window and have Photoshop running at the same time. This allows a good workflow, because everytime you save your skin as a TGA in Photoshop you then change to Quake3 and hit the V button what restarts the level and
loads the actual skin. Okay, now you have Quake3 prepared to be a perfect modelviewer :-) The skins For your skins you need to have a "models/players/cleanerwolf" directory
structure under baseq3 and then put your TGAs, skin-files and icon-files into the cleanerwolf folder. I think you know how to use the .skin-files, but with this model there is something special I have to explain.
Take a look at the head_default.skin file: tag_head, The objects h_head and h_ears have the bizowolf_h.tga, but there are 2 other objects named h_glasses and h_wood. You can see the glasses on the head and the thin stick at the side of the mouth. This is meant as a toothpick, but
you can make a thin cigarette out of it also. With the ...sarge/null.tga applied, these objects are invisible. If you want them visible you have to apply textures to them like the dukeglasses_h.tga and wood_h.tga. For the
glasses you have to make a texture with an alpha channel and a shader that only shows the part of the glasses_h.tga that have white pixels in its alpha channel. Make sure to save this skin as a 32 BIT TGA in
Photoshop, otherwise the alpha channel will not be included ! Take a look at the dukeglasses_h.psd in Photoshop to understand how it works.
Your shader should go into ...baseq3/scripts and has to be named "cw_yourskin.shader". The shader script should look like this: models/players/cleanerwolf/myglasses_h
The first stage makes the unnecessary parts of the geometry transparent and the second stage applies an environment map to the glasses to give them a shiny look. I hope this helps, if you have questions send me a mail.
|