Advanced Question Adding RCS to a ship

Chub777

New member
Joined
Dec 2, 2009
Messages
663
Reaction score
1
Points
0
Location
LEO
Is there a way to edit a config file of a spacecraft to add fuel and RCS to it? If yes, how do you do it and what do you edit? Thanks.:thumbup:
 
I don't know about the normal config files, but for sc3 vessels, you have to edit the "Attitude_Thrust" part, and the "Fuel_MASS" part. I may be wrong though, I'm no expert :P
 
I don't know about the normal config files, but for sc3 vessels, you have to edit the "Attitude_Thrust" part, and the "Fuel_MASS" part. I may be wrong though, I'm no expert :P

Thanks but I need RCS on the normal configs.
 
Then I don't know. Let me take a look on these though
 
MaxAttitudeThrust = thrust in newtons. Make sure there is a fuel source. :tiphat:

If you want a reference, Config\Vessels\carina.cfg has nearly everything a config vessel can have, other than docking ports.
 
Add this:

Code:
MaxFuel = 1000
Isp = 90000      ; fuel specific impulse [m/s]
MaxAttitudeThrust = 50000

at the top of the config under the mass. Change them as needed.
 
Sorry, I dunno about these, but try the same parametres, who knows...

EDIT: Semi- :ninja:'d
 
Thanks guys. Let me just test that config...

EDIT: RCS works. Thanks.
 
Last edited:
Back
Top