1. #1

    I want to make the bike sound different

    Hi everyone, I'm building a track called "Eco-Friendly" and i want to replace the engine noise with an electric buzz noise ive found. I also want to make the tone of the sound increase with relation to bike speed or velocity.
    I've tried a curved data source with an object info linked to the pitch of the sound source and thats tied to a state event and interval trigger.

    I have some experience of building on evo but not much success with the technical stuff.

    looking forward to hearing your comments

    Thanks
    Share this post

  2. #2
    mutetus's Avatar Trials Developer
    Join Date
    Dec 2013
    Location
    The land of fin.
    Posts
    859
    You could try experimenting with angular velocity values using the object info data source with the back wheel, multiplying or dividing the result and using that value in a variable data source with interpolation.
    Share this post

  3. #3
    ok ill try that... what exactly do you mean by interpolation?
    Share this post

  4. #4
    Originally Posted by elCamsterino Go to original post
    ok ill try that... what exactly do you mean by interpolation?

    i realise that was dumb question.... just tried it and open the vds menu. interpolate
    Share this post

  5. #5
    Limit1997's Avatar Member
    Join Date
    Mar 2014
    Location
    England
    Posts
    104
    Hook up a game variable datasource (Bike velocity, or Gas control, or as muteus said a object info data source) to a two value operator* as the first value ( guide for operation and second value value below), send that to a variable data source (interpolating), attach the speed boat sound source (looping) to the bike, and in the settings, where is says parametres, turn water down to 0, then press Y whilst over throttle and select the variable data source as the throttle value.

    * Two value operator:

    Bike velocity: Divide bike throttle amount by 200

    Gas control value: Times by 10 or 14 ( 10 only makes it to throttle amount; 70)

    Optional: add ten (requires second operator) so bike makes idle whirring noise.
    Share this post

  6. #6
    Sounds like you copied that from a tutorial because he said he's using a buzz sound, not a motorboat :P.
    This method will adjust the pitch of the sound based on movement speed of the bike. If the bike speeds up while traveling in the air, the sound will work as if you were still on the ground as it's the speed the bike is physically moving.

    I would just link the bike to an Object Data Source, set to Speed. Then a 2-Input with
    Slider = Divide
    Value1 = Object Data Source
    Value2 = some number you figure out. This number will lower the speed value as it is in the thousands, perhaps 250?

    Then the Sound Looping's Pitch or loudness to the 2-Input

    If you want it to only be affected while on the ground, add 1x Variable Data Source, 1x Set Variable Event and 1x Hit Trigger.
    Hit Trigger:
    TARGET1 = INCLUDE, The bike's rear tire
    TARGET2 = INCLUDE, everything except water
    ACTIVE > Set Value = 2-Input > VDS

    Then link the Sound Looping to the VDS instead of the 2-Input. It will only update the sound pitch if the bike's rear tire is touching something.
    Share this post

  7. #7
    Limit1997's Avatar Member
    Join Date
    Mar 2014
    Location
    England
    Posts
    104
    I don't know why you got the impression I used a tutorial. The reason I said use a motorboat noise is because it sounds like an electric motor when you turn the water off, and I mis-read what elCamsterino originally put; I didn't realise they already picked out a sound. =P
    Share this post

  8. #8
    Originally Posted by mutetus Go to original post
    You could try experimenting with angular velocity values using the object info data source with the back wheel, multiplying or dividing the result and using that value in a variable data source with interpolation.

    Exactly what I was thinking... LMAO!!!
    Share this post

  9. #9
    Thanks everyone... looks like ive got my work cut out! i'll have a crack at that tonight and post up if i have any success

    strange thing.... opened the sound looping menu and found 3 electric motor sounds... all silent!!?
    whats going on with that/ i can only assume either one would have been great for my track
    Share this post

  10. #10

    thanks dudes!!

    sweet.... got a working prototype already!

    to any noob builders out there, dont be put off its not as hard as it first seems

    not when the trials community is there to help
    Share this post