Support UMMU Plane-in-a-box as Cargo for DGIV?

Ross

New member
Joined
Sep 13, 2010
Messages
60
Reaction score
0
Points
0
I am having some problems using the UMMU Plane-in-a-box with the Delta Glider IV. Whenever I try to load one into the DG with the payload editor, it says that it is too heavy. Is there a way I can change the weight of the actual cargo or anything like that so that I can take the plane with me?
 

Woo482

Moderator
Moderator
Addon Developer
GFX Staff
Joined
Feb 13, 2008
Messages
3,048
Reaction score
20
Points
78
Location
Earth?
Changing the mass parameter found in the "CargoUMMUPlane.cfg" file to something lower should work, like this:
Code:
; === Configuration file for UCGO cargo ===
ucForceName	= cUPLANE				; Force object name when cargo is released max 6 char.
Module 		= UCGODynamicCargo			; if this cargo can be unpacked or released as module
[COLOR="Red"]Mass 		= 10000[/COLOR]					; mass of content in kg, was 20000
MeshName 	= UniversalCars/UCGOProbePacked		; Box mesh name (packed cargo)
UcDescription 	= UMmu plane	 			; description
ucSpawnModule	= UMMUPLANE				; name of vessel config to spawn once cargo released.
ucSpawnDelay	= 0					; delay in seconds of module spawning after cargo release (max 600)
ucSpawnCondition= 3					; 0=Landed 1=Not landed 2=Always 3=unpack by UMmu
 

Ross

New member
Joined
Sep 13, 2010
Messages
60
Reaction score
0
Points
0
Awesome Woo482...you are the man. I knew there was a way to do it...I guess I was just looking at the original UMMUPlane config (not the one in the box). But thank you again. I think all of your add-ons are spectacular and thank you for all of your work and the work of all of the other developers :):thumbup:
 
Top