How to create sirens?

Discussion in 'Mod Support' started by B727ClassicFlyer, Nov 25, 2017.

  1. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    I was wondering...is there a tutorial or something to add siren sounds or something? I was looking at a similar thread in this subforum, but it doesn't specify any way to make such mods...

    Anyone care to help a fellow BeamNG player and modder out?
     
  2. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    Might as well bump this...still totally clueless on how to make one...
     
  3. SandwichesANDmilk

    SandwichesANDmilk
    Expand Collapse

    Joined:
    Jul 10, 2016
    Messages:
    1,452
    try looking at the jbeam thats how i learn
     
  4. Instances

    Instances
    Expand Collapse

    Joined:
    Nov 1, 2017
    Messages:
    53
    redacted
     
    #4 Instances, Dec 1, 2017
    Last edited: May 11, 2018
  5. tdev

    tdev
    Expand Collapse
    Developer
    BeamNG Team

    Joined:
    Aug 3, 2012
    Messages:
    3,085
    Its very easy, you create a sound file and put it inside a part with a soundscape section:

    Code:
    {
    "my_sound_mod": {
        "information":{
            "authors":"Your name",
            "name":"Awesome sirens 123"
        },
        "slotType" : "soundscape",
        "soundscape": [
            ["name", "src"],
            ["siren", "art/sound/my_sound_file.ogg"],
        ]
    },
    
    i hope @synsol or @meywue will create a template zip :)
     
    • Informative Informative x 1
  6. Instances

    Instances
    Expand Collapse

    Joined:
    Nov 1, 2017
    Messages:
    53
    redacted
     
    #6 Instances, Dec 1, 2017
    Last edited: May 11, 2018
  7. Instances

    Instances
    Expand Collapse

    Joined:
    Nov 1, 2017
    Messages:
    53
    redacted
     
    #7 Instances, Dec 1, 2017
    Last edited: May 11, 2018
  8. B727ClassicFlyer

    B727ClassicFlyer
    Expand Collapse

    Joined:
    Feb 9, 2013
    Messages:
    2,196
    OK, thanks...now I need to know what the file structure should be since I'm making it into a mod...
     
  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