File: mission16

package info (click to toggle)
blobandconquer 1.11-dfsg%2B20-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 89,664 kB
  • sloc: cpp: 39,032; ansic: 362; makefile: 142
file content (53 lines) | stat: -rw-r--r-- 752 bytes parent folder | download | duplicates (6)
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
CustomItem {

	name = Map;
	
	model1 = gfx/primitive/map.primitive;
	
	texture1 = textures/game/map.png;
	
	bbMins = -3 -3 -1;
	
	bbMaxs = 3 3 1;
	
	customCarriable = 1;

};

Trigger {

	active = 1;

	type = TRIGGER_TYPE_LOCATION;
	
	action = TRIGGER_ACTION_FUNCTION_POINTER;
	name = SpiderBobStart;
	targetName = SpiderBobStart;

};

Mission {

	bsp = data/bsp/bossBattle3.bsp;
	
	music = music/The Siege.xm;
	
	supplyCrateList = WEP_UZI|WEP_SHOTGUN|WEP_PLASMA_PISTOL;
	
	fogColor = 0.25 0.0 0.0;
	fogMin = 0;
	fogMax = 2500;
	fogDensity = 0.25;
	
	enemyLevel = 5;
	
	bossDefFile = data/gameDefs/spiderBlobCommander;
	
	skySphere = textures/game/dawn.jpg;
	
	startCutscene = data/cutscenes/scripts/bossBattle3Start;
	
	exitToMission = AUTO;
};

@END@