This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
prpl:setshipthrustmultiplier [2017/03/20 16:06] – Changed the go back link and argument names in notation kajacx | prpl:setshipthrustmultiplier [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
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. | ||
</ | </ | ||