Rev 43 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | h266 | 1 | /* |
2 | -------------------------------------------------------------------------------- |
||
3 | Duke Caribbean: Life's A Beach Plus |
||
4 | By Hendricks266 |
||
5 | -------------------------------------------------------------------------------- |
||
6 | */ |
||
7 | |||
26 | h266 | 8 | // Drinking Glass - Blue Liquid (955) |
74 | h266 | 9 | model "vaca_hrp/sprites/props/0955_glass1.md3" { |
26 | h266 | 10 | scale 1.5 shade 0 |
74 | h266 | 11 | skin { pal 0 file "vaca_hrp/sprites/props/0955_glass1.png" } |
26 | h266 | 12 | detail { surface 0 file "highres/detail/paint.png" detailscale 0.3 } |
13 | frame { name "frame00" tile 0955 } |
||
14 | } |
||
15 | |||
16 | // Drinking Glass - Green Liquid (956) |
||
74 | h266 | 17 | model "vaca_hrp/sprites/props/0956_glass2.md3" { |
26 | h266 | 18 | scale 1 shade 0 |
74 | h266 | 19 | skin { pal 0 file "vaca_hrp/sprites/props/0956_glass2.png" } |
26 | h266 | 20 | detail { surface 0 file "highres/detail/paint.png" detailscale 0.3 } |
21 | frame { name "frame00" tile 0956 } |
||
22 | } |
||
23 | |||
1 | h266 | 24 | // Handrail (1055) |
74 | h266 | 25 | texture 1055 { pal 0 { file "vaca_hrp/sprites/props/1055.png" } } |
26 | texture 1056 { pal 0 { file "vaca_hrp/sprites/props/1056.png" } } |
||
1 | h266 | 27 | |
28 | // Chopper (1337) |
||
74 | h266 | 29 | model "vaca_hrp/sprites/props/1337_chopper.md3" { |
1 | h266 | 30 | scale 5.5 shade 0 |
74 | h266 | 31 | skin { pal 0 file "vaca_hrp/sprites/props/1337_chopper.png" } |
1 | h266 | 32 | anim { frame0 "FRAME1" frame1 "FRAME6" fps 70 flags 0 } |
33 | frame { name "FRAME1" tile0 1337 tile1 1338 } |
||
34 | } |
||
35 | |||
43 | spiker | 36 | // Steer (3649) |
74 | h266 | 37 | model "vaca_hrp/sprites/props/3649.md3" { |
43 | spiker | 38 | scale 20 shade 0 zadd 2.5 |
74 | h266 | 39 | skin { pal 0 file "vaca_hrp/sprites/props/3649.png" } |
43 | spiker | 40 | frame { name "frame_1" tile 3649 } |
41 | } |
||
1 | h266 | 42 | // Beach Ball (3660-3667) |
74 | h266 | 43 | model "vaca_hrp/sprites/props/3660_beachball.md3" { |
1 | h266 | 44 | scale 1 shade 0 |
74 | h266 | 45 | skin { pal 0 file "vaca_hrp/sprites/props/3660_beachball.png" } |
1 | h266 | 46 | frame { name "FRAME1" tile 3660 } |
47 | frame { name "FRAME2" tile 3661 } |
||
48 | frame { name "FRAME3" tile 3662 } |
||
49 | frame { name "FRAME4" tile 3663 } |
||
50 | frame { name "FRAME5" tile 3664 } |
||
51 | frame { name "FRAME6" tile 3665 } |
||
52 | frame { name "FRAME7" tile 3666 } |
||
53 | frame { name "FRAME8" tile 3667 } |
||
54 | // anim { frame0 "FRAME1" frame1 "FRAME8" fps 6 flags 0 smoothduration 0.2 } |
||
55 | } |
||
56 | |||
57 | texture 3686 { |
||
74 | h266 | 58 | pal 0 { file "vaca_hrp/sprites/props/3686.png" } |
1 | h266 | 59 | } |
60 | |||
61 | // Beach Bather Babe's Umbrella (3695) |
||
74 | h266 | 62 | model "vaca_hrp/sprites/props/3695_umbrella.md3" { |
1 | h266 | 63 | shade 0 scale 0.44 |
74 | h266 | 64 | skin { pal 0 file "vaca_hrp/sprites/props/3695_umbrella.png" } |
1 | h266 | 65 | frame { name "FRAME1" tile 3695 } |
66 | } |
||
67 | |||
68 | // Tiki God Rock Statue (3700) |
||
74 | h266 | 69 | model "vaca_hrp/sprites/props/3700_tikigod.md3" { |
1 | h266 | 70 | scale 1.3 shade 0 |
71 | |||
74 | h266 | 72 | skin { pal 0 surface 0 file "vaca_hrp/sprites/props/3700_tikigod.png" } |
25 | h266 | 73 | /* |
74 | h266 | 74 | skin { pal 1 surface 0 file "vaca_hrp/sprites/props/3700_tikigod.png" } |
75 | skin { pal 2 surface 0 file "vaca_hrp/sprites/props/3700_tikigod.png" } |
||
76 | skin { pal 7 surface 0 file "vaca_hrp/sprites/props/3700_tikigod.png" } |
||
77 | skin { pal 8 surface 0 file "vaca_hrp/sprites/props/3700_tikigod.png" } |
||
25 | h266 | 78 | */ |
1 | h266 | 79 | |
74 | h266 | 80 | skin { pal 0 surface 1 file "vaca_hrp/sprites/props/3700_tikigod.png" } |
1 | h266 | 81 | detail { surface 1 file "highres/detail/rock.png" xscale 0.15 yscale 0.15 } // This is so that the jewel is not covered with the rocky detail texture. |
82 | frame { name "FRAME1" tile 3700 } |
||
83 | } |
||
74 | h266 | 84 | texture 3700 { pal 0 { file "vaca_hrp/sprites/props/3700.png" } } |
1 | h266 | 85 | |
86 | texture 3778 { |
||
74 | h266 | 87 | pal 0 { file "vaca_hrp/sprites/props/3778.png" } |
1 | h266 | 88 | } |