Batfoxkid / Freak-Fortress-2-Rewrite

The gamemode that's now also a standalone boss maker.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
17 stars 7 forks source link

[Bug] sound_intromusic doesn't support section format #162

Closed M60TM closed 5 months ago

M60TM commented 7 months ago

Description and Reproduce

This form does not work.(sound is not playing)

    "sound_intromusic"
    {
        "freak_fortress_2/blabla/intro_event.mp3"
        {
            "time"  "12"
        }
    }

This form works.

    "sound_intromusic"
    {
        "path1" "freak_fortress_2/blabla/intro_event.mp3"
        "time1" "12"
    }