• Welcome to PiBoSo Official Forum. Please login or sign up.
 
March 28, 2024, 02:04:30 PM

News:

World Racing Series beta14 available! :)


2 output plugin interface suggestions

Started by HornetMaX, November 28, 2015, 10:28:17 PM

Previous topic - Next topic

HornetMaX

@PiBoSo, applicable to all sims:

  • In SPluginsRaceTrackPosition_t, it would be nice to have the vehicle's f_Pos on the track (0..1) on top of the X/Y/Z position.
  • It would be nice to have the current setup details passed to the plugins (in RunInit, likely). Maybe instead of classical "binary" format (a C struct), you could go for a more flexible format with 2 strings for each setting, like: [("Fuel", "8L"), ("FrontTyre", "Soft"), ... ]. Not the most compact, but could be a bit easier to handle.