Changeset 5359 for data/contentcreation/pps/MirkoKaiser/CuboidSS/Version2/levels/CuboidSpaceStation.lua
- Timestamp:
- Dec 16, 2008, 1:43:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/contentcreation/pps/MirkoKaiser/CuboidSS/Version2/levels/CuboidSpaceStation.lua
r5329 r5359 194 194 -- Insert the CuboidConnectionBody, it is three griddimensions long and one wide and high and can have only connections at griddimension 1 195 195 -- (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]="CuboidConn ectionBody.mesh"196 bodyParts[3][0][0][0][4]="CuboidConnBody.mesh" 197 197 bodyParts[3][0][0][0][5]="pitch=-90" 198 198 … … 217 217 backPartsIndex[0]="" 218 218 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. 220 220 backPartsIndex[1]=4 221 221 bodyParts[backPartsIndex[1]][0][0][0][4]="Thruster.mesh" … … 226 226 bodyParts[backPartsIndex[1]][0][0][0][0]=1 227 227 bodyParts[backPartsIndex[1]][0][0][0][3]="-" 228 bodyParts[backPartsIndex[1]][1][0][0][0]=1 229 bodyParts[backPartsIndex[1]][-1][0][0][0]=1 230 bodyParts[backPartsIndex[1]][0][1][0][0]=1 231 bodyParts[backPartsIndex[1]][0][-1][0][0]=1 228 232 -- End insert the thruster. 229 233 … … 240 244 bodyParts[frontPartsIndex[1]][0][0][0][4]="SemiCircleCockpit.mesh" 241 245 bodyParts[frontPartsIndex[1]][0][0][0][5]="pitch=-90 yaw=180" 242 bodyParts[frontPartsIndex[1]][0][0][0][9]="<B linkingBillboard 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/>"246 bodyParts[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\" />" 243 247 244 248 bodyParts[frontPartsIndex[1]][0][0][0][0]=1
Note: See TracChangeset
for help on using the changeset viewer.