Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2008, 7:10:01 PM (15 years ago)
Author:
mkaiser
Message:

Final release :), finally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/media/levels/CuboidSpaceStation.lua

    r5341 r5365  
    3838if ranSeed == 0 then
    3939        math.randomseed(os.time())
    40         math.random()
    4140else
    4241        math.randomseed(ranSeed)
    43         math.random()
    4442end
    4543-- End create randomseed.
     
    196194-- Insert the CuboidConnectionBody, it is three griddimensions long and one wide and high and can have only connections at griddimension 1
    197195--      (except the side in direction of griddimension 2) and griddimension 3 (except the side in direction of griddimension 2).
    198 bodyParts[3][0][0][0][4]="CuboidConnectionBody.mesh"
     196bodyParts[3][0][0][0][4]="CuboidConnBody.mesh"
    199197bodyParts[3][0][0][0][5]="pitch=-90"
    200198
     
    219217backPartsIndex[0]=""
    220218
    221 -- Insert the thruster, which is one griddimension long, wide and high, it can only have a connection into the negative z-direction.
     219-- Insert the thruster, which is one griddimension long, two wide and high, it can only have a connection into the negative z-direction.
    222220backPartsIndex[1]=4
    223221bodyParts[backPartsIndex[1]][0][0][0][4]="Thruster.mesh"
     
    228226bodyParts[backPartsIndex[1]][0][0][0][0]=1
    229227bodyParts[backPartsIndex[1]][0][0][0][3]="-"
     228bodyParts[backPartsIndex[1]][1][0][0][0]=1
     229bodyParts[backPartsIndex[1]][-1][0][0][0]=1
     230bodyParts[backPartsIndex[1]][0][1][0][0]=1
     231bodyParts[backPartsIndex[1]][0][-1][0][0]=1
    230232-- End insert the thruster.
    231233
     
    242244bodyParts[frontPartsIndex[1]][0][0][0][4]="SemiCircleCockpit.mesh"
    243245bodyParts[frontPartsIndex[1]][0][0][0][5]="pitch=-90 yaw=180"
    244 bodyParts[frontPartsIndex[1]][0][0][0][9]="<BlinkingBillboard position=\"0,-0.1,2.2\" material=\"Examples/Flare\" colour=\"1.0, 1.0, 1.0\" amplitude=0.01 frequency=0.5 quadratic=1 /> <BlinkingBillboard position=\"0.5,-0.1,2.2\" material=\"Examples/Flare\" colour=\"1.0, 1.0, 1.0\" amplitude=0.01 frequency=0.5 phase=120 quadratic=1 /> <BlinkingBillboard position=\"-0.5,-0.1,2.2\" material=\"Examples/Flare\" colour=\"1.0, 1.0, 1.0\" amplitude=0.01 frequency=0.5 phase=240 quadratic=1 />"
     246bodyParts[frontPartsIndex[1]][0][0][0][9]="<Billboard scale=0.01 position=\"0,-0.1,2.2\" colour=\"1.0,1.0,1.0\" material=\"Examples/Flare\" /> <Billboard scale=0.01 position=\"0.5,-0.1,2.2\" colour=\"1.0,1.0,1.0\" material=\"Examples/Flare\" /> <Billboard scale=0.01 position=\"-0.5,-0.1,2.2\" colour=\"1.0,1.0,1.0\" material=\"Examples/Flare\" />"
    245247
    246248bodyParts[frontPartsIndex[1]][0][0][0][0]=1
Note: See TracChangeset for help on using the changeset viewer.