This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
prpl:setshipthrustmultiplier [2017/03/20 14:53] – Added description, notation and examples kajacx | prpl:setshipthrustmultiplier [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[.: | + | <- [[.: |
===== SetShipThrustMultiplier | ===== SetShipThrustMultiplier | ||
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | | Ship UID, Thrust Multiplier | | [ i1 f1 - ] | | + | | Ship UID, Thrust Multiplier | | [ int float - ] | |
Line 13: | Line 13: | ||
This does not affect rotation speed whatsoever, only movement speed. | This does not affect rotation speed whatsoever, only movement speed. | ||
+ | |||
+ | == See Also == | ||
+ | [[.: | ||
=== Examples === | === Examples === | ||
Line 19: | Line 22: | ||
<-shipId 0.5 SetShipThrustMultiplier # make ship go 2x slower | <-shipId 0.5 SetShipThrustMultiplier # make ship go 2x slower | ||
<-shipId -1 SetShipThrustMultiplier # if you want that 1 star rating on your map | <-shipId -1 SetShipThrustMultiplier # if you want that 1 star rating on your map | ||
+ | <-shipId 0 SetShipThrustMultiplier # if you want to create a station | ||
+ | <-shipId -99999 SetShipThrustMultiplier# | ||
+ | #Also helps for that one star rating. | ||
</ | </ | ||