1. Trouble with the game?
    Try the troubleshooter!

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

    Dismiss Notice

Is there a way to just silence the engine noise?

Discussion in 'General Discussion' started by SilencedPotato, Nov 25, 2020.

  1. SilencedPotato

    SilencedPotato
    Expand Collapse

    Joined:
    Oct 29, 2017
    Messages:
    2
    I want an """electric""" Automation car in Beam, and I tried just deleting the engine sound sample name in the .jbeam file, but the car caused errors and wouldn't spawn. How would I go about making the engine completely silent without destroying my ability to use it?
     
  2. NOCARGO

    NOCARGO
    Expand Collapse

    Joined:
    Apr 1, 2019
    Messages:
    1,514
    Instead of deleting the sample name just give it a typo like adding or removing a letter, that will silence the sound without errors.
     
  3. SilencedPotato

    SilencedPotato
    Expand Collapse

    Joined:
    Oct 29, 2017
    Messages:
    2
    Thanks! That did it.
     
  4. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Comments also work, without breaking the soundConfig (which probably causes console errors!).

    Wrap up the original soundConfig block of code between multi-line comment markers (/* and the beginning and */ at the end), the whole commented portion of code simply won't be parsed.

    Like this:
    Code:
        /*
        "soundConfig":{
        ...
        ...
        ...
        },
        */
    
     
  5. CaptainZoll

    CaptainZoll
    Expand Collapse

    Joined:
    Nov 10, 2016
    Messages:
    2,985
    won't that just revert it to the old default sound though?
     
  6. Deleted member 160369

    Deleted member 160369
    Expand Collapse
    Guest

    Is the old sound still in game?

    Well, then, in that case, he can simply switch to the "silent" soundConfig used by other electric vehicles:
    Code:
    "sampleName":"ElectricMotor"
     
    • Agree Agree x 3
  7. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,062
    There are 2 electric motor sounds in the game: electricMotor and electricMotorV2, use these. But if you want a completely silent vehicle (with many console errors) then use the old broken diesel sound from who knows how many years ago that doesn't work and makes the car silent.
     
  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