MantisBT - Zandronum | |||||
View Issue Details | |||||
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). | ||||
Steps To Reproduce | |||||
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 | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|