Changes between Version 5 and Version 6 of pps/tutorial
- Timestamp:
- Sep 30, 2009, 3:57:43 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v5 v6 3 3 4 4 == 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''' 6 6 1. Create your orxonox directory (if not already existing): 7 7 {{{ … … 9 9 cd ~/orxonox 10 10 }}} 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): 12 12 {{{ 13 13 svn co https://svn.orxonox.net/game/data/trunk data_extern … … 73 73 </ClassX> 74 74 }}} 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) 76 76 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: 77 77 {{{