Thrusters

From Cosmoteer Wiki
Jump to navigation Jump to search

Thrusters are the main source of propulsion for ships and stations in Cosmoteer (the other being Hyperdrives). Thrusters come in multiple variants; each successive variant offers more powerful thrust, higher energy requirements, and a larger physical size. In Career, more advanced variants require Blueprints to be purchased before they can be built. Additionally, an Engine Room can be used to provide a performance boost to adjacent thrusters and simplify their power delivery requirements.

Math of thrusters

Thrust in game is measured in kilonewtons (kN), where 1 kN is enough force to accelerate 1000 kg of mass (i.e., 1 tonne) at 1 meter per second per second. In other words, the Small Thruster, having 400 kN of thrust, can accelerate a ship weighing 400 tonnes at 1 meter per second every second, up to its maximum speed. In the world of Cosmoteer, narratively taking place in a soupy nebula, there is a universal drag force that acts as a speed limiter (to keep things like AI calculations simple and allow players to accurately control their ships). This drag is applicable to velocity only (aerodynamics or shape of ship don't matter). For the Steam version,[1] this drag force is

max(speed / 75, 1)^2 * speed * 0.4

This has the functional effect of "if you double the mass of the ship, and simultaneously double the kN of thrust, the ship will have the same top speed," and has the practical effect of a speed limit around 120m/s (though see the M.R.T. section below).

Thruster ramp-up is logarithmic.[2] This means that thrusters accelerate with maximum strength at first, and as you approach the highest speed your ship can reach, their effect gets progressively weaker until the ship stops gaining speed, having reached its top speed.

Modular Rocket Thruster (M.R.T.)

Modular Rocket Thrusters are a special thruster type, introduced in 0.26.0, where rocket extenders can be attached onto a rocket nozzle component to greatly increase thruster performance in exchange for physical space, ramp-up time, and additional power delivery requirements. They function similar in concept to how the Railgun Accelerator Module increases performance of a Railgun.

History

Cosmoteer Modern
0.26.0 M.R.T. Introduced

References

  1. Captain Redstone, dev team, on the Official Discord
  2. Confirmed by the game's developer.