Skip to content
oliver2s edited this page Dec 26, 2013 · 6 revisions

Q: After exporting my game, it will crash on startup

A: Make sure to copy the default.fx from Shade-C to your game's root folder. Also copy D3DCompiler_42.dll , d3dx9_30.dll und d3dx9_42.dll from your acknex installation to your game's root folder. Additionally, you have to create a folder named shadec/tex/ and put the sc_deferredLighting_LUT.dds in there if it isn't already there.

Q: My game crashes when loading a new level

A: Make sure to call sc_destroy(sc_screen_default); before loading a new level. Then, once the new level is loaded, call sc_setup(SHADEC_ULTRA); again to re-enable Shade-C.

Clone this wiki locally