[Donion][2.0.58] Bots each repeat one sound in a loop
Posted: Sat Jun 28, 2025 11:29 am
Hi, in my mod, I'm replacing the sounds of bots with random speech sounds.
https://mods.factorio.com/mod/Age_of_Em ... _soundpack
Attached: 4 short videos showing the problem
I did several test to isolate the problem.
For example, I made data.raw["logistic-robot"]["logistic-robot"].charging_sound = nil
I tried messing with every setting in working_sound (fade_in_ticks, max_sounds_per_prototype, probability, aggregation...),
The problem
probability works on an individual level (if I put it to like 1/1200, when I have one bot, it only speaks once every 20s)
but the same sounds are repeated when they're in a group
I tried changed working_sound to this barebone definition, with only 2 sounds
{sound = {variations = {
{sound1}, {sound2}
}}}
I then notice one bot just repeats the same sound over and over.
The linked videos show mostly base settings with the content of working_sound.sound and charging_sound.sound replaced with my own sounds, but I could not change the behavior of repeated sound when they're in a group, no matter what I changed.
Note that I found this similar issue, but it's marked as solved.
(I hope that's clear enough, that's pretty hard to test bot sounds as a player)
viewtopic.php?p=651406&hilit=robot+sound#p651406
https://mods.factorio.com/mod/Age_of_Em ... _soundpack
Attached: 4 short videos showing the problem
I did several test to isolate the problem.
For example, I made data.raw["logistic-robot"]["logistic-robot"].charging_sound = nil
I tried messing with every setting in working_sound (fade_in_ticks, max_sounds_per_prototype, probability, aggregation...),
The problem
probability works on an individual level (if I put it to like 1/1200, when I have one bot, it only speaks once every 20s)
but the same sounds are repeated when they're in a group
I tried changed working_sound to this barebone definition, with only 2 sounds
{sound = {variations = {
{sound1}, {sound2}
}}}
I then notice one bot just repeats the same sound over and over.
The linked videos show mostly base settings with the content of working_sound.sound and charging_sound.sound replaced with my own sounds, but I could not change the behavior of repeated sound when they're in a group, no matter what I changed.
Note that I found this similar issue, but it's marked as solved.
(I hope that's clear enough, that's pretty hard to test bot sounds as a player)
viewtopic.php?p=651406&hilit=robot+sound#p651406