It works! Thanks Chris, it was awesomely running at 22fps at my PC(judging how old my PC is) The latest plugin needs d3dx9_42.dll. And it work with extra edition of 3DGS(I think it should work with all version include free liteC, and free 3DGS).

Originally Posted By: marianschuth
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?


Did you also copied the function CreatePlugins()
Code:
function CreatePlugins()
{
   Create_Bloom(int);
   Create_Shadow();
}



You should also add the other ...Plugins().