- Joined
- Jun 14, 2008
- Messages
- 160
- Reaction score
- 1
- Points
- 0
I have been working on a ship that I thought I had working, but after I uploaded it I went back to try it out with some different scenarios, and when I had the ship on the runway, I went to take off, and instead of the ship climbing, it went ten feet beneath the surface and then started to climb. What data in the spacecraft configuration is this attributed to?
I tried a configuration from a ship that works, and for some reason I got the same results. This is my config so far...
Any help is very much appreciated.
I tried a configuration from a ship that works, and for some reason I got the same results. This is my config so far...
Code:
[CONFIG]
MESHNAME="Naboo Fighter"
SIZE=22.0
EMPTY_MASS=4000
FUEL_MASS=40000
MAIN_THRUST=2e7
RETRO_THRUST = 2e7
ATTITUDE_THRUST=5000
HOVER_THRUST=15e5
ISP=2.5e7
PMI=(20,22.01,5.3)
CW_Z_POS=0.2
CW_Z_NEG=0.4
CW_X=1.0
CW_Y=2.4
WING_ASPECT=0.7
WING_EFFECTIVENESS=3.0
CROSS_SECTION=(68,149,38)
PITCH_MOMENT_SCALE=0.00005
BANK_MOMENT_SCALE=0.00005
FOCUS=-1
ROT_DRAG=(0.10,0.13,0.04)
VISIBLE=1
CAMERA=(.46,-2.1,4.70)
LAUNCH_PT1=(0,5.0,2)
LAUNCH_PT2=(-1,5.0,-1)
LAUNCH_PT3=(1,5.0,-1)
LAND_PT1=(0,5.0,2)
LAND_PT2=(-1,5.0,-1)
LAND_PT3=(1,5.0,-1)
TRIM=0.05
COG=2.28
[AERODYNAMICS]
MODEL=dglider
[PARTICLESTREAM_1]
NAME=DGContrail
SRCSIZE=8.0
SRCRATE=3
V0=150.0
SRCSPREAD=0.3
LIFETIME=3.5
GROWTHRATE=4
ATMSLOWDOWN=3.0
LTYPE=DIFFUSE
LEVELMAP=LVL_PSQRT
LMIN=0
LMAX=2
ATMSMAP=ATM_PLOG
AMIN=1e-4
AMAX=1
[PARTICLESTREAM_2]
NAME=DGMain
SRCSIZE=2.0
SRCRATE=10
V0=150.0
SRCSPREAD=0.1
LIFETIME=0.2
GROWTHRATE=16
ATMSLOWDOWN=1.0
LTYPE=EMISSIVE
LEVELMAP=LVL_SQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-5
AMAX=0.1
[PARTICLESTREAM_3]
NAME=DGHover
SRCSIZE=1.5
SRCRATE=20
V0=150.0
SRCSPREAD=0.1
LIFETIME=0.15
GROWTHRATE=9
ATMSLOWDOWN=1.0
LTYPE=EMISSIVE
LEVELMAP=LVL_SQRT
LMIN=0
LMAX=1
ATMSMAP=ATM_PLOG
AMIN=1e-5
AMAX=0.1
; MAIN ENGINES
[EX_MAIN_0]
OFF=(5.6,-3.3,6.70)
DIR=(0,0,-1)
LENGTH=30
WIDTH=.95
[EX_MAIN_1]
OFF=(-4.80,-3.5,6.50)
DIR=(0,0,-1)
LENGTH=30
WIDTH=.95
Any help is very much appreciated.
Last edited by a moderator: