Anonymous | Login | Signup for a new account | 2025-07-27 12:33 UTC | ![]() |
My View | View Issues | Change Log | Roadmap | Zandronum Issue Support Ranking | Rules | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001497 | Zandronum | [All Projects] Bug | public | 2013-09-10 16:58 | 2014-06-14 17:56 | ||||
Reporter | Qent | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Microsoft | OS | Windows | OS Version | XP/Vista/7 | ||||
Product Version | 1.2 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001497: Possibly incompatibility of GetTeamScore | ||||||||
Description | GetTeamScore does not work at all when compiled with ACC 1.54 out of the box, because that zspecial.acs uses -19260 instead of -19620 for that function (it works if you edit zspecial.acs). | ||||||||
Additional Information | According to'http://downloads.zdaemon.org/zdaemon.acs [^]' (reproduced below), we (and ZDoom) have the correct number for this function. However, Dusk pointed out the possibility that this is deliberate misinformation, so the best way to verify is to find an actual ZDaemon mod that uses GetTeamScore: //************************************************************************** //** //** zdaemon.acs //** //** Definitions for ZDaemon specific ACS scripts //** //************************************************************************** //** //** Usage for Doom Builder 2: //** //** - Put zdaemon.acs to your "...\Doom Builder 2\Compilers\ZDoom" folder. //** - Edit acc.cfg in the same folder and add: zdaemon = "zdaemon.acs"; //** to the "zdoom_acc {...}" section. //** //** Example: //** zdoom_acc //** { //** interface = "AccCompiler"; //** program = "acc.exe"; //** zcommon = "zcommon.acs"; //** zdefs = "zdefs.acs"; //** zspecial = "zspecial.acs"; //** zwvars = "zwvars.acs"; //** zdaemon = "zdaemon.acs"; //** } //** //************************************************************************** // ZDaemon ACSF Functions --------------------------------------------------- special -19620:GetTeamScore(1), -19621:SetTeamScore(2); // ZDaemon Teams ------------------------------------------------------------ //#define TEAM_BLUE 0 //Already defined in zdefs.acs //#define TEAM_RED 1 //Already defined in zdefs.acs #define TEAM_GREEN 2 #define TEAM_WHITE 3 // ZDaemon Weapons ---------------------------------------------------------- //#define T_RAILGUN 164 //Already defined in zdefs.acs | ||||||||
Attached Files | |||||||||
![]() |
|
Dusk (developer) 2013-09-10 20:54 |
Quote Don't put words in my mouth, I never said it outright was that. I'm just skeptical of anything that comes from ZDaemon considering its background. I wouldn't be surprised if it were misinformation, but that doesn't mean it really is misinformation. |
Qent (updater) 2013-09-10 22:26 |
Excuse me, but I never said that you said it outright was that. I said you "pointed out the possibility," which means there is a possibility that it's true and you simply made me aware of that possibility.Quote If you still think that my summary of your statements was incorrect, then please let me know. Otherwise, please "don't put words in my mouth." |
Dusk (developer) 2013-09-11 08:56 |
.. ouch, misread. Sorry. |
Watermelon (developer) 2014-06-14 17:56 |
We SHOULD have this in now. If not I'll reopen. |
This issue is already marked as resolved. If you feel that is not the case, please reopen it and explain why. |
|
Supporters: | No one explicitly supports this issue yet. |
Opponents: | No one explicitly opposes this issue yet. |
![]() |
|||
Date Modified | Username | Field | Change |
2013-09-10 16:58 | Qent | New Issue | |
2013-09-10 20:54 | Dusk | Note Added: 0007157 | |
2013-09-10 22:26 | Qent | Note Added: 0007158 | |
2013-09-11 08:56 | Dusk | Note Added: 0007161 | |
2014-06-14 17:56 | Watermelon | Note Added: 0009336 | |
2014-06-14 17:56 | Watermelon | Status | new => closed |
2014-06-14 17:56 | Watermelon | Resolution | open => fixed |
Copyright © 2000 - 2025 MantisBT Team |