Scenario edit scenario place the rocket in correct level

Puma

Member
Joined
Nov 5, 2008
Messages
89
Reaction score
2
Points
8
i want to edit an scenario, how i place the rocket in correct ground level for the launch pad, what files i have to edit, and how see the picture bellow

http://img136.imageshack.us/my.php?image=picicg.jpg
my.php



-----Post Added-----


as you saw in the previous picture what i mean is how i edit a scenario so i can place a rocket in correct ground level in a launch pad, because in some scenarios the rocket seems to be flating. in scenario editor only change
the left, right and haeading postion but not up or down. do any one knows ho to edit that ?
Thanks.


-----Post Added-----


as you saw in the previous picture,... what i mean is how i edit a scenario so i can place a rocket in correct ground level in a launch pad, because in some scenarios the rocket seems to be floating in the air metters above the ground (as the picture). in scenario editor only change
the left, right and heading postion but not up or down. do any one knows how to edit that ?
Thanks.
 
The height above the ground is generally set in the scenario file. How it is done varies because it is addon specific (some addons may not even support adjustment and hence sit some hard-coded level above the ground if they are designed for a specific launch pad). Your best bet is to check the documentation for the addon. What addon is that? CVEL Titans?
 
yes i use the cassini from gep to launch at K40-41 pad see bellow :



BEGIN_DESC
Launch Cassini-Huygens in 43 minutes at 8:43:00 UTC
END_DESC

BEGIN_ENVIRONMENT
System Sol_K40-41
Date MJD 50736.3333333333
END_ENVIRONMENT

BEGIN_FOCUS
Ship titan4Bcassini
END_FOCUS

BEGIN_CAMERA
TARGET titan4Bcassini
TARGET titan4Bcassini
MODE Extern
POS 5.74 -0.54 -83.11
TRACKMODE Ground Earth
GROUNDLOCATION -80.58445 28.57549 12.43
FOV 30.00
END_CAMERA

BEGIN_MFD Left
TYPE Map
REF Earth
BTARGET Cape Canaveral
END_MFD

BEGIN_MFD Right
TYPE Launch
END_MFD


BEGIN_SHIPS
titan4Bcassini:titan4Bcassini
STATUS Landed Earth
POS -80.5859407 28.5757364
HEADING 100
FUEL 1.000
CONFIG_FILE Config\boosters\titan4Bcassini.ini
CONFIGURATION 0
CURRENT_BOOSTER 0
CURRENT_STAGE 1
CURRENT_PAYLOAD 0
FAIRING 1
END
END_SHIPS
 
Go to the file "Config\boosters\titan4Bcassini.ini" and change the number "COG=xx" to suit your needs. This number represents the height of the rocket's centre of mass above the ground in its landed configuration (ie, ready for launch).
 
thank you, it worked!!


-----Post Added-----


this is the confi file for the H2-A rocket what i most edit here


; === Configuration file for vessel class Thor able fairing right===
ClassName = H2Aplf1
MeshName = H2Aplf1
Size = 1.0

Mass = 700; empty mass [kg]

CrossSections = 1 1 1
RotResistance = 0.7 0.7 0.3
Inertia = 0.8 0.8 0.75
 
Back
Top