prpl:setshipthrustmultiplier

This is an old revision of the document!


<- PRPL reference <- Everything Else 2

SetShipThrustMultiplier

ArgumentsResultNotation
Ship UID, Thrust Multiplier [ i1 f1 - ]

Description

Thrust multiplier is a float number saying how much faster the ship is going. 1 is normal speed, 2 is 2 times faster, 0.5 is half the speed, etc.

When set to 0, the ship will stop moving (it can still rotate normally). However, when set to a negative number, the ship will move in opposite direction than desired, even going off map, so be careful when you set this as a result of some calculation.

This does not affect rotation speed whatsoever, only movement speed.

Examples

<-shipId 2 SetShipThrustMultiplier # make ship go 2x faster
<-shipId 0.5 SetShipThrustMultiplier # make ship go 2x slower
<-shipId -1 SetShipThrustMultiplier # if you want that 1 star rating on your map
prpl/setshipthrustmultiplier.1490021609.txt.gz · Last modified: 2025/02/14 14:56 (external edit)