-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMapInfo.txt
655 lines (618 loc) · 13.1 KB
/
MapInfo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
GameInfo
{
PlayerClasses = "TrekPlayer"
dimcolor = "0 0 0"
dimamount = 0.35
cursorpic = "delta"
border = DoomBorder
menubackbutton = "back"
menufontcolor_title = "TOSMenuGold"
menufontcolor_label = "TOSMenuGold"
menufontcolor_value = "TOSDarkGrey"
menufontcolor_action = "TOSMenuGold"
menufontcolor_header = "TOSBrightWhite"
menufontcolor_highlight = "TOSMenuLightGold"
menufontcolor_selection = "TOSMenuSelect"
quitmessages = "Are you sure you want to exit?"
pausesign = "Pause"
defaultconversationmenuclass = "BoAConversationMenu"
statusbarclass = "TrekStatusBar"
addeventhandlers = "TrekEventHandler", "KeyPressEventHandler", "MapEventHandler"
}
clearskills
skill baby
{
DamageFactor = 0.5
SpawnFilter = "Baby"
Name = "$SK_1"
TextColor = "TOSMenuGold"
Key = "1"
EasyKey
}
skill easy
{
SpawnFilter = "Easy"
Name = "$SK_2"
TextColor = "TOSMenuGold"
Key = "2"
}
skill normal
{
SpawnFilter = "Normal"
Name = "$SK_3"
TextColor = "TOSMenuGold"
Key = "3"
defaultskill
}
skill hard
{
SpawnFilter = "Hard"
Name = "$SK_4"
TextColor = "TOSMenuGold"
Key = "4"
}
skill nightmare
{
SpawnFilter = "Nightmare"
Name = "$SK_5"
TextColor = "TOSBlue"
Key = "5"
AmmoFactor = 2
FastMonsters
DisableCheats
RespawnTime = 12
MustConfirm = "$BARRIER"
}
clearepisodes
episode TITLEMAP
{
name = "Title Sequence"
}
episode MSN01
{
name = "Mission 1"
}
episode SHIP
{
name = "Enterprise (WIP)"
}
episode Planet
{
name = "Planet (WIP)"
}
episode MAP02
{
name = "D-7 Cruiser (WIP)"
}
episode MAP07
{
name = "Outpost 11 (WIP)"
}
episode Demo
{
name = "Test Map"
}
DefaultMap
{
Sky1 = "StarFld"
Music = ""
Cluster = 1
UsePlayerStartZ
StrifeFallingDamage
MonsterFallingDamage
EvenLighting
NoInfighting
MonsterFallingDamage
BorderTexture = "Blk_Flr"
}
Map TitleMap "Star Trek"
{}
Map MAP01 "Filming Set"
{}
Map MAP02 "D-7 Cruiser"
{}
Map MAP07 "Outpost 11"
{}
Map MSN01 "U.S.S. Aristarchus"
{
Fade = "111111"
OutsideFog = "000000"
}
Map Ship "U.S.S. Enterprise"
{}
Map Planet "Planet Surface"
{
OutsideFog = "000022"
OutsideFogDensity = 16
}
Map Demo "Test Map"
{}
Cluster 1
{
hub
}
Automap
{
Base = "Raven"
ShowLocks = True
Background = "00 00 00"
YourColor = "F6 CE 39"
WallColor = "ff b4 28"
TwoSidedWallColor = "66 66 66"
FloorDiffWallColor = "66 66 66"
CeilingDiffWallColor = "66 66 66"
ExtraFloorWallColor = "66 66 66"
ThingColor = "88 88 88" //Decorations
ThingColor_Item = "20 9C FC" //Weapons and Ammo
ThingColor_CountItem = "FC F4 20" //Items
ThingColor_Monster = "FC 00 00"
ThingColor_Friend = "00 FC 00"
SpecialWallColor = "00 77 00"
SecretWallColor = "AA AA 00"
GridColor = "22 22 22"
NotSeenColor = "50 50 50"
AlmostBackgroundColor = "11 11 11"
}
DoomEdNums
{
20000 = TOSCrewman
20001 = TOSChair
20002 = TOSBridgeRailing
20004 = TOSHelmConsole
20005 = TOSCaptainChair
20007 = TOSBridgeConsole7
20008 = TOSBridgeConsole8
20009 = TOSTurboliftHandle
20010 = TOSMonitor
20011 = TOSWallThing1
20012 = TOSWallThing2
20013 = TOSWallThing3
20014 = TOSWallThing4
20015 = TOSWallThing5
20016 = TOSWallThing6
20017 = TOSWallThing7
20018 = TOSWallThingAtmospheric
20019 = TOSWallThingHangar
20020 = TOSWallThingamajig
20021 = TOSWallThingWarning
20022 = TOSCeilingPipes
20023 = TOSSteps
20024 = TOSSteps2
// 20025 = TOSWallThing
20026 = TOSGNDN
20027 = TOSBridgeConsole1
20028 = TOSBridgeConsole2
20029 = TOSBridgeConsole3
20030 = TOSBridgeConsole4
20031 = TOSBridgeConsole5
20032 = TOSBridgeConsole6
20033 = TOSBridgeDome
20034 = TOSWallThing8
20035 = TOSTransporterScanner
20036 = TOSTransporterConsole
20037 = TOSWallThingEngineering
20038 = TOSLBDN
20039 = TOSLamp
20040 = TOSPadd
20041 = TOSBarrel1
20042 = TOSBarrel2
20043 = TOSWallThing9
20045 = TOSBriefRib
20046 = TOSBriefTable
20047 = TOSEngRib
20048 = TOSEngCenter
20049 = TOSEngChamber
20050 = TOSEngConsoleR
20051 = TOSEngConsoleL
20052 = TOSEngSteps
20053 = TOSEngineerConsole
20054 = TOSTransformer
20055 = TOSQuartersRib
20056 = TOSCrate
20057 = TOSSecurityConsole
20058 = TOSEngineeringConsole
20059 = TOSComputer2C
20060 = TOSTapeRack
20061 = TOSEnterprise
20062 = TOSPlanet
20063 = TOSWallPipe
20064 = TOSEngWallThing1
20065 = TOSPipe1
20066 = TOSPipe2
20067 = TOSGrate
20068 = TOSEngWallThing2
20069 = TOSEngWallThing3
20070 = TOSEngWallThing4
20071 = TOSEngWallThing5
20072 = TOSEngWallThing6
20073 = TOSEngWallThing7
20074 = TOSPipe3
20075 = TOSPipe4
20076 = TOSPipe5
20077 = TOSPipe6
20078 = TOSChair2
/*
20079 = Cactus
20080 = Cactus2
20081 = Cactus3
20082 = Cactus4
20083 = Garden1
20084 = Garden2
20085 = Garden3
20086 = Garden4
20087 = Garden5
20088 = Garden6
20089 = Garden7
20090 = Garden8
*/
20091 = TOSTree1
/*
20092 = Palmtree2
20093 = Plant03
20094 = Plant09
20095 = Plant1
20096 = Plant10
20097 = Plant11
20098 = Plant11New
20099 = Plant12
20100 = Plant13
20101 = Plant1New
20102 = Plant2
20103 = Plant20New
20104 = Plant25New
20105 = Plant2New
20106 = Plant3
20107 = Plant30
20108 = Plant31
*/
20109 = TOSPlant1
/*
20110 = Plant35
20111 = Plant8
20112 = Plant9
20113 = Shrub
*/
20114 = TOSTree2
20115 = TOSTree3
20116 = TOSTree4
20117 = TOSTree5
20118 = TOSTree6
/*
20119 = Yucca
*/
20120 = TOSShuttle
20121 = TOSShuttleDamaged
20122 = TOSColumn
20123 = TOSTerrain
20124 = TOSRailingAlt
20125 = TOSDeskIntercom
20126 = TOSShuttleGalileo
20127 = TOSBurkeChair
20128 = TOSConfSupport
20129 = TOSKlingonWeaponStation
20130 = TOSKlingonWeaponControls
20131 = TOSKlingonControlPanelScreen1
20132 = TOSKlingonControlPanel1
20133 = TOSKlingonCaptChair
20134 = TOSKlingonControlPanelScreen2
20135 = TOSKlingonControlPanelScreen3
20136 = TOSKlingonControlPanelScreen4
20137 = TOSKlingonControlPanelScreen5
20138 = TOSKlingonControlPanelScreen6
20139 = TOSKlingonControlPanel2
20140 = TOSKlingonControlPanel3
20141 = TOSTable
20142 = TOSTable2
20143 = TOSTable3
20144 = TOSBench
20145 = TOSHangarDoors
20146 = Pane
20147 = TOSComputer
20148 = TOSPipe8
20149 = TOSBriefComputer
20150 = TOSGangway
20151 = TOSAuxRib
20152 = TOSEngConsoleA
20153 = TOSComputer2
20154 = TOSEngWallThing8
20155 = TOSEngWallThing9
20156 = TOSEngWallThing10
20157 = TOSEngWallThing11
20158 = TOSWallThing11
20159 = TOSWallThing12
20160 = TOSWallThing13
20161 = TOSEngWallThing12
20162 = TOSWallThing14
20163 = TOSEngConsoleBlock
20164 = TOSMonitorSwivel
20165 = TOSMonitorBase
20166 = TOSMonitorBase1
20167 = TOSMonitorBase2
20168 = TOSMonitorBase3
20169 = TOSMonitorBase4
20170 = TOSComputerB
20171 = TOSComputerC
20172 = TOSComputerD
20173 = TOSComputer2B
20175 = TOSComputer3
20176 = TOSComputer3B
20177 = Pane2
20178 = TOSCeilingPipes2
20179 = TOSCeilingPipes3
20180 = TOSTable4
20181 = TOSWallBoard
20182 = TOSRockerButtons
20183 = TOSTableLeg
20184 = TOSGymApparatus
20185 = TOSGymBar
20186 = TOSGymBar2
20187 = TOSGymBar3
20188 = TOSTree7
20189 = TOSTree8
20190 = TOSTree9
20191 = TOSTree10
20192 = TOSTree11
20193 = Fountain
20194 = TOSDiningRib
20195 = TOSCloset
20196 = TOSBarrel3
20197 = TOSSickbayBed
20198 = TOSSickbayCounter
20199 = TOSSickbayCounter2R
20200 = TOSSickbayCounter2L
20201 = TOSSickbayMonitor
20202 = TOSSickbayProbe
20203 = TOSSickbayTable
20204 = TOSPipe9
20205 = TOSPipe10
20206 = TOSTable5
20207 = TOSWallThingEngineering2
20208 = TOSChair3
20209 = TOSShuttleAstrostein
20210 = TOSConferenceViewer
20211 = TOSIntercomAndRockers
20212 = TOSPlanetClouds
20213 = TOSPlanetShadow
20214 = TOSFoodTray
20215 = TOSChess
20216 = TOSCheckers
20217 = TOSPlantonRedAlert
20218 = TOSPlantonButton
20219 = TOSPlantonButton2
20220 = TOSPlantonButton3
20221 = TOSPlantonButton4
20222 = TOSPlantonButton5
20223 = TOSPlantonFoodSlot
20224 = TOSPlantonIntercom
20225 = TOSPlantonPanelGreyLarge
20226 = TOSPlantonPanelGreySmall
20227 = TOSPlantonPanelYellow
20228 = TOSPlantonPanelEnvEng
20229 = TOSPlantonPlugs
20230 = TOSPlantonSign_Aut
20231 = TOSPlantonSign_Aux
20232 = TOSPlantonSign_Br2
20233 = TOSPlantonSign_Br5
20234 = TOSPlantonSign_Br6
20235 = TOSPlantonSign_BrA
20236 = TOSPlantonSign_BRG
20237 = TOSPlantonSign_CC
20238 = TOSPlantonSign_CH
20239 = TOSPlantonSign_EMM
20240 = TOSPlantonSign_EnA
20241 = TOSPlantonSign_EnE
20242 = TOSPlantonSign_Eng
20243 = TOSPlantonSign_HB1
20244 = TOSPlantonSign_HB2
20245 = TOSPlantonSign_Qr1
20246 = TOSPlantonSign_Qr2
20247 = TOSPlantonSign_QrG
20248 = TOSPlantonSign_RR1
20249 = TOSPlantonSign_RR6
20250 = TOSPlantonSign_SC
20251 = TOSPlantonSign_ScL
20252 = TOSPlantonSign_Tu1
20253 = TOSPlantonSign_Tu2
20254 = TOSPlantonSign_Tu3
20255 = TOSPlantonSign_Tu4
20256 = TOSPlantonSign_Tu5
20257 = TOSPlantonSign_Tu6
20258 = TOSPlantonSign_Tu7
20259 = TOSPlantonSign_Tu8
20260 = TOSPlantonTu_Btns
20261 = TOSPlantonViewer
20262 = TOSPlantonWall_Br2
20263 = TOSPlantonWall_Icm
20264 = TOSPlantonWallSafe
20265 = TOSPlantonPanelGreyLarge2
20266 = TOSPlantonWB_1
20267 = TOSPlantonWB_2
20268 = TOSPlantonWB_3
20269 = TOSPlantonWB_4
20270 = TOSPlantonWB_5
20271 = TOSPlantonWB2_1
20272 = TOSPlantonWB2_2
20273 = TOSPlantonWB2_3
20274 = TOSPlantonWB2_4
20275 = TOSPlantonWB2_5
20276 = TOSPlantonPainting
20277 = TOSShipOrbit
20278 = WindowPane
20279 = TOSSun
20280 = TOSPlanetOrbit
20281 = TOSPlanetOrbitPink
20282 = TOSPlanetOrbitGreen
20283 = TOSPlanetOrbitBlue
20284 = TOSMoonOrbit
20285 = TOSSpacestationK7
20286 = TOSD7
20287 = TOSDY100
20288 = TOSPlanetOrbitEarth
20289 = TOSGangwayLong
20290 = TOSGangwayLongTop
20291 = TOSGangwayLongBottom
20292 = TOSGangwayFull
20293 = TOSEnterpriseExteriorRight
20294 = TOSEnterpriseExteriorLeft
20295 = TOSPlantonPig
20296 = TOSPlantonRooster
20297 = TOSFalseWall
20298 = TOSFalseWallWallGrey
20299 = TOSTubeHatch
20300 = TOSHatch
20301 = TOSDilithiumChamber
20302 = TOSWallThingDisposal
20303 = TOSWallThingVoltage
20304 = TOSTest
20305 = TOSFlag
20306 = TOSWallThingLineage1
20307 = TOSWallThingLineage2
20308 = TOSWallThingLineage3
20309 = TOSWallThingLineage4
20310 = TOSWallThingLineage5
20311 = TOSDelta
20312 = TOSFlagArrowhead
20313 = TOSFlagUFP
20314 = TOSBlueSupport
20315 = TOSSupport
20316 = TOSSink
20317 = TOSWallThingPanel
20318 = TOSLadderYellow
20319 = TOSLadderYellowExtension
20320 = TOSLadderRed
20321 = TOSTable6
20322 = TOSWallDecor
20323 = TOSLadderRedExtension
20324 = TOSMarkerLight
20325 = TOSMarkerLightWhite
20326 = TOSWallThingShuttlebayStatus
20327 = TOSBriefRibGrey
20328 = TOSSupportGrey
20329 = TOSBridgeRailingPilot
20330 = TOSHelmConsolePilot
20331 = TOSBridgeConsoleP1
20332 = TOSBridgeConsoleP2
20333 = TOSBridgeConsoleP3
20334 = TOSLamp2
20335 = TOSRailSupport
20336 = TOSAnaxagoras
20337 = SteamSpot
20338 = TOSDrinkTray
20339 = TOSEmptyTray
20340 = TOSOutdoorLamp
20341 = TOSCable1
20342 = TOSCable2
20343 = TOSCable3
20344 = TOSCable4
20345 = TOSCable5
20346 = TOSCageLadderRung
20347 = TOSCloak
20348 = TOSShuttleAnaxagoras
20349 = TOSShuttleNacelleDamaged
20350 = TOSShuttleNacelle
20351 = TOSSickbayBedCage
20352 = TOSSickbayCounterCage
20353 = TOSSickbayCounter2RCage
20354 = TOSSickbayCounter2LCage
20355 = TOSFoodCup
20356 = TOSTable7
20357 = TOSCargo
20358 = TOSSprayBottle
20359 = TOSMedicalMute
20360 = TOSMedicalJugBlue
20361 = TOSMedicalJugGold
20362 = TOSMedicalLampshadeBlue
20363 = TOSMedicalLampshadeGold
20364 = TOSMedicalPillarBlue
20365 = TOSMedicalPillarGold
20366 = TOSOutdoorLampWhite
20367 = TOSOutdoorLamp2
20368 = TOSOutdoorLampWhite2
20369 = TOSDeflectorDish
20370 = TOSPhaserEmplacement
20371 = TOSShieldGenerator
20372 = TOSWallDecor2
20373 = TOSArchExt
20374 = TOSOutpostRib
20375 = TOSWeaponsScanner
20376 = TOSUFPLogo
20377 = TOSPlantonMedicalPanel
20378 = TOSWallThingPanel2
20379 = TOSProtoplaser
20380 = TOSProtoplaser2
20381 = TOSProtoplaser3
20382 = TOSScalpel
20383 = TOSScalpel2
20384 = TOSScalpel3
20385 = TOSScalpel4
20386 = TOSScalpel5
20387 = TOSScalpel6
20388 = TOSScalpel7
20389 = TOSPot
20390 = TOSPlant
20391 = TOSPlant2
20392 = TOSPlant3
20393 = TOSPlant4
//Skyboxes
21000 = Skybox1
21001 = Skybox2
21002 = Skybox3
21003 = Skybox4
21004 = Skybox5
21005 = Skybox6
21006 = Skybox7
//Enemies
3004 = TOSKlingon
24001 = TOSPirate
24002 = TOSPirateAlt
24003 = TOSPirateAlt2
24004 = TOSPirateCapt
24005 = TOSFlier
//Starship Fliers
24500 = TOSD7Flier
24501 = TOSAnaxagorasFlier
24502 = TOSBoPFlier
24503 = TOSEnterpriseFlier
24504 = TOSRahmanFlier
24506 = TOSD7FlierBig
//Weapons
25000 = PhaserType1
25001 = PhaserType2
25002 = Disruptor
25003 = PhotonGrenadeLauncher
25004 = PhaserRifle
25090 = TOSCommunicator
25010 = Tricorder
//Weapon Stations
25102 = DisruptorStation
25104 = PhaserRifleStation
//Ammo
26001 = Charge
26002 = PhotonGrenadeAmmo
26003 = PhotonGrenadeAmmoBox
26004 = DisruptorCharge
26005 = DisruptorChargeBox
26006 = RifleCharge
26007 = ChargePack
//Health
26101 = HypoSpray
26102 = HypoSpray2
26103 = HypoSpray3
//Items
26150 = TOSEngTool
//Markers
26500 = TurboLiftMarker
26501 = TransporterMarker
//Miscellaneous
24000 = StarField
27000 = LensFlare
27001 = TOSRedAlertLightSmall
27002 = TOSRedAlertLight
27003 = SunFlare
27004 = TOSFollowerCamera
27005 = SparkSpawner
27006 = FireSpawner
27007 = AutoCamera
28000 = DoorHandler
28001 = DoorHandlerSingle
}