• Welcome to Kart Racing Pro Official Forum. Please login or sign up.
 
April 19, 2024, 03:16:28 PM

News:

Kart Racing Pro release13e available! :)


Problem plugin beta 12

Started by esiea, January 05, 2015, 12:36:06 PM

Previous topic - Next topic

esiea

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 ??


esiea

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!

PiBoSo

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.

esiea