Subversion Repositories duke3d_hrp

Rev

Rev 479 | Rev 669 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 479 Rev 666
1
// Maphacks for Duke3D HRP
1
// Maphacks for the Duke Nukem 3D High Resolution Pack (HRP)
2
// Level:  E2L1.MAP - "Spaceport" (Original Atomic Edition version)
-
 
3
// Author: Allen H. Blum III
-
 
4
// mapmd4: 91003239cfe780bf4c1de08e0a2b7cc2
-
 
5
// Reviewed by NightFright (February 2012)
-
 
6
 
-
 
7
 
-
 
8
 
-
 
9
// PROPS
-
 
10
 
-
 
11
// C9 cannisters
-
 
12
sprite 116 angoff 256
-
 
13
sprite 117 angoff -128
-
 
14
sprite 118 angoff 384
-
 
15
sprite 119 angoff -64
-
 
16
 
-
 
17
 
-
 
18
 
-
 
19
// ITEMS/POWERUPS
-
 
20
 
-
 
21
// Armor
-
 
22
sprite 54 angoff 256
-
 
23
sprite 280 angoff -512
-
 
24
sprite 396 angoff -512 // Dukematch only
-
 
25
 
-
 
26
// Health +10
-
 
27
sprite 46 angoff -256
-
 
28
 
-
 
29
// Health +30
-
 
30
sprite 45 angoff 512
-
 
31
sprite 55 angoff 128
-
 
32
sprite 80 angoff -256
-
 
33
sprite 82 angoff -768
-
 
34
sprite 83 angoff -512
-
 
35
sprite 84 angoff -384
-
 
36
sprite 85 angoff 512
-
 
37
 
-
 
38
// HoloDuke
-
 
39
sprite 367 angoff 512
-
 
40
 
-
 
41
// Jetpack
-
 
42
sprite 69 angoff -512
-
 
43
sprite 110 angoff -512
-
 
44
 
-
 
45
// Keycard (R)
-
 
46
sprite 318 angoff 512
-
 
47
 
-
 
48
// Medkit
-
 
49
sprite 155 angoff -384
-
 
50
 
-
 
51
// Nightvision
-
 
52
sprite 31 angoff 1024
-
 
53
 
2
 
54
// Scuba gear
-
 
55
sprite 165 angoff -256
-
 
56
 
-
 
57
// Steroids
-
 
58
sprite 422 angoff 256
-
 
59
 
-
 
60
 
-
 
61
 
-
 
62
// WEAPONS/AMMO
-
 
63
 
-
 
64
// Shotgun & ammo
-
 
65
sprite 156 angoff 256
-
 
66
sprite 284 angoff -256
-
 
67
sprite 390 angoff 512
-
 
68
 
-
 
69
// Chaingun
-
 
70
sprite 30 angoff 1024
-
 
71
sprite 374 angoff 512
-
 
72
sprite 377 angoff 512 // Dukematch only
-
 
73
sprite 378 angoff -512 // Dukematch only
-
 
74
 
-
 
75
// RPG & ammo
-
 
76
sprite 291 angoff -128
-
 
77
sprite 373 angoff 1024
-
 
78
sprite 395 angoff -512
-
 
79
 
-
 
80
// Pipebombs
-
 
81
sprite 40 angoff 1024
-
 
82
sprite 235 angoff 768
-
 
83
 
-
 
84
// Shrinker & ammo
3
// Title    : Spaceport
85
sprite 371 angoff -256 // Dukematch only
-
 
86
sprite 372 angoff -256 // Dukematch only
-
 
87
 
-
 
88
// Laser Tripbomb
-
 
89
sprite 385 angoff 832 // Dukematch only
-
 
90
sprite 386 angoff -832 // Dukematch only
-
 
91
sprite 387 angoff 1024 // Dukematch only
-
 
92
 
-
 
93
// Freezethrower & ammo
4
// Filename : E2L1.MAP
94
sprite 60 angoff -512 // Dukematch only
-
 
95
sprite 375 angoff -512 // Dukematch only
-
 
96
sprite 376 angoff -512 // Dukematch only
-
 
97
 
-
 
98
 
-
 
99
 
-
 
100
// OVERRIDE
-
 
101
 
-
 
102
// Fixes for badly aligned sprites
5
// Author   : Allen H. Blum III
103
sprite 22 roll -60 // space shuttle
-
 
104
sprite 23 mdzoff 155000 // water fountain
6
// mapmd4   : 91003239cfe780bf4c1de08e0a2b7cc2 // 1996-12-11 (1.3D + Atomic GRP)
105
sprite 23 pitch 2
-
 
106
sprite 37 away1 // "Authorized Personnel" sign
-
 
107
sprite 109 away1 // security screen
-
 
108
sprite 399 mdzoff -90000 // Devastator
-
 
109
sprite 399 roll 5
-
 
110
 
7
 
111
// Forcing any floor aligned model to be rendered as sprite
-
 
112
sprite 86 notmd  // #602 solar panel
-
 
113
sprite 87 notmd  // #602 solar panel
-
 
114
sprite 391 notmd
8
// Curr. HRP: r5.3.665
115
 
9
 
-
 
10
sprite   373 angoff     1024       // tile0023 rpgsprite
-
 
11
sprite   109 away1                 // tile0499 viewscreen2
-
 
12
sprite   391 notmd                 // tile0568 femmag1
-
 
13
sprite   422 angoff     256        // tile0055 steroids
-
 
14
sprite   395 angoff    -512        // tile0044 rpgammo
-
 
15
sprite   395 mdzoff     200000     // tile0044 rpgammo
-
 
16
sprite   395 pitch      1          // tile0044 rpgammo
-
 
17
sprite   396 angoff    -512        // tile0054 shield (multiplayer)
-
 
18
sprite   396 mdzoff     100000     // tile0054 shield (multiplayer)
-
 
19
sprite   396 pitch      1          // tile0054 shield (multiplayer)
-
 
20
sprite    46 angoff    -256        // tile0051 cola
-
 
21
sprite    46 mdzoff     500000     // tile0051 cola
-
 
22
sprite    46 roll       1          // tile0051 cola
-
 
23
sprite   376 angoff    -512        // tile0037 freezeammo (multiplayer)
-
 
24
sprite   376 mdzoff     100000     // tile0037 freezeammo (multiplayer)
-
 
25
sprite   376 roll       1          // tile0037 freezeammo (multiplayer)
-
 
26
sprite   375 angoff    -512        // tile0037 freezeammo (multiplayer)
-
 
27
sprite   375 mdzoff     100000     // tile0037 freezeammo (multiplayer)
-
 
28
sprite   375 roll      -1          // tile0037 freezeammo (multiplayer)
-
 
29
sprite   156 angoff     256        // tile0028 shotgunsprite
-
 
30
sprite    23 mdzoff     310000     // tile0563 waterfountain
-
 
31
sprite    23 pitch      1          // tile0563 waterfountain
-
 
32
sprite    85 angoff     512        // tile0052 sixpack
-
 
33
sprite    37 away1                 // tile0613 (authorized personnel)
-
 
34
sprite   284 angoff    -256        // tile0049 shotgunammo
-
 
35
sprite   284 mdzoff     200000     // tile0049 shotgunammo
-
 
36
sprite   284 pitch     -1          // tile0049 shotgunammo
-
 
37
sprite   284 roll       2          // tile0049 shotgunammo
-
 
38
sprite   367 angoff     768        // tile1348 holoduke
-
 
39
sprite   372 angoff     640        // tile0046 crystalammo (multiplayer)
-
 
40
sprite   371 angoff     896        // tile0046 crystalammo (multiplayer)
-
 
41
sprite   371 mdzoff     200000     // tile0046 crystalammo (multiplayer)
-
 
42
sprite   371 roll       1          // tile0046 crystalammo (multiplayer)
-
 
43
sprite    22 roll      -60         // tile0487 spaceshuttle
-
 
44
sprite    83 angoff     512        // tile0052 sixpack
-
 
45
sprite   291 angoff     64         // tile0044 rpgammo
-
 
46
sprite    60 mdzoff     700000     // tile0024 freezesprite (multiplayer)
-
 
47
sprite    60 pitch      1          // tile0024 freezesprite (multiplayer)
-
 
48
sprite    30 angoff     1024       // tile0041 batteryammo
-
 
49
sprite    30 mdzoff     100000     // tile0041 batteryammo
-
 
50
sprite    30 pitch     -3          // tile0041 batteryammo
-
 
51
sprite    30 roll      -2          // tile0041 batteryammo
-
 
52
sprite    29 mdzoff     100000     // tile0041 batteryammo
-
 
53
sprite    29 pitch      3          // tile0041 batteryammo
-
 
54
sprite    29 roll      -2          // tile0041 batteryammo
-
 
55
sprite   280 angoff    -512        // tile0054 shield
-
 
56
sprite   165 angoff    -512        // tile0056 airtank
-
 
57
sprite   374 angoff     512        // tile0022 chaingunsprite
-
 
58
sprite    31 angoff    -512        // tile0059 heatsensor
-
 
59
sprite   155 angoff     704        // tile0053 firstaid
-
 
60
sprite    40 angoff     1024       // tile0047 hbombammo
-
 
61
sprite   180 angoff     0          // tile0060 accesscard blue
-
 
62
sprite   379 mdzoff     700000     // tile0049 shotgunammo
-
 
63
sprite   379 pitch     -1          // tile0049 shotgunammo
-
 
64
sprite    69 angoff    -512        // tile0057 jetpack
-
 
65
sprite    84 angoff    -320        // tile0052 sixpack
-
 
66
sprite   292 angoff     1024       // tile0040 ammo
-
 
67
sprite   116 angoff     256        // tile1247 seenine
-
 
68
sprite   118 angoff     384        // tile1247 seenine
-
 
69
sprite   118 mdzoff     100000     // tile1247 seenine
-
 
70
sprite   118 pitch      1          // tile1247 seenine
-
 
71
sprite   119 angoff    -64         // tile1247 seenine
-
 
72
sprite   117 angoff    -128        // tile1247 seenine
-
 
73
sprite   390 angoff     512        // tile0049 shotgunammo
-
 
74
sprite   235 angoff     736        // tile0047 hbombammo
-
 
75
sprite   235 mdzoff     300000     // tile0047 hbombammo
-
 
76
sprite   235 pitch      1          // tile0047 hbombammo
-
 
77
sprite    45 angoff     480        // tile0052 sixpack
-
 
78
sprite   399 mdzoff     4000       // tile0029 devistatorsprite
-
 
79
sprite   399 pitch      128        // tile0029 devistatorsprite
-
 
80
sprite   289 mdzoff     400000     // tile0100 atomichealth
-
 
81
sprite   289 roll       1          // tile0100 atomichealth
-
 
82
sprite    81 angoff     128        // tile0059 heatsensor
-
 
83
sprite    80 angoff    -192        // tile0052 sixpack
-
 
84
sprite   386 angoff    -832        // tile0027 tripbombsprite (multiplayer)
-
 
85
sprite   387 angoff     1024       // tile0027 tripbombsprite (multiplayer)
-
 
86
sprite   385 angoff     832        // tile0027 tripbombsprite (multiplayer)
-
 
87
sprite   110 angoff    -512        // tile0057 jetpack
-
 
88
sprite   318 angoff     512        // tile0060 accesscard red
-
 
89
sprite    54 angoff     512        // tile0054 shield
-
 
90
sprite    54 mdzoff     1200000    // tile0054 shield
-
 
91
sprite    54 pitch     -1          // tile0054 shield
-
 
92
sprite    55 angoff    -512        // tile0052 sixpack
-
 
93
sprite    55 mdzoff     1200000    // tile0052 sixpack
-
 
94
sprite    55 pitch     -1          // tile0052 sixpack
-
 
95
sprite   377 angoff     512        // tile0041 batteryammo (multiplayer)
-
 
96
sprite   377 mdzoff     300000     // tile0041 batteryammo (multiplayer)
-
 
97
sprite   377 roll      -1          // tile0041 batteryammo (multiplayer)
-
 
98
sprite   378 angoff    -512        // tile0041 batteryammo (multiplayer)
-
 
99
sprite   378 mdzoff     300000     // tile0041 batteryammo (multiplayer)
-
 
100
sprite   378 roll      -1          // tile0041 batteryammo (multiplayer)
-
 
101
sprite    82 angoff     1024       // tile0052 sixpack
-
 
102
sprite    86 notmd                 // tile0602 solarpanel
-
 
103
sprite    87 notmd                 // tile0602 solarpanel
116
 
104
 
117
 
105
 
118
// LIGHTS
106
// LIGHTS
119
 
107
 
120
// by Micky C
108
// by Micky C
-
 
109
//    sect     x       y       z    range   r   g   b  rad fade  ang  horiz mins maxs prio tile
121
light  250   -15744 19136 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
110
light  250  -15744   19136   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
122
light  250   10496 35072 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
111
light  250   10496   35072   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
123
light  88   -19511 40245 42048  6553  255 255 255   0 0 128 100   0 0   0 -1
112
light   88  -19511   40245   42048   6553  255 255 255   0   0   128    100   0    0    0    -1
124
light  69   -9440 41728 65152  800  255 0 0   0 0 1536 -1   0 0   0 -1
113
light   69   -9440   41728   65152    800  255   0   0   0   0  1536     -1   0    0    0    -1
125
light  72   30720 32768 4096  1200  80 80 255   0 0 1536 -1   0 0   0 -1
114
light   72   30720   32768    4096   1200   80  80 255   0   0  1536     -1   0    0    0    -1
126
light  286   -15039 44136 47104  800  255 0 0   0 0 1536 -1   0 0   0 -1
115
light  286  -15039   44136   47104    800  255   0   0   0   0  1536     -1   0    0    0    -1
127
light  171   -11296 39424 61952  2000  51 155 255   0 0 1536 -1   0 0   0 -1
116
light  171  -11296   39424   61952   2000   51 155 255   0   0  1536     -1   0    0    0    -1
128
light  159   -35840 45024 79616  800  80 80 255   0 0 1536 -1   0 0   0 -1
117
light  159  -35840   45024   79616    800   80  80 255   0   0  1536     -1   0    0    0    -1
129
light  158   -36288 40704 78592  400  50 0 255   0 0 1536 -1   0 0   0 -1
118
light  158  -36288   40704   78592    400   50   0 255   0   0  1536     -1   0    0    0    -1
130
light  96   -10016 41056 70272  800  255 0 0   0 0 1536 -1   0 0   0 -1
119
light   96  -10016   41056   70272    800  255   0   0   0   0  1536     -1   0    0    0    -1
131
light  307   44032 32768 -73728  13000  255 255 255  112 84 1024 -1000   0 0   0 -1
120
light  307   44032   32768  -73728  13000  255 255 255 112  84  1024  -1000   0    0    0    -1
132
light  101   -6665 41655 65280  400  255 255 255   0 0 1536 100   0 0   0 -1
121
light  101   -6665   41655   65280    400  255 255 255   0   0  1536    100   0    0    0    -1
133
light  318   -4861 37159 99840  400  255 255 255   0 0 1536 100   0 0   0 -1
122
light  318   -4861   37159   99840    400  255 255 255   0   0  1536    100   0    0    0    -1
134
light  109   -2560 27968 87232  400  50 0 255   0 0 1536 100   0 0   0 -1
123
light  109   -2560   27968   87232    400   50   0 255   0   0  1536    100   0    0    0    -1
135
light  187   -3392 28832 88064  500  255 255 255   0 0 0 100   0 0   0 -1
124
light  187   -3392   28832   88064    500  255 255 255   0   0     0    100   0    0    0    -1
136
light  23   -4448 35456 118272  600  255 255 255   0 0 1536 100   0 0   0 -1
125
light   23   -4448   35456  118272    600  255 255 255   0   0  1536    100   0    0    0    -1
137
light  23   -4448 34433 117888  600  255 255 255   0 0 512 100   0 0   0 -1
126
light   23   -4448   34433  117888    600  255 255 255   0   0   512    100   0    0    0    -1
138
light  75   -5664 32768 111488  5000  255 255 255   416 312 1536 -9999   0 0   0 -1
127
light   75   -5664   32768  111488   5000  255 255 255 416 312  1536  -9999   0    0    0    -1
139
light  245   -46528 33088 141498  600  255 255 255   0 0 1536 100   0 0   0 -1
128
light  245  -46528   33088  141498    600  255 255 255   0   0  1536    100   0    0    0    -1
140
light  247   -46560 32448 141542  600  255 255 255   0 0 1536 100   0 0   0 -1
129
light  247  -46560   32448  141542    600  255 255 255   0   0  1536    100   0    0    0    -1
141
light  210   -40960 31584 145408  2000  128 128 255   0 0 1536 100   0 0   0 -1
130
light  210  -40960   31584  145408   2000  128 128 255   0   0  1536    100   0    0    0    -1
142
light  207   -40960 33984 144384  2000  128 128 255   0 0 1536 100   0 0   0 -1
131
light  207  -40960   33984  144384   2000  128 128 255   0   0  1536    100   0    0    0    -1
143
light  338   37473 33829 -14336  800  128 128 255   0 0 0 -1   0 0   0 -1
132
light  338   37473   33829  -14336    800  128 128 255   0   0     0     -1   0    0    0    -1
144
light  278   37422 31450 -12032  500  255 255 255   0 0 1536 -1   0 0   0 -1
133
light  278   37422   31450  -12032    500  255 255 255   0   0  1536     -1   0    0    0    -1
145
light  114   47744 32768 -24320  1000  255 235 225   0 0 1024 -1   0 0   0 -1
134
light  114   47744   32768  -24320   1000  255 235 225   0   0  1024     -1   0    0    0    -1
146
light  61   48232 33535 -23040  1500  255 255 255   0 0 1536 -1   0 0   0 -1
135
light   61   48232   33535  -23040   1500  255 255 255   0   0  1536     -1   0    0    0    -1
147
light  61   48219 32001 -23040  1500  255 255 255   0 0 512 -1   0 0   0 -1
136
light   61   48219   32001  -23040   1500  255 255 255   0   0   512     -1   0    0    0    -1
148
light  251   50035 33535 -23424  1500  255 255 255   0 0 1536 -1   0 0   0 -1
137
light  251   50035   33535  -23424   1500  255 255 255   0   0  1536     -1   0    0    0    -1
149
light  251   50045 32001 -23040  1500  255 255 255   0 0 512 -1   0 0   0 -1
138
light  251   50045   32001  -23040   1500  255 255 255   0   0   512     -1   0    0    0    -1
150
light  262   51712 33408 -28312  1500  255 255 255   0 0 1536 -1   0 0   0 -1
139
light  262   51712   33408  -28312   1500  255 255 255   0   0  1536     -1   0    0    0    -1
151
light  258   51712 32064 -28084  1500  255 255 255   0 0 1536 -1   0 0   0 -1
140
light  258   51712   32064  -28084   1500  255 255 255   0   0  1536     -1   0    0    0    -1
152
light  149   -35840 40704 77824  700  200 200 255   0 0 1536 -1   0 0   0 -1
141
light  149  -35840   40704   77824    700  200 200 255   0   0  1536     -1   0    0    0    -1
153
light  161   -35840 43776 77824  1800  255 235 225   0 0 1536 -1   0 0   0 -1
142
light  161  -35840   43776   77824   1800  255 235 225   0   0  1536     -1   0    0    0    -1
154
light  250   -12288 32768 56576  12000  255 235 225   136 102 0 40   0 0   0 -1
143
light  250  -12288   32768   56576  12000  255 235 225 136 102     0     40   0    0    0    -1
155
light  155   -35840 40832 55552  4000  255 235 225   150 112 512 -500   0 0   0 -1
144
light  155  -35840   40832   55552   4000  255 235 225 150 112   512   -500   0    0    0    -1
156
light  174   -7936 42720 53248  1000  0 0 255   0 0 1536 -1   0 0   0 -1
145
light  174   -7936   42720   53248   1000    0   0 255   0   0  1536     -1   0    0    0    -1
157
light  250   3968 13344 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
146
light  250    3968   13344   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
158
light  250   19136 26976 61696  4000  255 235 225   0 0 1024 100   0 0   0 -1
147
light  250   19136   26976   61696   4000  255 235 225   0   0  1024    100   0    0    0    -1
159
light  250   10240 42624 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
148
light  250   10240   42624   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
160
light  250   6816 45472 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
149
light  250    6816   45472   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
161
light  250   -8704 49216 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
150
light  250   -8704   49216   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
162
light  250   -16448 48800 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
151
light  250  -16448   48800   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
163
light  250   -22784 45760 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
152
light  250  -22784   45760   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
164
light  250   -18528 26912 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
153
light  250  -18528   26912   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
165
light  250   -10240 12736 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
154
light  250  -10240   12736   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
166
light  250   -9184 36416 69888  4000  255 235 225   0 0 1024 100   0 0   0 -1
155
light  250   -9184   36416   69888   4000  255 235 225   0   0  1024    100   0    0    0    -1
167
light  250   -15168 35168 69888  4000  255 235 225   0 0 1024 100   0 0   0 -1
156
light  250  -15168   35168   69888   4000  255 235 225   0   0  1024    100   0    0    0    -1
168
light  313   -13312 38336 67456  400  50 0 255   0 0 1536 -1   0 0   0 -1
157
light  313  -13312   38336   67456    400   50   0 255   0   0  1536     -1   0    0    0    -1
169
light  275   -9536 38400 53248  1000  0 0 255   0 0 1536 -1   0 0   0 -1
158
light  275   -9536   38400   53248   1000    0   0 255   0   0  1536     -1   0    0    0    -1
170
light  250   5632 32768 81152  12000  255 235 225   224 168 1024 40   0 0   2 -1
159
light  250    5632   32768   81152  12000  255 235 225 224 168  1024     40   0    0    2    -1
171
light  67   -6240 38496 96254  1500  200 180 170   0 0 1536 -1   0 0   0 -1
160
light   67   -6240   38496   96254   1500  200 180 170   0   0  1536     -1   0    0    0    -1
172
light  67   -6240 38496 73726  1500  200 180 170   0 0 1536 -1   0 0   0 -1
161
light   67   -6240   38496   73726   1500  200 180 170   0   0  1536     -1   0    0    0    -1
173
light  288   -5504 36096 99200  800  255 255 255   0 0 1536 100   0 0   0 -1
162
light  288   -5504   36096   99200    800  255 255 255   0   0  1536    100   0    0    0    -1
174
light  120   -5504 36544 100653  800  255 255 255   0 0 1536 100   0 0   0 -1
163
light  120   -5504   36544  100653    800  255 255 255   0   0  1536    100   0    0    0    -1
175
light  90   -19456 42496 24832  8000  255 235 225   190 142 0 0   0 0   0 -1
164
light   90  -19456   42496   24832   8000  255 235 225 190 142     0      0   0    0    0    -1
176
light  134   -15040 44640 65152  1000  80 80 255   0 0 1536 -1   0 0   0 -1
165
light  134  -15040   44640   65152   1000   80  80 255   0   0  1536     -1   0    0    0    -1
177
light  68   -8160 40416 79870  1500  200 180 170   0 0 1536 -1   0 0   0 -1
166
light   68   -8160   40416   79870   1500  200 180 170   0   0  1536     -1   0    0    0    -1
178
light  6   -5888 34304 81920  1300  200 180 170   0 0 1536 -1   0 0   0 -1
167
light    6   -5888   34304   81920   1300  200 180 170   0   0  1536     -1   0    0    0    -1
179
light  30   -5888 31488 81920  1300  200 180 170   0 0 1536 -1   0 0   0 -1
168
light   30   -5888   31488   81920   1300  200 180 170   0   0  1536     -1   0    0    0    -1
180
light  95   -4608 28928 107814  2000  200 180 170   0 0 1536 -1   0 0   0 -1
169
light   95   -4608   28928  107814   2000  200 180 170   0   0  1536     -1   0    0    0    -1
181
light  106   -2560 28928 89088  1600  200 180 170   0 0 1536 -1   0 0   0 -1
170
light  106   -2560   28928   89088   1600  200 180 170   0   0  1536     -1   0    0    0    -1
182
light  250   8960 24576 25856  4000  255 235 225   0 0 1024 100   0 0   0 -1
171
light  250    8960   24576   25856   4000  255 235 225   0   0  1024    100   0    0    0    -1
183
light  9   35328 32768 -72704  1000  255 0 0   0 0 1536 -1   0 0   0 -1
172
light    9   35328   32768  -72704   1000  255   0   0   0   0  1536     -1   0    0    0    -1
184
light  9   35328 32768 -90112  1000  255 0 0   0 0 1536 -1   0 0   0 -1
173
light    9   35328   32768  -90112   1000  255   0   0   0   0  1536     -1   0    0    0    -1
185
light  9   35328 32768 -21504  2000  255 0 0   0 0 1536 -1   0 0   0 -1
174
light    9   35328   32768  -21504   2000  255   0   0   0   0  1536     -1   0    0    0    -1
186
light  9   35328 32768 10240  1000  255 0 0   0 0 1536 -1   0 0   0 -1
175
light    9   35328   32768   10240   1000  255   0   0   0   0  1536     -1   0    0    0    -1
187
light  9   35328 32768 -108544  1000  255 0 0   0 0 1536 -1   0 0   0 -1
176
light    9   35328   32768 -108544   1000  255   0   0   0   0  1536     -1   0    0    0    -1
188
light  9   35328 32768 -51200  1000  255 0 0   0 0 1536 -1   0 0   0 -1
177
light    9   35328   32768  -51200   1000  255   0   0   0   0  1536     -1   0    0    0    -1
189
light  20   -2560 32768 52224  1000  255 0 0   0 0 1536 -1   0 0   0 -1
178
light   20   -2560   32768   52224   1000  255   0   0   0   0  1536     -1   0    0    0    -1
190
light  20   -2560 32768 34816  1000  255 0 0   0 0 1536 -1   0 0   0 -1
179
light   20   -2560   32768   34816   1000  255   0   0   0   0  1536     -1   0    0    0    -1
191
light  20   -2560 32768 93184  1500  255 0 0   0 0 1536 -1   0 0   0 -1
180
light   20   -2560   32768   93184   1500  255   0   0   0   0  1536     -1   0    0    0    -1
192
light  20   -2560 32768 69632  1000  255 0 0   0 0 1536 -1   0 0   0 -1
181
light   20   -2560   32768   69632   1000  255   0   0   0   0  1536     -1   0    0    0    -1
193
light  20   -2560 32768 16384  1000  255 0 0   0 0 1536 -1   0 0   0 -1
182
light   20   -2560   32768   16384   1000  255   0   0   0   0  1536     -1   0    0    0    -1
194
light  20   -2560 32768 117760  1000  255 0 0   0 0 1536 -1   0 0   0 -1
183
light   20   -2560   32768  117760   1000  255   0   0   0   0  1536     -1   0    0    0    -1
195
light  9   35328 32768 29467  1000  255 0 0   0 0 1536 -1   0 0   0 -1
184
light    9   35328   32768   29467   1000  255   0   0   0   0  1536     -1   0    0    0    -1
196
light  9   35328 32768 45056  1000  255 0 0   0 0 1536 -1   0 0   0 -1
185
light    9   35328   32768   45056   1000  255   0   0   0   0  1536     -1   0    0    0    -1
197
light  284   38400 32768 -35328  3000  128 128 255   0 0 1536 -1   0 0   0 -1
186
light  284   38400   32768  -35328   3000  128 128 255   0   0  1536     -1   0    0    0    -1
198
light  174   -9280 44160 46464  8000  255 255 255   406 304 1536 -9999   0 0   0 -1
187
light  174   -9280   44160   46464   8000  255 255 255 406 304  1536  -9999   0    0    0    -1
199
light  334   43520 30976 40960  5000  255 0 0   356 267 512 30   0 0   0 -1
188
light  334   43520   30976   40960   5000  25  5 0   0 356 267   512     30   0    0    0    -1
200
light  309   43520 33824 45056  1500  255 235 225   0 0 1536 -1   0 0   0 -1
189
light  309   43520   33824   45056   1500  255 235 225   0   0  1536     -1   0    0    0    -1
201
light  7   35296 34176 -27648  9500  160 160 200   0 0 1536 -1   0 0   0 -1
190
light    7   35296   34176  -27648   9500  160 160 200   0   0  1536     -1   0    0    0    -1
202
light  8   35328 29280 2048  800  255 255 0   0 0 1536 -1   0 0   0 -1
191
light    8   35328   29280    2048    800  255 255   0   0   0  1536     -1   0    0    0    -1
203
light  73   -7168 32768 102656  1200  80 80 255   0 0 1536 -1   0 0   0 -1
192
light   73   -7168   32768  102656   1200   80  80 255   0   0  1536     -1   0    0    0    -1
204
light  319   -5600 28384 123904  1000  30 30 30   0 0 1536 -1   0 0   0 -1
193
light  319   -5600   28384  123904   1000   30  30  30   0   0  1536     -1   0    0    0    -1
205
light  324   -6656 28704 105472  1500  30 30 30   0 0 1536 -1   0 0   0 -1
194
light  324   -6656   28704  105472   1500   30  30  30   0   0  1536     -1   0    0    0    -1
206
light  321   -4896 28672 90112  1500  30 30 30   0 0 1536 -1   0 0   0 -1
195
light  321   -4896   28672   90112   1500   30  30  30   0   0  1536     -1   0    0    0    -1
207
light  329   41216 31616 43008  1500  30 30 30   0 0 1536 -1   0 0   0 -1
196
light  329   41216   31616   43008   1500   30  30  30   0   0  1536     -1   0    0    0    -1
208
light  327   41248 33440 43008  1500  30 30 30   0 0 1536 -1   0 0   0 -1
197
light  327   41248   33440   43008   1500   30  30  30   0   0  1536     -1   0    0    0    -1
209
light  350   41088 34624 36864  1500  30 30 30   0 0 1536 -1   0 0   0 -1
198
light  350   41088   34624   36864   1500   30  30  30   0   0  1536     -1   0    0    0    -1
210
light  350   41088 34560 11264  1500  30 30 30   0 0 1536 -1   0 0   0 -1
199
light  350   41088   34560   11264   1500   30  30  30   0   0  1536     -1   0    0    0    -1
211
light  114   47616 32768 -31104  3800  255 235 225   256 192 1024 -1   0 0   0 -1
200
light  114   47616   32768  -31104   3800  255 235 225 256 192  1024     -1   0    0    0    -1
212
light  4   56832 36992 -19456  1000  255 235 225   0 0 1536 -1   0 0   0 -1
201
light    4   56832   36992  -19456   1000  255 235 225   0   0  1536     -1   0    0    0    -1
213
light  0   56832 28544 -21504  1000  255 235 225   0 0 1536 -1   0 0   0 -1
202
light    0   56832   28544  -21504   1000  255 235 225   0   0  1536     -1   0    0    0    -1
214
light  169   56832 32768 -23552  1000  255 235 225   0 0 1536 -1   0 0   0 -1
203
light  169   56832   32768  -23552   1000  255 235 225   0   0  1536     -1   0    0    0    -1
215
light  214   61952 32768 -74752  2000  255 235 225   0 0 1536 -1   0 0   0 -1
204
light  214   61952   32768  -74752   2000  255 235 225   0   0  1536     -1   0    0    0    -1
216
 
205
 
217
// by Roma Loom (commented out)
206
// by Roma Loom (commented out)
218
/* 
207
/* 
-
 
208
//    sect     x       y       z    range   r   g   b  rad fade  ang  horiz mins maxs prio tile
219
light  250  -10262 31841 81280  6553  255 255 255  0 0 128 100  0 0  0 -1
209
light  250  -10262   31841   81280   6553  255 255 255   0   0   128    100   0    0    0    -1
220
light  250  3815 32172 105728  6553  255 255 255  0 0 1024 100  0 0  0 -1
210
light  250    3815   32172  105728   6553  255 255 255   0   0  1024    100   0    0    0    -1
221
light  88  -19511 40245 42048  6553  255 255 255  0 0 128 100  0 0  0 -1
211
light   88  -19511   40245   42048   6553  255 255 255   0   0   128    100   0    0    0    -1
222
light  250  -8621 47476 52480  6553  255 255 255  0 0 1664 100  0 0  0 -1
212
light  250   -8621   47476   52480   6553  255 255 255   0   0  1664    100   0    0    0    -1
223
light  134  -15040 44640 65152  1000  240 240 255  0 0 1536 -1  0 0  0 -1
213
light  134  -15040   44640   65152   1000  240 240 255   0   0  1536     -1   0    0    0    -1
224
light  286  -15039 44136 47104  800  255 0 0  0 0 1536 -1  0 0  0 -1
214
light  286  -15039   44136   47104    800  255   0   0   0   0  1536     -1   0    0    0    -1
225
light  171  -11296 39424 61952  2000  51 155 255  0 0 1536 -1  0 0  0 -1
215
light  171  -11296   39424   61952   2000   51 155 255   0   0  1536     -1   0    0    0    -1
226
light  313  -13312 38336 67456  400  240 240 255  0 0 1536 -1  0 0  0 -1
216
light  313  -13312   38336   67456    400  240 240 255   0   0  1536     -1   0    0    0    -1
227
light  159  -35840 45024 82688  1000  240 240 255  0 0 1536 -1  0 0  0 -1
217
light  159  -35840   45024   82688   1000  240 240 255   0   0  1536     -1   0    0    0    -1
228
light  158  -36288 40704 78592  400  240 240 255  0 0 1536 -1  0 0  0 -1
218
light  158  -36288   40704   78592    400  240 240 255   0   0  1536     -1   0    0    0    -1
229
light  69  -9440 41728 65152  800  255 0 0  0 0 1536 -1  0 0  0 -1
219
light   69   -9440   41728   65152    800  255   0   0   0   0  1536     -1   0    0    0    -1
230
light  174  -7793 42879 56704  2000  255 255 255  0 0 1536 100  0 0  0 -1
220
light  174   -7793   42879   56704   2000  255 255 255   0   0  1536    100   0    0    0    -1
231
light  101  -6665 41655 65280  400  255 255 255  0 0 1536 100  0 0  0 -1
221
light  101   -6665   41655   65280    400  255 255 255   0   0  1536    100   0    0    0    -1
232
light  318  -4861 37159 99840  400  255 255 255  0 0 1536 100  0 0  0 -1
222
light  318   -4861   37159   99840    400  255 255 255   0   0  1536    100   0    0    0    -1
233
light  288  -5500 36081 93056  500  255 255 255  0 0 1536 100  0 0  0 -1
223
light  288   -5500   36081   93056    500  255 255 255   0   0  1536    100   0    0    0    -1
234
light  109  -2560 27968 88256  400  255 255 255  0 0 1536 100  0 0  0 -1
224
light  109   -2560   27968   88256    400  255 255 255   0   0  1536    100   0    0    0    -1
235
light  187  -3392 28832 88064  500  255 255 255  0 0 0 100  0 0  0 -1
225
light  187   -3392   28832   88064    500  255 255 255   0   0     0    100   0    0    0    -1
236
light  23  -4448 35456 118272  600  255 255 255  0 0 1536 100  0 0  0 -1
226
light   23   -4448   35456  118272    600  255 255 255   0   0  1536    100   0    0    0    -1
237
light  23  -4448 34433 117888  600  255 255 255  0 0 512 100  0 0  0 -1
227
light   23   -4448   34433  117888    600  255 255 255   0   0   512    100   0    0    0    -1
238
light  75  -5664 32768 112512  2000  255 255 255  0 0 1536 100  0 0  0 -1
228
light   75   -5664   32768  112512   2000  255 255 255   0   0  1536    100   0    0    0    -1
239
light  245  -46528 33088 141498  600  255 255 255  0 0 1536 100  0 0  0 -1
229
light  245  -46528   33088  141498    600  255 255 255   0   0  1536    100   0    0    0    -1
240
light  247  -46560 32448 141542  600  255 255 255  0 0 1536 100  0 0  0 -1
230
light  247  -46560   32448  141542    600  255 255 255   0   0  1536    100   0    0    0    -1
241
light  210  -40960 31584 145408  2000  128 128 255  0 0 1536 100  0 0  0 -1
231
light  210  -40960   31584  145408   2000  128 128 255   0   0  1536    100   0    0    0    -1
242
light  207  -40960 33984 144384  2000  128 128 255  0 0 1536 100  0 0  0 -1
232
light  207  -40960   33984  144384   2000  128 128 255   0   0  1536    100   0    0    0    -1
243
light  284  38400 32768 -39424  2000  128 128 255  0 0 1536 -1  0 0  0 -1
233
light  284   38400   32768  -39424   2000  128 128 255   0   0  1536     -1   0    0    0    -1
244
light  338  37473 33829 -14336  800  128 128 255  0 0 0 -1  0 0  0 -1
234
light  338   37473   33829  -14336    800  128 128 255   0   0     0     -1   0    0    0    -1
245
light  278  37422 31450 -12032  2000  255 255 255  0 0 1536 -1  0 0  0 -1
235
light  278   37422   31450  -12032   2000  255 255 255   0   0  1536     -1   0    0    0    -1
246
light  114  46656 32768 -29056  2000  255 255 255  0 0 0 -1  0 0  0 -1
236
light  114   46656   32768  -29056   2000  255 255 255   0   0     0     -1   0    0    0    -1
247
light  61  48232 33535 -23040  1500  255 255 255  0 0 1536 -1  0 0  0 -1
237
light   61   48232   33535  -23040   1500  255 255 255   0   0  1536     -1   0    0    0    -1
248
light  61  48219 32001 -23040  1500  255 255 255  0 0 512 -1  0 0  0 -1
238
light   61   48219   32001  -23040   1500  255 255 255   0   0   512     -1   0    0    0    -1
249
light  251  50035 33535 -23424  1500  255 255 255  0 0 1536 -1  0 0  0 -1
239
light  251   50035   33535  -23424   1500  255 255 255   0   0  1536     -1   0    0    0    -1
250
light  251  50045 32001 -23040  1500  255 255 255  0 0 512 -1  0 0  0 -1
240
light  251   50045   32001  -23040   1500  255 255 255   0   0   512     -1   0    0    0    -1
251
light  262  51712 33408 -28312  1500  255 255 255  0 0 1536 -1  0 0  0 -1
241
light  262   51712   33408  -28312   1500  255 255 255   0   0  1536     -1   0    0    0    -1
252
light  258  51712 32064 -28084  1500  255 255 255  0 0 1536 -1  0 0  0 -1 
242
light  258   51712   32064  -28084   1500  255 255 255   0   0  1536     -1   0    0    0    -1 
253
*/
243
*/
254
 
244