Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 16, 2008, 1:43:10 PM (16 years ago)
Author:
mkaiser
Message:

Final release :), finally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/contentcreation/pps/MirkoKaiser/CuboidSS/Version2/levels/CuboidSpaceStation.lua

    r5329 r5359  
    194194-- Insert the CuboidConnectionBody, it is three griddimensions long and one wide and high and can have only connections at griddimension 1
    195195--      (except the side in direction of griddimension 2) and griddimension 3 (except the side in direction of griddimension 2).
    196 bodyParts[3][0][0][0][4]="CuboidConnectionBody.mesh"
     196bodyParts[3][0][0][0][4]="CuboidConnBody.mesh"
    197197bodyParts[3][0][0][0][5]="pitch=-90"
    198198
     
    217217backPartsIndex[0]=""
    218218
    219 -- 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.
    220220backPartsIndex[1]=4
    221221bodyParts[backPartsIndex[1]][0][0][0][4]="Thruster.mesh"
     
    226226bodyParts[backPartsIndex[1]][0][0][0][0]=1
    227227bodyParts[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
    228232-- End insert the thruster.
    229233
     
    240244bodyParts[frontPartsIndex[1]][0][0][0][4]="SemiCircleCockpit.mesh"
    241245bodyParts[frontPartsIndex[1]][0][0][0][5]="pitch=-90 yaw=180"
    242 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\" />"
    243247
    244248bodyParts[frontPartsIndex[1]][0][0][0][0]=1
Note: See TracChangeset for help on using the changeset viewer.