Kart Racing Pro Official Forum

Mods => Plugins => Topic started by: esiea on January 05, 2015, 12:36:06 PM

Title: Problem plugin beta 12
Post by: esiea on January 05, 2015, 12:36:06 PM
Hi !

My homemade plugin doesn't work anymore since the beta 12 has been released.

Is there any changes in the structures of the plugin ??
Title: Re: Problem plugin beta 12
Post by: PiBoSo on January 05, 2015, 01:23:04 PM
http://forum.kartracing-pro.com/index.php?topic=6.0
Title: Re: Problem plugin beta 12
Post by: esiea on January 05, 2015, 05:31:29 PM
Between the new output plugin and the previous, we found only two differences : " int m_iEngineCooling " and "int m_aiWheelMaterial[4]" . We added this two parameters in there own structure but the plugin doesn't work. Do you have an idea to help us ? Is there anything else to change in our plugin to make it work with the latest version of KRP?

Thank's!
Title: Re: Problem plugin beta 12
Post by: PiBoSo on January 05, 2015, 06:24:30 PM
Quote from: esiea on January 05, 2015, 05:31:29 PM
Between the new output plugin and the previous, we found only two differences : " int m_iEngineCooling " and "int m_aiWheelMaterial[4]" . We added this two parameters in there own structure but the plugin doesn't work. Do you have an idea to help us ? Is there anything else to change in our plugin to make it work with the latest version of KRP?

Thank's!

GetModDataVersion must return 3.
Title: Re: Problem plugin beta 12
Post by: esiea on January 06, 2015, 02:12:03 PM
THK !!! Plugin works :)