Knuckle Cracker

Particle Fleet => Map Makers, Ship Builders, and Coders => Topic started by: Nicant on March 19, 2017, 09:50:03 PM

Title: Does anyone know the format for the Get/SetThrustMultiplier?
Post by: Nicant on March 19, 2017, 09:50:03 PM
Does anyone know the format for the PRPL commands, GetThrustMultiplier and SetThrustMultiplier? I'm making a custom module that acts like an engine and there appears to be no information about the format of these commands. Any help will be appriciated. :)
Title: Re: Does anyone know the format for the Get/SetThrustMultiplier?
Post by: kajacx on March 19, 2017, 10:06:12 PM
Seems pretty standard from what I could tell:


<-shipId <-speed SetShipThrustMultiplier
<-shipId GetShipThrustMultiplier ->speed


The speed is float number, where 1 means normal speed, 2 is 2x faster and 0.5 is 2x slower.
Title: Re: Does anyone know the format for the Get/SetThrustMultiplier?
Post by: GoodMorning on March 19, 2017, 11:22:27 PM
Would you update the wiki, then? That page is blank.

Nicant, be warned, some attributes don't seem to work for player ships.
Title: Re: Does anyone know the format for the Get/SetThrustMultiplier?
Post by: Nicant on March 20, 2017, 04:53:42 PM
Ah ok thanks everyone! :)