Subversion-Projekte sthq.gbs

Revision

Revision 824 | Revision 850 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 824 Revision 845
Zeile -... Zeile 1...
-
 
1
// EF2 Level Script File
-
 
2
//
-
 
3
// Level:		map3b.bsp
-
 
4
// Script By:		Cortex, Argyle, ltiefland
-
 
5
// Geometry By:		Argyle, Cortex, Alpharaptor
-
 
6
// Created on:		17/11/03
-
 
7
// Last Edited on:  20/01/07
-
 
8
// Last Edited by:	ltiefland
-
 
9
 
1
#include "maps/global_scripts/global_archetype.scr"
10
#include "maps/global_scripts/global_archetype.scr"
2
#include "maps/global_scripts/global_common.scr"
11
#include "maps/global_scripts/global_common.scr"
3
#include "maps/global_scripts/global_playerLoadout.scr"
12
#include "maps/global_scripts/global_playerLoadout.scr"
4
#include "maps/global_scripts/global_debugUtils.scr"
13
#include "maps/global_scripts/global_debugUtils.scr"
5
#include "maps/global_scripts/global_array.scr"
14
#include "maps/global_scripts/global_array.scr"
Zeile 160... Zeile 169...
160
	$comp_screen.hide();
169
	$comp_screen.hide();
161
	$office_door.lock();
170
	$office_door.lock();
162
	$sick_door.lock();
171
	$sick_door.lock();
163
	//$office_field.show();
172
	//$office_field.show();
164
	$office_field2.show();
173
	$office_field2.show();
-
 
174
	$office_field2.solid();
165
	//$office_field.playsound( "sound/ships/borg/borg_forcefield_on.wav", 1, 1, 11111 );
175
	$office_field2.playsound( "sound/ships/borg/borg_forcefield_on.wav", 1, 1, 11111 );
166
	$office_field.loopsound( "sound/ships/enterprise/ent_forcefield.wav", .7, 30 );
176
	$office_field2.loopsound( "sound/ships/enterprise/ent_forcefield.wav", .7, 30 );
167
	wait(0.3);
177
	wait(0.3);
168
	//$office_door_field.show();
178
	//$office_door_field.show();
169
	//$office_door_field.solid();
179
	//$office_door_field.solid();
170
	//$office_door_field.playsound( "sound/ships/borg/borg_forcefield_on.wav", 1, 1, 11111 );
180
	//$office_door_field.playsound( "sound/ships/borg/borg_forcefield_on.wav", 1, 1, 11111 );
171
	//$office_door_field.loopsound( "sound/ships/enterprise/ent_forcefield.wav", .7, 30 );
181
	//$office_door_field.loopsound( "sound/ships/enterprise/ent_forcefield.wav", .7, 30 );
172
	wait(0.3);
182
	wait(0.3);
173
	//$sick_door_field.show();
183
	$sick_door_field.show();
174
	//$sick_door_field.solid();
184
	$sick_door_field.solid();
175
	//$sick_door_field.playsound( "sound/ships/borg/borg_forcefield_on.wav", 1, 1, 11111 );
185
	$sick_door_field.playsound( "sound/ships/borg/borg_forcefield_on.wav", 1, 1, 11111 );
176
	//$sick_door_field.loopsound( "sound/ships/enterprise/ent_forcefield.wav", .7, 30 );
186
	$sick_door_field.loopsound( "sound/ships/enterprise/ent_forcefield.wav", .7, 30 );
177
 
187
 
178
	//AIShowGroup    ( 668, "Federation" );
188
	AIShowGroup    ( 668, "Federation" );
179
	//$security3.ai_on();
189
	$security3.ai_on();
180
	//$security4.ai_on();
190
	$security4.ai_on();
181
	//CommandToGroup ( 668 , "groupactortype" , "enemy" , "");
191
	CommandToGroup ( 668 , "groupactortype" , "enemy" , "");
182
	//CommandToGroup ( 668 , "visiondistance" , "4000" , "" );
192
	CommandToGroup ( 668 , "visiondistance" , "4000" , "" );
183
	//CommandToGroup ( 668 , "fov" , "360" , "" );
193
	CommandToGroup ( 668 , "fov" , "360" , "" );
184
	//CommandToGroup ( 668 , "attack" , "$player" , "" );
194
	CommandToGroup ( 668 , "attack" , "$player" , "" );
185
}
195
}
Zeile 186... Zeile 196...
186
 
196
 
187
 
197
 
Zeile 363... Zeile 373...
363
	$security4.setgroupid ( 668 );
373
	$security4.setgroupid ( 668 );
364
	$security4.pushable( 0 );
374
	$security4.pushable( 0 );
365
	$security4.giveactorweapon( "actorweapons/fed-compressionrifle.tik", 1.0 );
375
	$security4.giveactorweapon( "actorweapons/fed-compressionrifle.tik", 1.0 );
366
	$security4.useactorweapon( "CompressionRifle" );
376
	$security4.useactorweapon( "CompressionRifle" );
Zeile -... Zeile 377...
-
 
377
 
-
 
378
	$security3.hide();
367
 
379
	$security3.notsolid();
-
 
380
	$security4.hide();
368
	AIHideGroup    ( 666 );
381
	$security4.notsolid();
369
	//-------------------------------------------------
382
	//-------------------------------------------------
370
	$east_trigger.nottriggerable();
383
	$east_trigger.nottriggerable();
371
	$south_trigger.nottriggerable();
384
	$south_trigger.nottriggerable();