Content is copyright © KatsBits™ 2000-2013. All Rights Reserved.
No part of this web site may be reproduced (except for personal use) without prior written permission from KatsBits.com. For more infomation on copyright click here.
author - ken 'kat' beyer
rel' date - May 09
name - Misc WWII tanks & vehicles
pk3 file - ase-katsbits_ww2-tanks.zip
info - A set of low poly ASE models with texture maps. Includes, wireframe map guides and AO bake maps for diffuse texture use. Textures are 512x512 or smaller. These models were originally intended to be used as middle distance+ objects so wheel and tracks are simple solid shapes. However, using alpha transparency will allow the appearence of tracks and running gear where necessary. Includes;
British Universal (Bren Gun) Carrier
British Cromwell
British Churchill
German Panzer II
USA (Allied) M5A1
Changing the texture used on the model/s
The files are ASE models, (which is a text based format) so the texture/shader path can easily be edited using notepad you don't need to use any 3D software, just open a file into notepad, find the texture path references & edit those to 'point' to your folders / textures / shaders, re-save to a location of your choice and then load ready textured into Radiant. Example shader;
//barge with no markings
models\mapobjects\[model-folder]\[texture name]
{
qer_editorimage models\mapobjects\[model-folder]\[texture-name].tga
q3map_forcemeta
q3map_nonplanar
// q3map_shadeangle 79 //OPTIONAL*
// q3map_clipmodel //OPTIONAL
{
map $lightmap
rgbGen identity
}
{
map models\mapobjects\[model-folder]\[texture-name].tga
blendFunc GL_DST_COLOR GL_ZERO
rgbGen identity
}
}
*note : using q3map_shadeangle on models that have specific smoothing groups can have some undesirable effects, esp on more 'organically' shaped objects, so this is commented out by default for this shader.
Autoclip
If you want to use 'auto clipping' on the models instead of applying manual Playerclipping in Radiant you'll need to ammend the included shader or write your own; see below for an example of a 'basic' shader. warning : be warned that if you use auto clipping extensively you'll be generating a colossal amount of extra brush faces that count towards the total brushcount limit in Q3 engined games... watch out for max_map_ errors.
polycount - various 360 (Bren Carrier) - 670 (Panzerk II)
zip file [c.2.2MB]
Universal (Bren Gun) Carrier
British Churchill heavy Tank
British Cromwell medium tank
Allied (USA) M5A1 light tank
German Panzer II light tank
Learn Blender 3D - learn to make a simple low-poly rigged and animated character
Blender & IMVU furniture - new to Blender? IMVU? Learn to make furniture quickly
Displaced Terrain Mesh - using displace to make a basic terrain +optimisation tips
Displace & Simple Terrain - making a simple terrain in Blender 2.49 using displace