From a2b7954a28d9d7f063d2df8d3126cb80e010b697 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 20 Oct 2010 14:50:10 +0000 Subject: ship physics definitions for the vector and the scalar --- base/ini/ships.ini | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) (limited to 'base') diff --git a/base/ini/ships.ini b/base/ini/ships.ini index 1c8ac90..c52424a 100644 --- a/base/ini/ships.ini +++ b/base/ini/ships.ini @@ -16,16 +16,28 @@ label=vector name=Micron Vector ; 3d model file name, can be a .map or a .ase file model=maps/merchant/vector -; engine acceleration -acceleration=1.5 -; maximum speed in game units per second -maxspeed=3.0 -; rotation speed in degrees per second -turnspeed=45 + ; dealer price price=12500 ; cargo hold size, 1 is 1 cubic meter cargo=20 + +; mass of the ship +; can not be set on-the-fly with the specs command +mass=10 +; thruster power, maximum thrust speed depends on this +thrust=0.8 +; impulse engine power +; this has to be high enough, otherwise the ship won't be able to reach maximum impulse speed +impulse=4 +; strafe power +; defines strafe engine and afterburner power +; is generally a lot smaller than thrust +strafe=0.1 +; torque power +; defines how fast a ship will turn and roll +torque=2.5 + ; ship info ; long text will be wrapped in-game ; empty lines are allowed @@ -35,9 +47,6 @@ info=Micron Corporation's entry-level model has been a hit sale for many decades label=scalar name=Micron Scalar model=maps/merchant/scalar -acceleration=1.75 -maxspeed=3.2 -turnspeed=50 jumpdrive=yes price=15000 cargo=40 @@ -45,6 +54,13 @@ info=Due to rising pirate activity, the Micron corporation saw a need in the mar info= info=The Scalar is much more armored than the Vector, with improved VE-1 engines, and a new XE-1 engine. These improvements came at the cost of cargo space, but it was a welcome addition to established traders. +; ship movement specifications +mass=15 +thrust=1 +impulse=6 +strafe=0.15 +torque=3 + [ship] label=matrix name=Micron Matrix -- cgit v1.2.3