home *** CD-ROM | disk | FTP | other *** search
- echo off
- cd set volume 60000
- cd play looping 3
- batch common.gcs
-
- fogcolour 0 0 0
- fogupdate 10
- fogtransition 3
- fogvalue 0.67
-
- vision on
-
- sunangle 150
- sunbrightness 2 1.5 0.8
-
- set camera pos -5 10 -108
- set camera ori 0 419 315
- set distance 35
-
- //forcebars_a
- laser fence "COMPB DUM G" "COMPB DUM GB" 0.25
- laser fence "COMPB DUM H" "COMPB DUM HB" 0.25
- laser fence "COMPB DUM I" "COMPB DUM IB" 0.25
- laser fence "COMPB DUM J" "COMPB DUM JB" 0.25
- laser fence "COMPB DUM K" "COMPB DUM KB" 0.25
- laser fence "COMPB DUM L" "COMPB DUM LB" 0.25
-
- door "doora" 0
- close door 0
-
- //forcebars_b
- laser fence "COMPB DUM A" "COMPB DUM AB" 0.25
- laser fence "COMPB DUM B" "COMPB DUM BB" 0.25
- laser fence "COMPB DUM C" "COMPB DUM CB" 0.25
- laser fence "COMPB DUM D" "COMPB DUM DB" 0.25
- laser fence "COMPB DUM E" "COMPB DUM EB" 0.25
- laser fence "COMPB DUM F" "COMPB DUM FB" 0.25
-
- door "doorb" 1
- door "area2dum" 2
- door "area3dum" 3
- door "area4dum" 4
- close door 1
- close door 2
- close door 3
- close door 4
-
- water 0 wetdumb wetduma 1
- set water direction wetduma 0.5 0.5 0
-
- heap garbage_cb mini_battery_plus
- heap garbage_db plasma_bolts
-
- add trigger location area2trig 3 Training_Level_Area2.gcs
- add trigger location area3trig 3 Training_Level_Area3.gcs
- add trigger location area4trig 5 Training_Level_Area4.gcs
-
- set track lift_a "lift dum a" "lift dum b" "lift dum c" "lift dum d" true
- attach lift_a
- // We'll change these to associations (ie. one use only) in the area 1
- // script so we can check when they've been used. For now, we just link
- // them to a script file that isn't there, so they won't do anything
- // but they'll have the correct cursor.
- link liftswitcha deliberately_missing_script.gcs
- link liftswitchaa deliberately_missing_script.gcs
- link liftswitchab deliberately_missing_script.gcs
-
- add trigger time 1 Training_Level_Area1.gcs
- vulnerability compgenb elint 5 script traininglowerfenceb.gcs interface_beam
- add trigger death traininglowerfencea.gcs compgena
-
- echo on
-
-
-
-
-