- Joined
- Jul 5, 2021
- Messages
- 606
- Reaction score
- 850
- Points
- 108
- Location
- Cislunar Space
- Website
- www.orbiter-forum.com
That’s odd…I tried this and nothing happened:
throttle = GetManualControlLevel(THGROUP_MAIN, MANCTRL_ANYMODE, MANCTRL_ANYDEVICE);
The other way to do it would be set it up the way you had it before using GetThrusterGroupLevel(), but change how the dummy thruster is created. When you create the dummy thruster, set it’s propellant resource to something valid (not NULL), set it’s ISP to a massive number, and set it’s maximum thrust to something tiny like 0.001 so it works like a thruster but won’t affect the flight model.