Drox Operative
0 of 0

File information

Last updated

Original upload

Created by

333335

Uploaded by

333335

Virus scan

Safe to use

About this mod

Increases Speed limit from 200 to 400 (you can increase this with consumable thrust boosters still);

Permissions and credits
1) put the downloaded .zip file in "Drox Operative\Expansions\Exp1\Assets"
(if you do not have expansion, put the file in "Drox Operative\Assets")

Vanilla examples:
YourThrustSum(300) / ShipMass(300) = 1.00 => 100 speed
YourThrustSum(100) / ShipMass(50) = 2.00 => 200 speed
YourThrustSum(150) / ShipMass(50) = 3.00 => 200 speed (because capped at 200)

Modded examples:
YourThrustSum(150) / ShipMass(50) = 3.00 => 300 speed
YourThrustSum(200) / ShipMass(50) = 4.00 => 400 speed
YourThrustSum(250) / ShipMass(50) = 5.00 => 400 speed (because capped at 400)