- Timestamp:
- May 31, 2007, 4:17:39 PM (17 years ago)
- Location:
- data/trunk
- Files:
-
- 35 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/levels/DefaultCampaign.oxc
r4799 r4850 27 27 <menu-entry>1</menu-entry> 28 28 </SinglePlayerWorld> 29 29 30 30 <SinglePlayerWorld> 31 31 <identifier>3</identifier> 32 <nextid>1</nextid> 33 <name>Mission 1</name> 34 <path>levels/vertical_scroller.oxw</path> 35 <menu-entry>1</menu-entry> 36 </SinglePlayerWorld> 37 38 <SinglePlayerWorld> 39 <identifier>4</identifier> 40 <nextid>1</nextid> 41 <name>Moonstation</name> 42 <path>levels/sp_level_moonstation.oxw</path> 43 <menu-entry>1</menu-entry> 44 </SinglePlayerWorld> 45 46 <SinglePlayerWorld> 47 <identifier>5</identifier> 32 48 <nextid>1</nextid> 33 49 <name>Moonstation Hangar</name> … … 35 51 <menu-entry>1</menu-entry> 36 52 </SinglePlayerWorld> 37 53 38 54 <SinglePlayerWorld> 39 <identifier>4</identifier> 40 <nextid>1</nextid> 41 <name>Mission 1</name> 42 <path>levels/vertical_scroller.oxw</path> 43 <menu-entry>1</menu-entry> 44 </SinglePlayerWorld> 45 46 <SinglePlayerWorld> 47 <identifier>5</identifier> 55 <identifier>6</identifier> 48 56 <nextid>1</nextid> 49 57 <name>Cut Scene</name> -
data/trunk/levels/baseq3/scripts/moonstation.shader
r4843 r4850 1 textures/moonstation/ light_beam_green1 textures/moonstation/glass_blue 2 2 { 3 qer_trans 1.00 4 surfaceparm nonsolid 3 qer_trans 0.5 4 surfaceparm nolightmap 5 } 6 7 textures/moonstation/glass_white 8 { 9 qer_trans 0.5 10 surfaceparm nolightmap 11 } 12 13 textures/moonstation/beam_blue 14 { 15 qer_trans 0.5 16 surfaceparm nolightmap 17 surfaceparm trans 18 } 19 textures/moonstation/beam_lightyellow 20 { 5 21 surfaceparm nolightmap 6 22 surfaceparm trans 7 23 } 8 24 9 textures/moonstation/ light_beam_red25 textures/moonstation/working_screenshot 10 26 { 11 qer_trans 1.0012 surfaceparm nonsolid13 27 surfaceparm nolightmap 14 28 surfaceparm trans 15 29 } 16 30 17 textures/moonstation/ light_beam_orange31 textures/moonstation/working_radar 18 32 { 19 qer_trans 1.0020 surfaceparm nonsolid21 33 surfaceparm nolightmap 22 34 surfaceparm trans 23 35 } 24 25 textures/moonstation/light_beam_blue_light26 {27 qer_trans 1.0028 surfaceparm nonsolid29 surfaceparm nolightmap30 surfaceparm trans31 }32 33 textures/moonstation/UCA-seal234 {35 qer_trans 0.9036 surfaceparm trans37 }38 39 textures/moonstation/UCA-seal2_black40 {41 qer_trans 0.9042 surfaceparm trans43 }44 45 textures/moonstation/stairway_A46 {47 qer_trans 0.9048 surfaceparm trans49 }50 51 textures/moonstation/stairway_B52 {53 qer_trans 0.9054 surfaceparm trans55 }56 57 textures/moonstation/stairway_C58 {59 qer_trans 0.9060 surfaceparm trans61 }62 63 textures/moonstation/stairway_filter64 {65 qer_trans 0.9066 surfaceparm trans67 }68 69 textures/moonstation/stairway_treatment70 {71 qer_trans 0.9072 surfaceparm trans73 }74 75 textures/moonstation/lobby_elevatorhangar76 {77 qer_trans 0.9078 surfaceparm trans79 }80 81 textures/moonstation/lobby_image182 {83 qer_trans 0.9084 surfaceparm trans85 }86 87 textures/moonstation/lobby_image288 {89 qer_trans 0.9090 surfaceparm trans91 }92 93 textures/moonstation/lobby_image394 {95 qer_trans 0.9096 surfaceparm trans97 }98 99 textures/moonstation/lobby_image4100 {101 qer_trans 0.90102 surfaceparm trans103 }104 105 textures/moonstation/lobby_image5106 {107 qer_trans 0.90108 surfaceparm trans109 }110 111 textures/moonstation/lobby_image6112 {113 qer_trans 0.90114 surfaceparm trans115 }116 117 textures/moonstation/lobby_image7118 {119 qer_trans 0.90120 surfaceparm trans121 }122 123 textures/moonstation/lobby_image8124 {125 qer_trans 0.90126 surfaceparm trans127 }128 129 textures/moonstation/lobby_image9130 {131 qer_trans 0.90132 surfaceparm trans133 } -
data/trunk/levels/baseq3/scripts/shaderlist.txt
r4843 r4850 19 19 20 20 // this file lists all the separate shader files 21 base_button 22 base_door 23 base_floor 24 base_light 25 base_object 26 base_support 27 base_trim 28 base_wall 21 29 common 22 30 metal 23 31 spacestation1 24 32 moonstation 33 test1 34 //ctf 35 //eerie 36 //gfx 37 //hell 38 gothic_block 39 gothic_button 40 gothic_door 41 gothic_floor 42 gothic_light 43 gothic_trim 44 gothic_wall 45 liquids 46 //menu 47 //models 48 organics 49 sfx 50 skin 51 skies
Note: See TracChangeset
for help on using the changeset viewer.