Changeset 4870 for data/trunk/levels/baseq3/scripts
- Timestamp:
- Jun 9, 2007, 2:55:03 PM (17 years ago)
- Location:
- data/trunk/levels/baseq3/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/levels/baseq3/scripts/moonstation.shader
r4850 r4870 1 textures/moonstation/light_beam_green 2 { 3 qer_trans 1.00 4 surfaceparm nonsolid 5 surfaceparm nolightmap 6 surfaceparm trans 7 } 8 9 textures/moonstation/light_beam_red 10 { 11 qer_trans 1.00 12 surfaceparm nonsolid 13 surfaceparm nolightmap 14 surfaceparm trans 15 } 16 17 textures/moonstation/light_beam_orange 18 { 19 qer_trans 1.00 20 surfaceparm nonsolid 21 surfaceparm nolightmap 22 surfaceparm trans 23 } 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 33 textures/moonstation/UCA-seal2 34 { 35 qer_trans 0.90 36 surfaceparm trans 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 } 134 1 135 textures/moonstation/glass_blue 136 2 137 { 138 139 qer_trans 0.5 140 surfaceparm nolightmap 141 142 } 143 144 145 146 textures/moonstation/glass_white 147 148 { 149 3 150 qer_trans 0.5 4 151 surfaceparm nolightmap 5 152 } 6 153 7 textures/moonstation/glass_white 8 { 9 qer_trans 0.5 10 surfaceparm nolightmap 11 } 154 12 155 13 156 textures/moonstation/beam_blue 157 14 158 { 159 15 160 qer_trans 0.5 16 161 surfaceparm nolightmap 17 162 surfaceparm trans 163 18 164 } 165 166 19 167 textures/moonstation/beam_lightyellow 168 { 169 surfaceparm nolightmap 170 surfaceparm trans 171 172 } 173 174 175 176 textures/moonstation/working_screenshot 177 20 178 { 21 179 surfaceparm nolightmap … … 23 181 } 24 182 25 textures/moonstation/working_screenshot 183 184 185 textures/moonstation/working_radar 186 26 187 { 27 188 surfaceparm nolightmap 189 28 190 surfaceparm trans 191 29 192 } 30 31 textures/moonstation/working_radar32 {33 surfaceparm nolightmap34 surfaceparm trans35 } -
data/trunk/levels/baseq3/scripts/shaderlist.txt
r4850 r4870 1 //**********************************************************************//2 // shaderlist.txt modified for Q3Radiant //3 // by Eutectic - 13 May 2000 //4 // //5 // Rev history: //6 // 08/11/20007 // TTimo - changed liquid to liquids and sky to skies for better //8 // consistency with the directories and actual shader names //9 // //10 // Added the names of the new shader files created as a result //11 // of the cleanup of the old shader files so Q3Radiant will read //12 // and display all the shaders in the texture window. //13 // //14 // SHADER FILE NAMES ADDED: //15 // base_door //16 // gothic_button //17 // gothic_door //18 //**********************************************************************//19 20 // this file lists all the separate shader files21 base_button22 base_door23 base_floor24 base_light25 base_object26 base_support27 base_trim28 base_wall29 1 common 30 2 metal 31 3 spacestation1 32 4 moonstation 33 test134 //ctf35 //eerie36 //gfx37 //hell38 gothic_block39 gothic_button40 gothic_door41 gothic_floor42 gothic_light43 gothic_trim44 gothic_wall45 liquids46 //menu47 //models48 organics49 sfx50 skin51 skies
Note: See TracChangeset
for help on using the changeset viewer.