PiBoSo Official Forum

World Racing Series => Mods => Plugins => Topic started by: PiBoSo on February 17, 2013, 06:52:20 PM

Title: Input plugins
Post by: PiBoSo on February 17, 2013, 06:52:20 PM
It is possible to write a DLL that sends input data to World Racing Series.

The interface can be downloaded at: http://www.worldracingseries.net/?page=downloads

Please note that all function calls are blocking, so control should be returned to simulation as soon as possible to avoid framerate issues.

The plugin must have the file extension renamed to DLI and it must be copied to the "wrs/plugins" directory in World Racing Series installation folder.
Title: Re: Input plugins
Post by: PiBoSo on September 05, 2016, 09:50:02 PM

Source code updated to the latest interface.
Title: Re: Input plugins
Post by: PiBoSo on July 05, 2018, 10:33:01 PM

Please note that, starting with Beta13, output plugins must be compiled for 64 bit.