Question UCGO Car Mass

Fabri91

Donator
Donator
Joined
Jun 2, 2008
Messages
2,289
Reaction score
434
Points
98
Location
Valmorea
Website
www.fabri91.eu
Hello, I hope I've posted in the right section:

after some trial and error I managed to make the UCGO lunar rover compatible with the XR2 cargo bay, but when loaded the ship shows a payload mass of 21,5 tons! I'm sure the lunar rover would not be that heavy, more like 400kg.

If possible, I'd like to know if there is a way to edit it's mass? I've looked in its configuration file, but there seems to be no mention of the vehicle's mass?

Thank you for your help!
 
I believe it's hard coded to 21.5 tonnes, adding "Mass = 400", or whatever you want it to weight somewhere in the config file should work though, something like this:
Code:
; CHARACTERISTICS
;-------------------------------------------------------------
MaxSpeed	= 30.0			; Max Speed in kilometers per hours.
EnginePower	= 15.0			; Engine power, make test to adjust.
EngineIsElectric= 1			; 1 if electric (no gears sound) 0 if normal (with gears sound)
BrakeForce	= 20.0			; Brake (slowdown force), make test to adjust.
LateralGrip	= 40.0			; Lateral grip, make test to adjust. Valid value from 5 to 80.
[COLOR="Red"]Mass = 400 ; sets the vessel's mass to 400 KG[/COLOR]
 
It works, thank you very much!
Otherwise it would have been like dragging another empty XR2 to orbit...
 
No Problem :cheers: there's no point of you carrying all that extra mass around :lol:
 
Back
Top