zandronum's ACC compiler?
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
zandronum's ACC compiler?
Anyone know where I can download it? I need it to use the resetmap() function apparently.
RE: zandronum's ACC compiler?
The compiler is unchanged. Do the stuff that Llewellyn does http://zandronum.com/forum/showthread.p ... 2#pid16652 to zspecial.acs I think.
-
- Zandrone
- Posts: 1244
- Joined: Thu Jun 28, 2012 9:07 pm
- Location: Rwanda
RE: zandronum's ACC compiler?
I think we need our own updated ACC
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: zandronum's ACC compiler?
NEVER MIND! it worked, for future reference you gotta paste
-45:ACS_NamedExecuteAlways(2,5),
-100:ResetMap(0),
-101:PlayerIsSpectator(1),
-102:ConsolePlayerNumber(0),
-103:GetTeamProperty(2),
-19620:GetTeamScore(1), //Zdaemon
-100000:__EndOfList__(10);
On the very bottom, you just gotta replace the last line in zspecial.acs
Here is my zspecial so anyone can use it: http://www.sendspace.com/file/8yq3vi
Btw, i used skulltag's ACC compiler with this not zdooms!
-45:ACS_NamedExecuteAlways(2,5),
-100:ResetMap(0),
-101:PlayerIsSpectator(1),
-102:ConsolePlayerNumber(0),
-103:GetTeamProperty(2),
-19620:GetTeamScore(1), //Zdaemon
-100000:__EndOfList__(10);
On the very bottom, you just gotta replace the last line in zspecial.acs
Here is my zspecial so anyone can use it: http://www.sendspace.com/file/8yq3vi
Btw, i used skulltag's ACC compiler with this not zdooms!
Last edited by Catastrophe on Wed Dec 19, 2012 5:18 pm, edited 1 time in total.
-
- Retired Staff / Community Team Member
- Posts: 2569
- Joined: Sat Jun 02, 2012 2:44 am
RE: zandronum's ACC compiler?
Epic timing, rofl thanks though, hope it helps someone in the future
RE: zandronum's ACC compiler?
I love how you guys both copied my "//Zdaemon" comment.
Last edited by Llewellyn on Wed Dec 19, 2012 5:26 pm, edited 1 time in total.