This page was last updated on 07 November 2019, 1:45AM
Changelogs
Version 1.1
Due to me previously overlooking the fact that TES3MP always sends out StreamMusic script calls to all clients simultaneously, this mod had to be thoroughly redesigned and repurposed. It's now apparent that this mod is not fit to use on large public servers where players tend to wander off to do their own thing, because due to how the engine handles the StreamMusic function, the game would always stream combat music to all players whenever any single player gets into a fight. However, it's still fit to use in coop games where players stick together and do joint activities. Because of these considerations, the mod has been renamed to "Enable Combat Music for TES3MP Coop".
Added the spell ability "CombatMusicSpell", which can be assigned to any player character via the console. The player character who is in possession of this spell ability will control combat music playback for all clients across the server. Only one player should possess the spell at any given time, otherwise the StreamMusic script calls will overlap.
Fixed a bug where the combat music would fail to play if the combat music instigating action occured right after the last combat music playback session had come to an end.