to many PATHS (shade-c EVO)

Posted By: Blobfist

to many PATHS (shade-c EVO) - 05/02/18 11:53

Hello everybody!

I decided to play around with shade-c and failed at step 1, implicating shade-c... tongue

The moment I add all necessary scripts:
Code:
//include Shade-C
#define PRAGMA_PATH "shadec"
#include "shade-c.h"

#include "common.h"




I get the following errors:


And here are all the PATHs included in my project:


Everything works perfect before including shade-c.
But the moment I try to add shade-c, the engine decides, that life is to handle and commits suicide.
I couldn't find anything about this specific, unfortunate series of engine suicides in the manual.

Or, have I in actuality committed murder through negligently implantations?! shocked

Posted By: 3run

Re: to many PATHS (shade-c EVO) - 05/02/18 12:08

Hi.

Open shade-c.h and you'll be surprised that it has dozens of paths there too.. Acknex doesn't really like too many paths/folders. I would recommend you to keep their count to as small as possible. F.e. don't use subfolders like footsteps, weapons etc. After compiling your game into .exe it won't really matter anyway.

Greets.
Posted By: Blobfist

Re: to many PATHS (shade-c EVO) - 05/02/18 13:45

That did the trick!
© 2024 lite-C Forums