kt_kubalwagon.shader 753 B

123456789101112131415161718192021222324252627282930313233343536
  1. //KubalWagon - texture 'culled' so the mudguard and Steering wheel
  2. //have a visible underside
  3. // --- modified textures so now only applied to smaller tga --- //
  4. models/mapobjects/kt_kubalwagon/euro_frnt_2
  5. {
  6. cull disable
  7. // surfaceparm playerclip
  8. {
  9. map models/mapobjects/kt_kubalwagon/euro_frnt_2.tga
  10. alphaFunc GE128
  11. depthWrite
  12. rgbGen vertex
  13. }
  14. }
  15. // --- ORIGINAL SCRIPT --- //
  16. //models/mapobjects/kt_kubalwagon/european_fnt
  17. //{
  18. // cull disable
  19. // surfaceparm playerclip
  20. //
  21. // {
  22. // map models/mapobjects/kt_kubalwagon/european_fnt.tga
  23. // alphaFunc GE128
  24. // depthWrite
  25. // rgbGen vertex
  26. // }
  27. //
  28. //
  29. //}