Changeset 1293 for code/trunk/bin
- Timestamp:
- May 15, 2008, 5:44:55 PM (17 years ago)
- Location:
- code/trunk/bin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/bin/keybindings.ini
r1219 r1293 24 24 R_6= 25 25 H_6= 26 P_7= 26 P_7="exec disco.txt" 27 27 R_7= 28 28 H_7= … … 30 30 R_8= 31 31 H_8= 32 P_9= 32 P_9="disco.txt" 33 33 R_9= 34 34 H_9= -
code/trunk/bin/levels/sample.oxw
r1102 r1293 9 9 </audio--> 10 10 11 < Ambient colourvalue="1,1,1" />11 <!--Ambient colourvalue="1,1,1" /--> 12 12 <Skybox src="Orxonox/StarSkyBox" /> 13 14 <SpaceShip camera="true" position="0,0,0" scale="10" yawpitchroll="-90,-90,0" mesh="assf3.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" /> 13 <SpaceShip camera="true" position="0,0,0" scale="10" yawpitchroll="-90,-90,0" mesh="assff.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" /> 15 14 16 15 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/> … … 31 30 </Model--> 32 31 33 < Model position="-200,1000,500" scale="10" mesh="hoover_body.mesh" yawpitchroll="-90,-90,0" />32 <!--Model position="-200,1000,500" scale="10" mesh="hoover_body.mesh" yawpitchroll="-90,-90,0" /> 34 33 <Model position="-200,1000,500" scale="10" mesh="hoover_gear0.mesh" yawpitchroll="-90,-90,0" /> 35 34 <Model position="-200,1000,500" scale="10" mesh="hoover_gear1.mesh" yawpitchroll="-90,-90,0" /> 36 35 <Model position="-200,1000,500" scale="10" mesh="hoover_gear2.mesh" yawpitchroll="-90,-90,0" /> 37 <Model position="-200,1000,500" scale="10" mesh="hoover_turbine.mesh" yawpitchroll="-90,-90,0" / >36 <Model position="-200,1000,500" scale="10" mesh="hoover_turbine.mesh" yawpitchroll="-90,-90,0" /--> 38 37 39 38 -
code/trunk/bin/ogre.cfg-init
r790 r1293 4 4 FSAA=0 5 5 Full Screen=No 6 RTT Preferred Mode= PBuffer6 RTT Preferred Mode=FBO 7 7 Video Mode=1024 x 768 -
code/trunk/bin/run-script
r790 r1293 22 22 fi 23 23 fi 24 trap "xset r" EXIT HUP INT TERM ABRT KILL 24 25 exec ./orxonox $@
Note: See TracChangeset
for help on using the changeset viewer.