Changeset 4843
- Timestamp:
- May 31, 2007, 1:06:29 AM (17 years ago)
- Location:
- data/trunk/levels/baseq3/scripts
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/levels/baseq3/scripts/common.shader
r4427 r4843 1 2 1 textures/common/areaportal 3 2 { … … 153 152 surfaceparm trans 154 153 } 154 155 textures/common/white 156 { 157 surfaceparm nolightmap 158 } -
data/trunk/levels/baseq3/scripts/metal.shader
r4797 r4843 1 textures/metal/9gratefloor02_t 2 { 3 qer_trans 0.75 4 surfaceparm trans 5 } 6 1 7 textures/metal/9hangwires01b_trans 8 { 9 qer_trans 0.75 10 surfaceparm trans 11 } 12 13 textures/metal/e7grate01_t 2 14 { 3 15 qer_trans 0.75 … … 16 28 surfaceparm trans 17 29 } 30 -
data/trunk/levels/baseq3/scripts/moonstation.shader
r4809 r4843 23 23 } 24 24 25 textures/moonstation/light_beam_blue_light 26 { 27 qer_trans 1.00 28 surfaceparm nonsolid 29 surfaceparm nolightmap 30 surfaceparm trans 31 } 32 25 33 textures/moonstation/UCA-seal2 26 34 { 27 qer_trans 1.0035 qer_trans 0.90 28 36 surfaceparm trans 29 37 } 38 39 textures/moonstation/UCA-seal2_black 40 { 41 qer_trans 0.90 42 surfaceparm trans 43 } 44 45 textures/moonstation/stairway_A 46 { 47 qer_trans 0.90 48 surfaceparm trans 49 } 50 51 textures/moonstation/stairway_B 52 { 53 qer_trans 0.90 54 surfaceparm trans 55 } 56 57 textures/moonstation/stairway_C 58 { 59 qer_trans 0.90 60 surfaceparm trans 61 } 62 63 textures/moonstation/stairway_filter 64 { 65 qer_trans 0.90 66 surfaceparm trans 67 } 68 69 textures/moonstation/stairway_treatment 70 { 71 qer_trans 0.90 72 surfaceparm trans 73 } 74 75 textures/moonstation/lobby_elevatorhangar 76 { 77 qer_trans 0.90 78 surfaceparm trans 79 } 80 81 textures/moonstation/lobby_image1 82 { 83 qer_trans 0.90 84 surfaceparm trans 85 } 86 87 textures/moonstation/lobby_image2 88 { 89 qer_trans 0.90 90 surfaceparm trans 91 } 92 93 textures/moonstation/lobby_image3 94 { 95 qer_trans 0.90 96 surfaceparm trans 97 } 98 99 textures/moonstation/lobby_image4 100 { 101 qer_trans 0.90 102 surfaceparm trans 103 } 104 105 textures/moonstation/lobby_image5 106 { 107 qer_trans 0.90 108 surfaceparm trans 109 } 110 111 textures/moonstation/lobby_image6 112 { 113 qer_trans 0.90 114 surfaceparm trans 115 } 116 117 textures/moonstation/lobby_image7 118 { 119 qer_trans 0.90 120 surfaceparm trans 121 } 122 123 textures/moonstation/lobby_image8 124 { 125 qer_trans 0.90 126 surfaceparm trans 127 } 128 129 textures/moonstation/lobby_image9 130 { 131 qer_trans 0.90 132 surfaceparm trans 133 } -
data/trunk/levels/baseq3/scripts/shaderlist.txt
r4797 r4843 19 19 20 20 // this file lists all the separate shader files 21 base_button22 base_door23 base_floor24 base_light25 base_object26 base_support27 base_trim28 base_wall29 21 common 30 22 metal 31 23 spacestation1 32 24 moonstation 33 ctf34 //eerie35 //gfx36 //hell37 gothic_block38 gothic_button39 gothic_door40 gothic_floor41 gothic_light42 gothic_trim43 gothic_wall44 liquids45 //menu46 //models47 organics48 sfx49 skin50 skies
Note: See TracChangeset
for help on using the changeset viewer.