Solved Horn Mod doesn't work

Discussion in 'Mod Support' started by B727ClassicFlyer, Jul 22, 2019.

  1. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,183
    Hello, I have tried making a Grover 1510 Stuttertone horn mod, and yet the horn doesn't show up in the mod selector. What am I doing wrong? Any help would be greatly appreciated.

    File is attached for troubleshooting and viewing of files for help.

    Any help would be greatly appreciated, altering of files is also allowed.
     

    Attached Files:

  2. umustbeloggedintododat

    umustbeloggedintododat
    Expand Collapse

    Joined:
    Feb 16, 2019
    Messages:
    1,381
    Seems like a problem with the slot type.
    It is supposed to be "soundscape_horn" not "soundscape"
    Before:

    Code:
    {
    "Police_Horn_Mod": {
        "information":{
            "authors":"B727ClassicFlyer",
            "name":"Grover 1510 Stuttertone"
        },
        "slotType" : "soundscape",
        "soundscape": [
            ["name", "src"],
            ["horn", "art/sound/Grover1510Stuttertone.ogg"],
        ]
    },
    }
    After:
    Code:
    {
    "Police_Horn_Mod": {
        "information":{
            "authors":"B727ClassicFlyer",
            "name":"Grover 1510 Stuttertone"
        },
        "slotType" : "soundscape_horn",
        "soundscape": [
            ["name", "src"],
            ["horn", "art/sound/Grover1510Stuttertone.ogg"],
        ]
    },
    }
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice