Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 17, 2006, 9:32:01 AM (18 years ago)
Author:
bensch
Message:

merged the data back from scripting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/worlds/sp_level_ambush_at_uranus.oxw

    r4194 r4202  
    4949    </Script>
    5050
    51     <Script>
    52      <file>cruiser.lua</file>
    53     </Script>
    54 
    5551   </Scripts>
    5652
    5753   <ScriptTriggers>
    58 
    59     <ScriptTrigger>
    60      <name>falldowntrigger</name>
    61      <file>falldown.lua</file>
    62      <function>tick</function>
    63      <abs-coor>670.307190, 0, -410.386810</abs-coor>
    64      <radius>100</radius>
    65      <worldentity>Player</worldentity>
    66 
    67     </ScriptTrigger>
    68 
    69     <ScriptTrigger>
    70      <name>guardtrigger</name>
    71      <file>guard.lua</file>
    72      <function>tick</function>
    73      <abs-coor>-84, 19, 77</abs-coor>
    74      <radius>100</radius>
    75      <worldentity>Player</worldentity>
    76     </ScriptTrigger>
    77 
    78     <ScriptTrigger>
    79      <name>secondguardtrigger</name>
    80      <file>secondguard.lua</file>
    81      <function>tick</function>
    82      <abs-coor>-84, 19, 77</abs-coor>
    83      <radius>100</radius>
    84      <worldentity>Player</worldentity>
    85     </ScriptTrigger>
    86 
    87     <ScriptTrigger>
    88      <name>prisonertrigger</name>
    89      <file>prisoner.lua</file>
    90      <function>tick</function>
    91      <abs-coor>-84, 19, 77</abs-coor>
    92      <radius>100</radius>
    93      <worldentity>Player</worldentity>
    94     </ScriptTrigger>
    95 
    96    <ScriptTrigger>
    97      <name>secondprisonertrigger</name>
    98      <file>secondprisoner.lua</file>
    99      <function>tick</function>
    100      <abs-coor>-84, 19, 77</abs-coor>
    101      <radius>100</radius>
    102      <worldentity>Player</worldentity>
    103     </ScriptTrigger>
    104 
    105     <ScriptTrigger>
    106      <name>hangartrigger</name>
    107      <file>hangar.lua</file>
    108      <function>tick</function>
    109      <abs-coor>678.946838, -11.959779, -920.512634</abs-coor>
    110      <radius>100</radius>
    111      <worldentity>Player</worldentity>
    112 
    113     </ScriptTrigger>
    114 
    115 
    116     <ScriptTrigger>
    117      <name>floorguytrigger</name>
    118      <file>floorguy.lua</file>
    119      <function>tick</function>
    120      <abs-coor>576.753357, 19, 508.746613</abs-coor>
    121      <radius>100</radius>
    122      <worldentity>Player</worldentity>
    123     </ScriptTrigger>
    124 
    125     <ScriptTrigger>
    126      <name>spaceship_flight_trigger</name>
    127      <file>spaceship_flight.lua</file>
    128      <function>tick</function>
    129      <abs-coor>2500, 0, -1695</abs-coor>
    130      <radius>150</radius>
    131      <worldentity>SPACE_CRAFT</worldentity>
    132    
    133     </ScriptTrigger>
    134 
    135 
    136     <ScriptTrigger>
    137      <name>gatetrigger</name>
    138      <file>cruiser.lua</file>
    139      <function>tick</function>
    140      <abs-coor>2500, 0, -1695</abs-coor>
    141      <radius>150</radius>
    142      <worldentity>TerranCruizer</worldentity>
    143    
    144     </ScriptTrigger>
    14554
    14655   </ScriptTriggers>
     
    284193
    285194
     195  <!--  <SpaceShip>
     196      <name>SPACE_CRAFT</name>
     197      <abs-coor>1600, 0.004610, -1700.0</abs-coor>
     198      <enter-radius>100000</enter-radius>
     199      <model>models/ships/mantawing.obj,20</model>
     200    </SpaceShip>
     201-->
    286202
    287203    <SpaceShip>
    288204      <name>flyby</name>
    289205      <model>models/ships/reap_#.obj,20</model>
    290       <abs-coor>900.753357, 19, 508.746613</abs-coor>
     206      <abs-coor>800, 19, 508.746613</abs-coor>
    291207      <abs-dir> 1.5,0,1,0 </abs-dir>
    292208    </SpaceShip>
     
    413329      <model>models/ships/terran_cruizer.obj</model>
    414330      <enter-radius>500</enter-radius>
    415       <abs-coor>5200, -300, -1700</abs-coor>
     331      <abs-coor>5200, 0, -1700</abs-coor>
    416332   </SpaceShip>
    417333
    418334
    419  <Gate>   <name>Hypergate</name>
    420    <scale>800.0</scale>
    421     <action-radius>8000.0</action-radius>
    422   <abs-coor>6000, 0, -1700</abs-coor>
    423   <abs-dir>1.57, 0, 1, 0</abs-dir>
     335 <Gate>   
     336   <name>Hypergate</name>
     337   <scale>6400.0</scale>
     338   <action-radius>500.0</action-radius>
     339   <abs-coor>6000, 0, -1700</abs-coor>
     340   <abs-dir>1.57, 0, 1, 0</abs-dir>
    424341 </Gate>
    425342
Note: See TracChangeset for help on using the changeset viewer.