Changeset 12216
- Timestamp:
- Mar 21, 2019, 3:58:39 PM (6 years ago)
- Location:
- code/branches/Boxhead_FS19/data
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Boxhead_FS19/data/defaultConfig/keybindings.ini
r11704 r12216 167 167 XNeg="scale 1 rotateYaw" 168 168 XPos="scale -1 rotateYaw" 169 YNeg= "scale -1 rotatePitch"170 YPos= "scale 1 rotatePitch"169 YNeg= 170 YPos= 171 171 -
code/branches/Boxhead_FS19/data/levels/Hover.oxw
r11495 r12216 1 <?lua 2 include("stats.oxo") 3 include("HUDTemplates3.oxo") 4 include("templates/lodInformation.oxt") 5 include("templates/pickupRepresentationTemplates.oxt") 6 7 ?> 8 9 10 11 <?lua 12 include("HUDTemplates3.oxo") 13 include("templates/spaceshipSwallow.oxt") 14 include("templates/spaceshipPirate.oxt") 15 include("templates/spaceshipEscort.oxt") 16 include("templates/spaceshipGhost.oxt") 17 include("templates/spaceshipCollateralDamage.oxt") 18 include("templates/spaceshipAssff.oxt") 19 include("templates/spaceshipAssff2.oxt") 20 include("templates/spaceshipTransporter.oxt") 21 22 23 ?> 24 1 25 <LevelInfo 2 26 name = "Hover level" … … 28 52 plugins = hover 29 53 gametype = Hover 54 30 55 > 31 56 <templates> … … 80 105 pawndesign=spaceshiphover 81 106 /> 107 108 <SpaceShip position="100,20,100" lookat="50,20,50" name="enemy" health="200" maxhealth="200" initialhealth="200" > 109 <templates> 110 <Template link=spaceshipghost /> 111 </templates> 112 <controller> 113 <WaypointPatrolController alertnessradius=2000 team=1 > 114 <waypoints> 115 <Model mesh="cube.mesh" scale=0 position="15500,15500,15500" /> 116 117 </waypoints> 118 119 </WaypointPatrolController> 120 121 </controller> 122 </SpaceShip> 82 123 83 124 </Scene> -
code/branches/Boxhead_FS19/data/levels/templates/spaceshipGhost.oxt
r11052 r12216 23 23 24 24 lift = 1; 25 stallSpeed = 220;25 stallSpeed = 100; 26 26 27 27 boostPower = 30 … … 45 45 </attached> 46 46 <collisionShapes> 47 <BoxCollisionShape position="0,0,0" halfExtents="10, 3, 5" /> 48 <BoxCollisionShape position="13,-1.3,0" halfExtents="3, 1, 2" /> 49 <BoxCollisionShape position="-13,-1.3,0" halfExtents="3, 1, 2" /> 50 <BoxCollisionShape position="0,0,7" halfExtents="3, 2, 2" /> 51 <BoxCollisionShape position="0,0.1,-11" halfExtents="2.2, 1.8, 6" /> 52 <BoxCollisionShape position="0,0.1,-19" halfExtents="1.4, 1, 2" /> 47 <BoxCollisionShape position="0,-2 ,7" halfExtents="7, 4 ,30" /> 53 48 </collisionShapes> 54 49 <explosion > … … 64 59 </explosion> 65 60 <?lua 66 include("../includes/weaponSettings Ghost.oxi")61 include("../includes/weaponSettingsHover.oxi") 67 62 ?> 68 63 </SpaceShip> … … 83 78 boostfactor = 2 84 79 85 speedfront = 60080 speedfront = 25 86 81 speedback = 50 87 82 speedleftright = 50 88 speedupdown = 5083 speedupdown = 0 89 84 90 85 accelerationfront = 1000 -
code/branches/Boxhead_FS19/data/levels/templates/spaceshipHover.oxt
r11495 r12216 27 27 stallSpeed = 220; 28 28 29 boostPower = 1029 boostPower = 30 30 30 boostPowerRate = 1 31 31 boostRate = 5 … … 61 61 62 62 <?lua 63 include("../includes/weaponSettingsH over.oxi")63 include("../includes/weaponSettingsHeartAttack.oxi") 64 64 ?> 65 65 </SpaceShip> … … 79 79 boostfactor = 2 80 80 81 speedfront = 9082 speedback = 4083 speedleftright = 4084 speedupdown = 4081 speedfront = 90 82 speedback = 90 83 speedleftright = 90 84 speedupdown = 0 85 85 86 accelerationfront = 50087 accelerationbrake = 50088 accelerationback = 12589 accelerationleftright = 12590 accelerationupdown = 12586 accelerationfront = 500 87 accelerationbrake = 500 88 accelerationback = 500 89 accelerationleftright = 500 90 accelerationupdown = 0 91 91 > 92 92 <EffectContainer condition="not idle">
Note: See TracChangeset
for help on using the changeset viewer.