Public Beta — This Feedback Tracker is currently in public beta. For most issues, please visit feedback.bistudio.com
Issue Key
State
Access
Public
Project
Creator
Created
Apr 8, 2026
Views
12Attachments
Experimental Version
If modded, list mods
No mods.
Description
This is a continuation from https://report.bistudio.com/projects/arma-reforger/experimental-feedback/AREXP-60
In order to test this issue, you would need to either fix the previous one, or build a base near an area that has supply containers, such as the Industrial compound or Gorey on Everon.
The HQ announcer announces the wrong base callsign when the engineering squad assigned to the task finished construction of the Command Tent. In the provided video, you can both see and hear the announcer saying the name of an already existing base. In my example I've already constructed 1 FOB called Lena, near the airport, and the first base I finished constructing in the video is called "Taiga", but the announcer calls it "Bizon" (which is the MOB name). Then the second constructed base is called "Kordon", but the announcer calls it "Taiga", which is the name of the previous base.
My guess is if the base callsigns are placed in an array and the game is indexing them wrong, the wrong sound file gets associated with the newly built base? Or maybe the game is referencing the last element of the array, before the newly built base gets added to it, thus causing the announcer to chose the previously constructed or captured base. If that's the case, then the code to add the newly built base to the array should run before the code that plays the sound file. Assuming, of course, this is how the game executes the logic for the announcer's voice lines.
ADDITIONAL INFORMATION REGARDING THE UPLOADED VIDEO EXAMPLE:
Since I am playing on the Soviet side I am providing both transcription, transliteration and translation for the announcer's voicelines in chronological order, just in case:
Новая база введена в строй, позывной - «Бизон». Отличная работа! (Novaya baza vvedena v stroy, pozyivnoy «Bizon». Otlichnaya rabota!) - New base has been established, callsign "Bizon". Excellent work!
Новая база введена в строй, позывной - «Тайга». Отличная работа! (Novaya baza vvedena v stroy, pozyivnoy «Taiga». Otlichnaya rabota!) - New base has been established, callsign "Taiga". Excellent work!
You are not signed in. Please sign in to see more details.
Issue Key
State
Access
Public
Project
Creator
Created
Apr 8, 2026
Views
12Attachments