ACC Out Of Date...

General discussion about DRD & website stuff.
User avatar
DoomKrakken
Posts: 7
Joined: Sun Sep 25, 2016 23:54
Contact:

ACC Out Of Date...

Post by DoomKrakken »

Dear DRD Team...

I'm trying to find a version of ACC that can compile KILL scripts, but I can't find any.

Help?

- DoomKrakken
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: ACC Out Of Date...

Post by Rachael »

What OS are you using?
User avatar
DoomKrakken
Posts: 7
Joined: Sun Sep 25, 2016 23:54
Contact:

Re: ACC Out Of Date...

Post by DoomKrakken »

Windows 7 Professional. Why?
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: ACC Out Of Date...

Post by Rachael »

Because there's literally no reason why the one included in GZDB doesn't work for you. Have you tried looking in Compilers\ZDoom?
Blue Shadow
Global Moderator
Global Moderator
Posts: 308
Joined: Sun Aug 29, 2010 6:09

Re: ACC Out Of Date...

Post by Blue Shadow »

From the ZDoom fourms:
DoomKrakken wrote:when I try to get it from the latest build of GZDoom Builder, it still gives me the same error... that it hadn't compiled correctly.
What exactly is the compile error you're getting, and can we see the code you're compiling?
User avatar
DoomKrakken
Posts: 7
Joined: Sun Sep 25, 2016 23:54
Contact:

Re: ACC Out Of Date...

Post by DoomKrakken »

Here's my code:

Code: Select all

script "CasterAutoTaunt" Kill
{
    if(GetCVar("GC_AutoTaunt" == 1) && random(1,8) == 1)
    {
        SetActivatorToTarget(0);
        UseInventory("GuncasterTauntItem");
        Delay(1);
    }
    else terminate;
}

This is the error message:

Code: Select all

Line 99 in file "C:\Program Files (x86)\SLADE\temp\GUNCASTER.acs" ...
C:\Program Files (x86)\SLADE\temp\GUNCASTER.acs:99: Bad script declaration.
> script "CasterAutoTaunt" Kill 
>                             ^
Eruanna wrote:Because there's literally no reason why the one included in GZDB doesn't work for you. Have you tried looking in Compilers\ZDoom?
That was exactly where I looked. I have no idea why it wouldn't work.
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: ACC Out Of Date...

Post by Rachael »

Hmm... when was the last time you updated GZDB? Are you sure this is your only copy, and you haven't inadvertently updated a different copy elsewhere?

I'd ask MaxED if everything's up to date. He might've forgotten to compile a new one. Failing that, I'll compile one myself but it'll take some time to set it up.
User avatar
DoomKrakken
Posts: 7
Joined: Sun Sep 25, 2016 23:54
Contact:

Re: ACC Out Of Date...

Post by DoomKrakken »

I updated it yesterday, using the latest December 2 update. I got it from devbuilds.drdteam.org.
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: ACC Out Of Date...

Post by Rachael »

I cross-compiled this out of Linux. It's direct from the latest Git source.
acc-win-1.55-41-g9845b87.zip
(49.66 KiB) Downloaded 121 times
Haven't really tested it except that it does come up with the command-line options.

This file is special. It's the first time I've ever compiled something with mingw32. Enjoy. :P
User avatar
DoomKrakken
Posts: 7
Joined: Sun Sep 25, 2016 23:54
Contact:

Re: ACC Out Of Date...

Post by DoomKrakken »

Thanks so much! It appears to be compiling now.
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: ACC Out Of Date...

Post by Rachael »

Figured I might as well do zdbsp, too, just because it didn't take much effort to compile it nearly the same way.
Attachments
zdbsp-v1.19-4-g4184ac9.zip
(135.81 KiB) Downloaded 129 times
User avatar
DoomKrakken
Posts: 7
Joined: Sun Sep 25, 2016 23:54
Contact:

Re: ACC Out Of Date...

Post by DoomKrakken »

Just got it. Thanks again! :D
User avatar
Rachael
Developer
Developer
Posts: 3639
Joined: Sat May 13, 2006 10:30

Re: ACC Out Of Date...

Post by Rachael »

You're welcome. :)
Post Reply

Return to “General”