Page 1 of 1

Doom Builder turned on the Resentful Mode

Posted: Mon Jul 02, 2012 7:34 am
by Zeberpal
I recently got a problem with my Doom Builder, specifically when i'm attempting to test my map.

If I press TEST map button, without looking into map's script before it (F10) it launches test fine. But when i'm even just open script window, it always gives me this error below when i'm attempt to test after that.

Code: Select all

Couldn't find include file  "./core/redrum.acs"
./core/redrum.acs is located in ACS/ of pk3.

It started bitching when i changed gamemod resource file to a newer version. When this error finally made me mad, i changed the resource file back to the older version, but this stupidity now appeared with that resource too D:

Now I'm stuck and can't map anyhow :cry:

Is there any possibility to ignore errors when attempt to test?
I really hope Codeimp though about such a cases.
If no what could be the problem, how do you think? :sad:

RE: Doom Builder turned on the Resentful Mode

Posted: Mon Jul 02, 2012 8:05 am
by Dark-Assassin
Try using this.

Code: Select all

#include 'ACS/core/redrum.acs'

RE: Doom Builder turned on the Resentful Mode

Posted: Mon Jul 02, 2012 8:54 am
by Zeberpal
No effect :(

Hmm, I think it's my buggy Doom Builder, I created dummy wad with the same compiled scripts ( since I though it's the path he can't find) and still no effect.

RE: Doom Builder turned on the Resentful Mode

Posted: Fri Jul 06, 2012 7:03 am
by Theshooter7
Here is what you need to do:

First off, make sure it's "#import ./core/redrum.acs", not #include.

Second, take the WDI sources, and find the ACC directory in your Doom Builder 2 folder.

Place the WDI sources in that folder with the same directory paths and everything. This should fix your problem. So for example, your ACC folder in your DB2 directory should list files like this:

[Folder] core
acc.exe
zcommon.acs
...
...

and inside the core folder, should be:
redrum.acs
...
...

etc.

RE: Doom Builder turned on the Resentful Mode

Posted: Fri Jul 06, 2012 1:07 pm
by Zeberpal
Thanks for reply.
At first I didn't found an "ACC" folder, however there were acc.exe and zcommon.acs in the DB2/compilers/skulltag folder, so i put CORE in there. No effect.
Then i created an ACC folder in DB2 folder, copied everything(icluding core) from compilers/skulltag to that folder. Same. dammit

[spoiler]Image[/spoiler]

RE: Doom Builder turned on the Resentful Mode

Posted: Fri Jul 06, 2012 6:37 pm
by Theshooter7
Whoops, I made a bit of a mistake.

You should actually put the core folder (and its contents) in the directory with the map wad you are working on. Because #import reads from the wad's location, not ACC.

RE: Doom Builder turned on the Resentful Mode

Posted: Sat Jul 07, 2012 1:08 pm
by Zeberpal
Oh geez, I can't believe but it's working! Thaaanks1