Re: Changing power of dropship thrusters
That part of the code is just poorly written I'm afraid. Look for this line:
Code:
local power = {14000, 1200, 6000, 24000, 9000, 16000}
The first, second and third values are the power used when accelerating/decelerating sideways. The fourth and fifth value are the downwards force when pressing the up or down button. The last value is the downwards force when no buttons are being pressed.
If you increase the fourth and sixth value, without changing anything else, the transport should be able to carry a heavier load.