Kari1407 / Starship-Expansion-Project

https://forum.kerbalspaceprogram.com/index.php?/topic/206555-1101-112x-starship-expansion-project-sep-v100-january-23rd-2022/
37 stars 17 forks source link

Rapor Vac Gimpal #41

Closed Matthias32 closed 1 year ago

Matthias32 commented 1 year ago

Hi,

could you please add an option for Vacuum Raptor with gimbal? I have tried to edit the cfg files but somehow it did not work. Or please tell me which lines of code I have to add to make it work.

BR Matthias

SofieBrink commented 1 year ago

Hi there, We most likely will not add a gimballing version of the vacuum raptor to SEP since it isn’t in use in real life nor is it planned to ever be capable of gimballing in real life.

If you want to add gimbal to the engine yourself though, you can do this by adding a module gimbal to it. this would be done in the config file by adding the following:

MODULE { name = ModuleGimbal gimbalTransformName = ThrustTransform gimbalRange = 5 }

Matthias32 commented 1 year ago

Thank you a lot. I will try it.