FFE Thrust/Accel to Elite LM

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

Post Reply
User avatar
Reval
---- E L I T E ----
---- E L I T E ----
Posts: 402
Joined: Thu Oct 29, 2020 3:14 am
Location: At home in the Xexedi Cluster, driving an FE Asp II, Laenina's Flux.

FFE Thrust/Accel to Elite LM

Post by Reval »

I'm hoping this is the right forum under which to post this...

Does anyone know of (or use) a formula for translating Frontier ships' thrust/acceleration to Elite light Mach (LM)?

Or are we forced to pick a baseline value (say, an Adder at 18.1 g/0.24 LM) and extrapolate?

If the latter, I have the following conversions:

Code: Select all

Ship			Th/Acc		Vel/c			Cargo
---------------------------------------------------------------------
Adder			18.1 g		0.24  LM		  40 TC
Anaconda		 6.0 g		0.08  LM		 650 TC
Asp	Explorer	22.2 g		0.29  LM		 120 TC
Boa			 8.0 g		0.11  LM		1300 TC
Cobra 1			16.1 g		0.21  LM		  60 TC
Cobra 3			20.1 g		0.27  LM		  80 TC		
Constrictor		22.0 g		0.29  LM		  90 TC
Fer-de-Lance		??.? g		?.??  LM		???? TC	
Gecko			16.0 g		0.212 LM		  34 TC	
Krait			20.1 g		0.27  LM		  27 TC 
Mamba			??.? g		?.??? LM		???? TC
Moray			14.0 g		0.186 LM		  70 TC
Python			10.0 g		0.133 LM		 400 TC
Sidewinder		23.2 g		0.31  LM		  25 TC
Viper 2			25.2 g		0.334 LM		  52 TC
(grateful if anyone can comment or verify)
Dor 'call me Grocer' Reval (a Xexedian Laver) was always considered a little backward.
User avatar
Cmdr James
Commodore
Commodore
Posts: 1357
Joined: Tue Jun 05, 2007 10:43 pm
Location: Berlin

Re: FFE Thrust/Accel to Elite LM

Post by Cmdr James »

Im pretty sure that there is no exact science to it.
User avatar
Reval
---- E L I T E ----
---- E L I T E ----
Posts: 402
Joined: Thu Oct 29, 2020 3:14 am
Location: At home in the Xexedi Cluster, driving an FE Asp II, Laenina's Flux.

Re: FFE Thrust/Accel to Elite LM

Post by Reval »

Pretty much what I thought (but decided to check, in case) :)

The extrapolation method works quite well:

LM := (FEShipG/FEBaseG) * BaseLM;

So for an Asp Explorer that would be

(22.2/18.1) * 0.24 = 0.294

(wrote a Pascal proggy to list the equivalents out, so can play with the baselines and normalize to Oolite's slowest-fastest range, if required.)
Dor 'call me Grocer' Reval (a Xexedian Laver) was always considered a little backward.
User avatar
stranger
---- E L I T E ----
---- E L I T E ----
Posts: 351
Joined: Thu Apr 05, 2018 5:31 am
Location: Vladivostok, Russia

Re: FFE Thrust/Accel to Elite LM

Post by stranger »

LM (Light Mach) in Oolite is just game speed unit, exactly 1000 mps. So Adder with 0.24 LM max speed has 240 mps speed on full thrust.
Thrust in Oolite really means thrust/mass ratio (acceleration). Adder has thrust 30 and will reach full speed at 8 s (240/30).
User avatar
Reval
---- E L I T E ----
---- E L I T E ----
Posts: 402
Joined: Thu Oct 29, 2020 3:14 am
Location: At home in the Xexedi Cluster, driving an FE Asp II, Laenina's Flux.

Re: FFE Thrust/Accel to Elite LM

Post by Reval »

Thanks for that, stranger. Interesting.

I'm still hoping that your new information doesn't throw out my calculated _relative_ game-speeds for the FE ships I'm proposing to replace the core Oolite/Elite ships with via an OXP...

Provisionally I'll be keeping the existing Oolite thrust-factors, though of course the FE manual gives different ones.

Your further comments welcome.
Dor 'call me Grocer' Reval (a Xexedian Laver) was always considered a little backward.
Post Reply