Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4178


Ignore:
Timestamp:
Jul 5, 2006, 1:16:14 PM (18 years ago)
Author:
snellen
Message:

update

Location:
data/branches/presentation
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • data/branches/presentation/scripts/falldown.lua

    r4080 r4178  
    22thisscript:addObject("TestEntity", "fallingguy")
    33thisscript:addObject("FPSPlayer", "Player")
     4thisscript:addObject("GenericNPC","fleemechanic")
    45
    56dy = 0
     
    78eventFinished = false
    89randinit = false
     10mtheight = -10
    911
    1012function RandTime()
     
    3335
    3436
     37
     38fleeprogrammed = false
     39function flee(timestep)
     40if not fleeprogrammed then
     41fleemechanic:runTo( 735.658142, mtheight, -1525.291870)
     42fleemechanic:runTo( 746.021912, mtheight, -1416.895508)
     43fleemechanic:runTo( 746.021912, mtheight, -1415.689819)
     44fleemechanic:runTo( 745.840454, mtheight, -1314.824585)
     45fleemechanic:runTo( 745.840454, mtheight, -1313.533691)
     46fleemechanic:runTo( 745.840454, mtheight, -1312.239258)
     47fleemechanic:runTo( 745.840454, mtheight, -1310.942749)
     48fleemechanic:runTo( 686.141907, mtheight, -1174.515015)
     49fleemechanic:runTo( 685.479614, mtheight, -1173.372925)
     50fleemechanic:runTo( 684.815857, mtheight, -1172.228271)
     51fleemechanic:runTo( 630.430725, mtheight, -1072.972168)
     52fleemechanic:runTo( 629.804199, mtheight, -1071.821777)
     53fleemechanic:runTo( 629.174438, mtheight, -1070.665527)
     54fleemechanic:runTo( 628.542786, mtheight, -1069.505859)
     55fleemechanic:runTo( 627.905334, mtheight, -1068.335449)
     56fleemechanic:runTo( 582.125610, mtheight, -969.282288)
     57fleemechanic:runTo( 581.719971, mtheight, -968.030273)
     58fleemechanic:runTo( 581.312866, mtheight, -966.773621)
     59fleemechanic:runTo( 580.904602, mtheight, -965.513550)
     60fleemechanic:runTo( 580.492493, mtheight, -964.241638)
     61fleemechanic:runTo( 555.827942, mtheight, -873.071045)
     62fleemechanic:runTo( 555.657410, mtheight, -871.761780)
     63fleemechanic:runTo( 555.485962, mtheight, -870.445679)
     64fleemechanic:runTo( 555.314087, mtheight, -869.126160)
     65fleemechanic:runTo( 555.141418, mtheight, -867.800598)
     66fleemechanic:runTo( 554.968262, mtheight, -866.471069)
     67fleemechanic:runTo( 554.794922, mtheight, -865.140076)
     68fleemechanic:runTo( 547.754639, mtheight, -767.221680)
     69fleemechanic:runTo( 547.722961, mtheight, -765.892944)
     70fleemechanic:runTo( 547.691223, mtheight, -764.562683)
     71fleemechanic:runTo( 547.659180, mtheight, -763.219604)
     72fleemechanic:runTo( 548.969849, mtheight, -649.171387)
     73fleemechanic:runTo( 549.043274, mtheight, -647.850952)
     74fleemechanic:runTo( 549.117126, mtheight, -646.523193)
     75fleemechanic:runTo( 549.191101, mtheight, -645.193542)
     76fleemechanic:runTo( 549.265137, mtheight, -643.862305)
     77fleemechanic:runTo( 568.188416, mtheight, -510.499756)
     78fleemechanic:runTo( 568.575439, mtheight, -509.219055)
     79fleemechanic:runTo( 568.964539, mtheight, -507.931458)
     80fleemechanic:runTo( 569.355469, mtheight, -506.637726)
     81fleemechanic:runTo( 626.359924, mtheight, -384.633179)
     82fleemechanic:runTo( 627.059998, mtheight, -383.511444)
     83fleemechanic:runTo( 627.764282, mtheight, -382.382935)
     84fleemechanic:runTo( 628.469055, mtheight, -381.253601)
     85fleemechanic:runTo( 629.178345, mtheight, -380.117065)
     86fleemechanic:runTo( 629.888367, mtheight, -378.979340)
     87fleemechanic:runTo( 630.599548, mtheight, -377.839752)
     88fleemechanic:runTo( 631.316711, mtheight, -376.690643)
     89fleemechanic:runTo( 704.250305, mtheight, -250.679443)
     90fleemechanic:runTo( 704.842896, mtheight, -249.538712)
     91fleemechanic:runTo( 705.438721, mtheight, -248.391754)
     92fleemechanic:runTo( 706.033630, mtheight, -247.246506)
     93fleemechanic:runTo( 706.628479, mtheight, -246.101395)
     94fleemechanic:runTo( 707.229248, mtheight, -244.944870)
     95fleemechanic:runTo( 707.831665, mtheight, -243.785248)
     96fleeprogrammed = true
     97
     98end
     99end
     100
     101
    35102function tick(timestep)
     103 flee(timestep)
     104--RandTime()
    36105
    37 RandTime()
    38 
    39 if randTime > 0 then
    40 randTime = randTime - timestep
    41 else
     106--if randTime > 0 then
     107--randTime = randTime - timestep
     108--else
    42109fallDown(timestep)
    43 end
     110--end
    44111
    45112return eventFinished
  • data/branches/presentation/scripts/floorguy.lua

    r4161 r4178  
    22thisscript:addObject("GenericNPC", "floorguy")
    33thisscript:addObject("FPSPlayer", "Player")
     4thisscript:addObject("SpaceShip", "flyby")
    45
    56programRoute = true
    67height = -10
     8time = 1
     9
     10
     11function fly(timestep)
     12
     13dx = 0 * timestep
     14dy = 0 * timestep
     15dz = -500* timestep
     16
     17flybyX = flyby:getAbsCoorX()
     18flybyY = flyby:getAbsCoorY()
     19flybyZ = flyby:getAbsCoorZ()
     20
     21if time < -1 and time > -2 then
     22flyby:fire(true)
     23end
     24
     25if flybyZ < 600 then
     26flyby:setAbsCoor(flybyX + dx, flybyY + dy, flybyZ + dz)
     27else
     28flyby:fire(false)
     29end
     30
     31end
    732
    833
    934function tick(timestep)
     35
     36time = time - timestep
     37
     38if time < 0 then
     39fly(timestep)
     40end
     41
    1042
    1143if programRoute then
  • data/branches/presentation/scripts/prisoner.lua

    r4167 r4178  
    323323
    324324distance = dist( thisX,thisY,thisZ, 1113.230103, height, -1839.722534)
    325 io.write(distance,"\n")
    326 
    327 if dist( thisX,thisY,thisZ, 1113.230103, height, -1839.722534) < 10 then
     325--io.write(distance,"\n")
     326
     327if dist( thisX,thisY,thisZ, 1113.230103, height, -1839.722534) < 40 then
    328328prisoner:hide()
    329329return true
  • data/branches/presentation/worlds/sp_level_ambush_at_uranus.oxw

    r4177 r4178  
    5858     <file>falldown.lua</file>
    5959     <function>tick</function>
    60      <abs-coor>763, 0, 34</abs-coor>
     60     <abs-coor>670.307190, 0, -410.386810</abs-coor>
    6161     <radius>100</radius>
    6262     <worldentity>Player</worldentity>
     
    209209       <md2texture>male_navy2.pcx</md2texture>
    210210       <abs-coor>991.192261, 5, -1878.394287</abs-coor>
     211       <abs-dir>0, 0, 1, 0</abs-dir>
     212    </GenericNPC>
     213   
     214    <GenericNPC>
     215       <name>fleemechanic</name>
     216       <model>models/creatures/male.md2, 10</model>
     217       <md2texture>male_navy2.pcx</md2texture>
     218       <abs-coor>735.658142, -10, -1525.291870</abs-coor>
    211219       <abs-dir>0, 0, 1, 0</abs-dir>
    212220    </GenericNPC>
     
    262270
    263271
     272
     273    <SpaceShip>
     274      <name>flyby</name>
     275      <model>models/ships/reap_#.obj,20</model>
     276      <abs-coor>900.753357, 19, 508.746613</abs-coor>
     277      <abs-dir> 1.5,0,1,0 </abs-dir>
     278    </SpaceShip>
     279   
    264280    <SpaceShip>
    265281      <name>spaceship1</name>
Note: See TracChangeset for help on using the changeset viewer.