I'm really really sorry.
I know that this thread already exists around 100 times.
But I read every single of them and tried all solutions but it just doesn't work for me.

So I have a game and then subfolders like "files\\GUI".

Now when I publish my game and i delete all these files from the work folder (but still have them in the files\\GUI folder) it says with every file "Can't open...".

I tried the following:

Making a "main.wdl" (my mainscript is main.c" with this content:
Code:
path "files";
path "files\\Models";
path "files\\GUI";
path "files\\Levels";



or with:

Code:
path "%EXE_DIR%\\files";
path "%EXE_DIR%\\files\\Models";
path "%EXE_DIR%\\files\\GUI";
path "%EXE_DIR%\\files\\Levels";


and also both things each with either "path" or "PATH".

I also tried using "add_folder("files\\GUI");" in main or "add_folder("%EXE_DIR%\\files\\GUI");"

I also tryed PRAGMA_PATH.

Once I tried everything together. It still doesn't work.

I saw in all these threads that the ".wdl" file has to work.

I am 100% sure that everything is written correctly as I copied the folder names and the name of my script.
It really annoys me.

I really hope I did a little stupid mistake that you guys see in my codes tongue

Thanks already