It's really awesome! I have only problems to include the shadow plugin beta in my project. With this lines in main:

on_d3d_reset = CreatePlugins;
on_d3d_lost = DestroyPlugins;
render_entities = RenderPlugins;
set_shadow_options();
CreatePlugins();

I have a error: "acknex.exe found a problem and has to end"(free translation from german grin hope you know what I mean) and the error: "crash in CreatePlugins." What did I wrong?

Without this lines it works, but of course the Plugin doesn't work. Could you help me?