home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 95 / XENIATGM95.iso / Gunlok / data1.cab / Program_Executable_Files / scripts / Training_Level.gcs < prev    next >
Encoding:
Text File  |  2000-08-22  |  2.0 KB  |  77 lines

  1. echo off
  2. cd set volume 60000
  3. cd play looping 3
  4. batch common.gcs
  5.  
  6. fogcolour 0 0 0
  7. fogupdate 10
  8. fogtransition 3
  9. fogvalue 0.67
  10.  
  11. vision on
  12.  
  13. sunangle 150
  14. sunbrightness 2 1.5 0.8
  15.  
  16. set camera pos -5 10 -108
  17. set camera ori 0 419 315
  18. set distance 35
  19.  
  20. //forcebars_a
  21. laser fence "COMPB DUM G" "COMPB DUM GB" 0.25
  22. laser fence "COMPB DUM H" "COMPB DUM HB" 0.25
  23. laser fence "COMPB DUM I" "COMPB DUM IB" 0.25
  24. laser fence "COMPB DUM J" "COMPB DUM JB" 0.25
  25. laser fence "COMPB DUM K" "COMPB DUM KB" 0.25
  26. laser fence "COMPB DUM L" "COMPB DUM LB" 0.25
  27.  
  28. door "doora" 0
  29. close door 0
  30.  
  31. //forcebars_b
  32. laser fence "COMPB DUM A" "COMPB DUM AB" 0.25
  33. laser fence "COMPB DUM B" "COMPB DUM BB" 0.25
  34. laser fence "COMPB DUM C" "COMPB DUM CB" 0.25
  35. laser fence "COMPB DUM D" "COMPB DUM DB" 0.25
  36. laser fence "COMPB DUM E" "COMPB DUM EB" 0.25
  37. laser fence "COMPB DUM F" "COMPB DUM FB" 0.25
  38.  
  39. door "doorb" 1
  40. door "area2dum" 2
  41. door "area3dum" 3
  42. door "area4dum" 4
  43. close door 1
  44. close door 2
  45. close door 3
  46. close door 4
  47.  
  48. water 0 wetdumb wetduma 1
  49. set water direction wetduma 0.5 0.5 0
  50.  
  51. heap garbage_cb mini_battery_plus
  52. heap garbage_db plasma_bolts
  53.  
  54. add trigger location area2trig 3 Training_Level_Area2.gcs
  55. add trigger location area3trig 3 Training_Level_Area3.gcs
  56. add trigger location area4trig 5 Training_Level_Area4.gcs
  57.  
  58. set track lift_a "lift dum a" "lift dum b" "lift dum c" "lift dum d" true
  59. attach lift_a
  60. // We'll change these to associations (ie. one use only) in the area 1
  61. // script so we can check when they've been used. For now, we just link
  62. // them to a script file that isn't there, so they won't do anything 
  63. // but they'll have the correct cursor.
  64. link liftswitcha deliberately_missing_script.gcs        
  65. link liftswitchaa deliberately_missing_script.gcs
  66. link liftswitchab deliberately_missing_script.gcs    
  67.  
  68. add trigger time 1 Training_Level_Area1.gcs
  69. vulnerability compgenb elint 5 script traininglowerfenceb.gcs interface_beam
  70. add trigger death traininglowerfencea.gcs compgena
  71.  
  72. echo on
  73.  
  74.  
  75.  
  76.  
  77.