Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10750


Ignore:
Timestamp:
Nov 2, 2015, 2:56:51 PM (8 years ago)
Author:
bhatiab
Message:

Changed the mass for the stations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/data/levels/Campaign1.oxw

    r10749 r10750  
    55    screenshot = "missionOne.png"
    66/>
     7
     8<!-- Coordinatesystem as following: (y, z, x) -->
    79
    810<?lua
     
    5961
    6062    <GlobalQuest id="quest1">
    61         <QuestDescription title="Reach the Station A!" description="" failMessage="" completeMessage="" />
     63        <QuestDescription title="Reach the Station A!" description="Commander we observed some alien activity on our radars. We suppose they want to attack our shuttle! You need to upgrade your spaceship. So hurry up and move your ass to this dock on your [direction] side!" failMessage="" completeMessage="Good job, we still have some time to prepare for their attack." />
    6264        <hints>
    6365            <QuestHint id="quest1hint1" />
     
    421423    <!-- (Temporary) Template for stations. Used to define common features of all Stations. -->
    422424    <Template name="station">
    423         <Pawn mass=10000 collisionType=dynamic friction=0.01>
     425        <Pawn mass=10000000 collisionType=dynamic friction=0.01>
    424426          <attached>
    425427            <Model mesh="HydroHarvester.mesh" position="0,0,0" scale=50 />
     
    552554
    553555    <!-- FPS Player as destination of dock C-->
    554     <FpsPlayer team=0 template = "fps" rotationaxis="0,0,1" radarname = "First Person Player" position = "0,-2300,1201">
     556    <FpsPlayer team=0 template = "fps" rotationaxis="0,0,1" radarname="First Person Player" position="0,-2300,1201">
    555557        <attached>
    556558            <DockingTarget name="fpsMode" />
     
    640642    ?>
    641643
    642     <!-- Allies, 3000,-2000 -->
     644    <!-- ws, 3000,-2000 -->
    643645    <?lua
    644646    for i = 1, allies, 1
Note: See TracChangeset for help on using the changeset viewer.