Changeset 1406 for code/branches/network/bin
- Timestamp:
- May 24, 2008, 1:39:05 PM (17 years ago)
- Location:
- code/branches/network/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/bin/keybindings.ini
- Property svn:eol-style set to native
r1397 r1406 1 1 [KeyBinder] 2 KeyUNASSIGNED= 2 KeyUNASSIGNED=activateConsole 3 3 KeyESCAPE=exit 4 4 Key1= … … 15 15 KeyEQUALS=activateConsole 16 16 KeyBACK= 17 KeyTAB= 17 KeyTAB=cycleNavigationFocus 18 18 KeyQ=moveRoll 19 19 KeyW=moveLongitudinal … … 147 147 KeyMEDIASELECT= 148 148 MouseLeft=fire 149 MouseRight= fire150 MouseMiddle= fire151 MouseButton3= fire152 MouseButton4= fire153 MouseButton5= fire154 MouseButton6= fire155 MouseButton7= fire156 MouseWheel1Up= scale 0.1 slomo157 MouseWheel1Down= scale 0.1 slomo149 MouseRight= 150 MouseMiddle= 151 MouseButton3= 152 MouseButton4= 153 MouseButton5= 154 MouseButton6= 155 MouseButton7= 156 MouseWheel1Up= 157 MouseWheel1Down= 158 158 MouseWheel2Up= 159 159 MouseWheel2Down= … … 214 214 JoyAxis24Pos= 215 215 JoyAxis24Neg= 216 JoyButton0=cycle Focus216 JoyButton0=cycleNavigationFocus 217 217 JoyButton1= 218 218 JoyButton2= -
code/branches/network/bin/levels/sample.oxw
r1362 r1406 10 10 11 11 <!--Ambient colourvalue="1,1,1" /--> 12 <Skybox src="Orxonox/Star SkyBox" />12 <Skybox src="Orxonox/Starbox" /> 13 13 <SpaceShip camera="true" position="0,0,0" scale="10" yawpitchroll="0,0,0" mesh="assff.mesh" maxSpeed="500" maxSideAndBackSpeed="50" maxRotation="1.0" transAcc="200" rotAcc="3.0" transDamp="75" rotDamp="1.0" /> 14 <Model position=" 1500,0,100" scale="10" mesh="tomato.mesh" yawpitchroll="-40,30,0" rotationAxis="1,0,0" rotationRate="-30"/>15 <Model position="0, 4200,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,60,0" rotationAxis="1,0,0" rotationRate="-30"/>16 <Model position="0,0, 6800" scale="10" mesh="tomato.mesh" yawpitchroll="-50,-30,0" rotationAxis="1,0,0" rotationRate="-30"/>14 <Model position="2000,0,0" scale="10" mesh="tomato.mesh" yawpitchroll="-40,30,0" rotationAxis="1,0,0" rotationRate="-30"/> 15 <Model position="0,2000,0" scale="10" mesh="tomato.mesh" yawpitchroll="-50,60,0" rotationAxis="1,0,0" rotationRate="-30"/> 16 <Model position="0,0,2000" scale="10" mesh="tomato.mesh" yawpitchroll="-50,-30,0" rotationAxis="1,0,0" rotationRate="-30"/> 17 17 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/> 18 18 <NPC position="0,100,400" scale="1" mesh="razor.mesh"/>
Note: See TracChangeset
for help on using the changeset viewer.