MantisBT - Zandronum
View Issue Details
0001009Zandronum[All Projects] Bugpublic2012-09-03 21:472018-09-30 20:19
Qent 
Blzut3 
normaltweakalways
closedfixed 
MicrosoftWindowsXP/Vista/7
1.0 
1.11.1 
0001009: Zandronum comes with the wrong announcer as default
From what I've heard, the ACG announcer was meant to be the alternate announcer, not the default. So just noting that here.
No tags attached.
has duplicate 0001119closed  All Caps Guy announcer is default 
has duplicate 0001224closed  Zandronum still assumes Skulltag announcer is default. 
Issue History
2012-09-03 21:47QentNew Issue
2012-10-13 21:33DuskRelationship addedhas duplicate 0001119
2012-12-22 20:22Blzut3Relationship addedhas duplicate 0001224
2013-01-10 20:03DuskTarget Version => 1.1
2013-01-13 10:18Torr SamahoNote Added: 0005752
2013-01-13 10:19Torr SamahoNote Edited: 0005752
2013-01-13 10:19Torr SamahoNote Edited: 0005752bug_revision_view_page.php?bugnote_id=5752#r3163
2013-01-13 10:19Torr SamahoNote Revision Dropped: 5752: 0003161
2013-01-13 10:19Torr SamahoNote Revision Dropped: 5752: 0003162
2013-01-14 19:12Blzut3Note Added: 0005784
2013-01-31 14:03DuskCategorySuggestion => Bug
2013-01-31 14:08DuskNote Added: 0005893
2013-01-31 21:12Blzut3Note Added: 0005895
2013-02-02 16:44Torr SamahoNote Added: 0005917
2013-02-02 16:44Torr SamahoNote Edited: 0005917bug_revision_view_page.php?bugnote_id=5917#r3236
2013-02-02 16:44Torr SamahoNote Revision Dropped: 5917: 0003235
2013-04-08 23:05ArcoNote Added: 0006274
2013-05-01 20:20Blzut3Assigned To => Blzut3
2013-05-01 20:20Blzut3Statusnew => assigned
2013-05-01 20:26Blzut3Note Added: 0006312
2013-05-01 20:26Blzut3Statusassigned => needs testing
2013-06-11 01:44QentNote Added: 0006413
2013-06-11 03:25Blzut3Statusneeds testing => resolved
2013-06-11 03:25Blzut3Fixed in Version => 1.1
2013-06-11 03:25Blzut3Resolutionopen => fixed
2018-09-30 20:19Blzut3Statusresolved => closed

Notes
(0005752)
Torr Samaho   
2013-01-13 10:18   
(edited on: 2013-01-13 10:19)
I agree that the ACG announcer shouldn't be the default one, but actually there is no mechanism to declare any announcer as default announcer. Zandronum just uses the first parsed announcer as default.

As a workaround, we could merge ZanACG.pk3 and ZanGeneric.pk3 into a single file and define the generic announcer in the ANCRINFO lump before the ACG one. Is there any volunteer to do this?

(0005784)
Blzut3   
2013-01-14 19:12   
Actually, as I explained in 0001119, there is a mechanism to set the default manually. Just call the announcer "Default".
(0005893)
Dusk   
2013-01-31 14:08   
How are the announcers versioned? They don't seem to be in the repository. And as blzut mentioned the fix is as simple as changing the name of the announcer to Default. I'd suppose this shouldn't be a very difficult fix? :?
(0005895)
Blzut3   
2013-01-31 21:12   
I would create a duplicate announcer in ANCRINFO named default instead of changing the name. The reason being is I would encourage mod authors, which want to include a special announcer in their mod, to override the default (so users use the mod's announcer unless they explicitly select the normal announcer). Still not a difficult fix either way.
(0005917)
Torr Samaho   
2013-02-02 16:44   
Quote from Blzut3
I would create a duplicate announcer in ANCRINFO named default instead of changing the name.

Good idea. Let's do this.

(0006274)
Arco   
2013-04-08 23:05   
The announcer as-is in the current version needs at least one alternate announcer loaded, but there's another announcer that is analogous to the first one that's loaded. Zandro's default one assumes the job of the loaded announcer, while the external announcer serves nonetheless as a duplicate.
(0006312)
Blzut3   
2013-05-01 20:26   
With the new repository for the resources established. I've created the duplicate default announcer.
(0006413)
Qent   
2013-06-11 01:44   
I tested this by extracting the Zandronum 130512 core into a new directory, getting the announcers from'https://bitbucket.org/Torr_Samaho/zandronum-installer-resources [^]' and the default announcer was correct, so that worked.