* Adjustment: Initial CMake reworking.

This commit is contained in:
Robert MacGregor 2022-05-13 23:42:41 -04:00
parent 516163fd5d
commit d7cdf54661
5394 changed files with 2615532 additions and 8711 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 KiB

View file

@ -0,0 +1,26 @@
-------------------------------------------------------------------------
TITLE : kt_kubalwagon
AUTHOR : ken 'kat' beyer
EMAIL ADDRESS : cpdt@telinco.co.uk
HOMEPAGE URL : http://www.quake3bits.co.uk
NUMBER OF MODELS : 1
SHADER SCRIPTS : yes - included
------------------
* MODEL NAME/s *
[model details below]
european_fnt_v2.md3
euro_rnt_2.tga (alpha'd steering wheel)
european_fnt.tga
------------------
CREDITS
ID software, eskimo roll, EMSIPE, QkenneyQ
DISTRIBUTION
as long as this readme is included...!
--------------------------------------------------------------------------

View file

@ -0,0 +1,36 @@
//KubalWagon - texture 'culled' so the mudguard and Steering wheel
//have a visible underside
// --- modified textures so now only applied to smaller tga --- //
models/mapobjects/kt_kubalwagon/euro_frnt_2
{
cull disable
// surfaceparm playerclip
{
map models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
alphaFunc GE128
depthWrite
rgbGen vertex
}
}
// --- ORIGINAL SCRIPT --- //
//models/mapobjects/kt_kubalwagon/european_fnt
//{
// cull disable
// surfaceparm playerclip
//
// {
// map models/mapobjects/kt_kubalwagon/european_fnt.tga
// alphaFunc GE128
// depthWrite
// rgbGen vertex
// }
//
//
//}