1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.36 Bug Reporting thread
    Solutions and more information may already be available.

I have a sound problem (Fixed)

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by Gregory TheGamer, Dec 29, 2015.

Tags:
  1. Gregory TheGamer

    Gregory TheGamer
    Expand Collapse

    Joined:
    Oct 22, 2014
    Messages:
    881
    Hi all,

    I have one .sbeam file where there are currently 4 different sound groups. I want to have a sound for the forced induction system. and that works when I select the supercharger in game, but it only playes the default sound and the supercharger sound, but not the one from the engine it self. At this point I want to have the default sound, supercharger sound and the engine sound playing, but for some reason it doesn't. The one of the engine only works when I deselect the supercharger. I have 4 engines where 3 of them use the same sound and one has it's own sound. where I just talked about is the problem, and that problem happens on all 4 engines.

    induction = supercharger sound
    default = default sound of the vehicle
    leagr = less agressive sound (Less agressive V8 sound)
    veagr = very agressive sound (Pretty agressive V8 sound)
    Code:
    {
      "modifiers":[
        ["name", "source", "factor", "offset", "min", "max"],
        ["engine_throttle", "engineThrottle", 1, 0, 0.4, 1],
      ],
      "sounds":[
          ["group",   "filename",                                      "profile",            "nodeName", "source", "factor", "offset", "minVolume", "minPitch", "maxVolume", "maxPitch", "pitchBlendInStartValue", "pitchBlendInEndValue", "volumeBlendInStartValue",  "volumeBlendInEndValue", "volumeBlendOutStartValue", "volumeBlendOutEndValue", "volumeModifiers",   "pitchModifiers"],
              ["induction", "vehicles/enginesounds/induction.ogg", "AudioDefaultLoop3D", "ENGINE",   "rpm",    1,        0,        0,           1,          0.75,         2,       1000,                     "MAXRPM",                700,                      1000,                    19000,                       19000,                    ["engine_throttle"], []              ],
          ["default", "vehicles/enginesounds/barstow/bar_idle.wav",  "AudioDefaultLoop3D", "ENGINE",   "rpm",    1,        0,        0,           0,          1.3,         7,      0000,                     "MAXRPM",                0000,                      0000,                    1000,                        1300,                     ["engine_throttle"], []              ],
          ["leagr", "vehicles/enginesounds/barstow/bar_highrpm.wav",  "AudioDefaultLoop3D", "ENGINE",   "rpm",    1,        0,        0,           0,          2,         1.7,      0000,                     "MAXRPM",                750,                      1000,                    200000,                        200000,                     ["engine_throttle"], []              ],
          ["veagr", "vehicles/enginesounds/new_v8/gto.ogg",  "AudioDefaultLoop3D", "ENGINE",   "rpm",    1,        0,        0,           0,          2,         1.7,      0000,                     "MAXRPM",                750,                      1000,                    200000,                        200000,                     ["engine_throttle"], []              ],
      ],
    }
    So anyone here, how can I fix this??
     
  2. Gregory TheGamer

    Gregory TheGamer
    Expand Collapse

    Joined:
    Oct 22, 2014
    Messages:
    881
    I think I've fixed it some how?
     
  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