Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of pps/tutorial


Ignore:
Timestamp:
Sep 30, 2009, 3:57:43 PM (15 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v5 v6  
    33
    44== Preparations ==
    5 '''We check out the source and media repository and build for the first time'''
     5'''We check out the source and data repository and build for the first time'''
    66 1. Create your orxonox directory (if not already existing):
    77{{{
     
    99cd ~/orxonox
    1010}}}
    11  2. Now check out the latest revision of the media repository (you will probably be asked for a username and password once):
     11 2. Now check out the latest revision of the data repository (you will probably be asked for a username and password once):
    1212{{{
    1313svn co https://svn.orxonox.net/game/data/trunk data_extern
     
    7373</ClassX>
    7474}}}
    75  3. now add the appropriate entries for the variables you defined in Drone/4. (Have a look at media/levels/spaceshiptemplates_physics.oxw for example values)
     75 3. now add the appropriate entries for the variables you defined in Drone/4. (Have a look at data/levels/spaceshiptemplates_physics.oxw for example values)
    7676 4. as we want our drone to be visible we have to attach a model to it. add the following code between the above 2 lines:
    7777{{{