Problem UMMUFA will not work.

Slice N Splice

New member
Joined
Aug 13, 2010
Messages
105
Reaction score
0
Points
0
I cannot get UMMUFA to work on any vessel, except for the UMMUFA test scenario i got.

Do I need to make a config file for it?
 
Last edited by a moderator:
Does the vessel in question have a docking port?
 
Can you post your scenario (remember to use the
Code:
/[code] tags) and say which vessel it is you want to add ummu's to.
 
Can you post your scenario (remember to use the
Code:
/[code] tags) and say which vessel it is you want to add ummu's to.[/QUOTE]
 
[CODE]BEGIN_DESC
Airman rocket at Cape. This rocket is quite powerful, especially 
at high altitude and after burning off most of it's fuel. You will need 
to watch the throttle. I like to adjust my flight to an ApR of 6.575 and 
PeR of 6.365, then use key j to jettison the booster. Since I fly from the 
Cape or Habana, this allows the booster to splash in the Indian ocean.
When I get close to ApR, I go pro-grade and use the ERB thrusters to achieve orbit.
END_DESC
BEGIN_ENVIRONMENT
  System Sol
  Date MJD 53853.6914441898
END_ENVIRONMENT
BEGIN_FOCUS
  Ship Airman
END_FOCUS
BEGIN_CAMERA
  TARGET Airman
  MODE Extern
  POS 4.21 123.24 58.90
  TRACKMODE GlobalFrame
  FOV 50.00
END_CAMERA
BEGIN_HUD
  TYPE Surface
END_HUD
BEGIN_MFD Left
  TYPE Map
  REF Earth
  BTARGET Cape Canaveral
  TRACK ON
END_MFD
BEGIN_MFD Right
  TYPE Orbit
  PROJ Ship
  FRAME Ecliptic
  REF Earth
END_MFD

BEGIN_SHIPS
Airman:Spacecraft\Spacecraft3
  STATUS Landed Earth
  POS -80.6745422 28.5186799
  HEADING 90.00
  PRPLEVEL 0:1.000
  NAVFREQ 94 481
  RCS 1
  CTRL_SURFACE 0
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Airmanpad:Spacecraft\Spacecraft3
  STATUS Landed Earth
  POS -80.6745422 28.5186799
  HEADING 90.00
  NAVFREQ 94 481
  RCS 1
  CTRL_SURFACE 0
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
END_SHIPS



I want to use airman, it is a rocket but i want to add it to the capsule of the rocket. Before i takeoff.
 
You haven't activaed UMMUAFA in the launch pad. If you had you would have something like this in the scenario:

Code:
BEGIN_UMMUFA
;MUST be ordered thus =  
VesselCount = 30
Vessel_1_Name = TMA-13
Vessel_1_CrewCount = 0
Vessel_2_Name = ISS
Vessel_2_CrewCount = 2
Vessel_2_mmu_1_Name = Sandra Magnus
Vessel_2_mmu_1_Age = 45
Vessel_2_mmu_1_Pulse = 50
Vessel_2_mmu_1_weight = 120
Vessel_2_mmu_1_ID = Sci
END
 
Back
Top