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
ACC Out Of Date...
-
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: ACC Out Of Date...
What OS are you using?
-
- Posts: 7
- Joined: Sun Sep 25, 2016 23:54
Re: ACC Out Of Date...
Windows 7 Professional. Why?
-
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: ACC Out Of Date...
Because there's literally no reason why the one included in GZDB doesn't work for you. Have you tried looking in Compilers\ZDoom?
-
- Global Moderator
- Posts: 308
- Joined: Sun Aug 29, 2010 6:09
Re: ACC Out Of Date...
From the ZDoom fourms:
What exactly is the compile error you're getting, and can we see the code you're compiling?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.
-
- Posts: 7
- Joined: Sun Sep 25, 2016 23:54
Re: ACC Out Of Date...
Here's my code:
This is the error message:
Code: Select all
script "CasterAutoTaunt" Kill
{
if(GetCVar("GC_AutoTaunt" == 1) && random(1,8) == 1)
{
SetActivatorToTarget(0);
UseInventory("GuncasterTauntItem");
Delay(1);
}
else terminate;
}
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
> ^
That was exactly where I looked. I have no idea why it wouldn't work.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?
-
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: ACC Out Of Date...
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.
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.
-
- Posts: 7
- Joined: Sun Sep 25, 2016 23:54
Re: ACC Out Of Date...
I updated it yesterday, using the latest December 2 update. I got it from devbuilds.drdteam.org.
-
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: ACC Out Of Date...
I cross-compiled this out of Linux. It's direct from the latest Git source.
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.
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.

You do not have the required permissions to view the files attached to this post.
-
- Posts: 7
- Joined: Sun Sep 25, 2016 23:54
Re: ACC Out Of Date...
Thanks so much! It appears to be compiling now.
-
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: ACC Out Of Date...
Figured I might as well do zdbsp, too, just because it didn't take much effort to compile it nearly the same way.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 7
- Joined: Sun Sep 25, 2016 23:54
Re: ACC Out Of Date...
Just got it. Thanks again! 

-
- Developer
- Posts: 3651
- Joined: Sat May 13, 2006 10:30
Re: ACC Out Of Date...
You're welcome. 
