How To: Change Your Bike Sounds

Post anything about MX Simulator here. Please. I'm begging you.
yzmxer608
Posts: 15352
Joined: Mon Dec 29, 2008 4:30 am
Team: SYS
Location: Wisconsin, U.S.A

How To: Change Your Bike Sounds

Post by yzmxer608 »

Creating the File:
To edit the sound of your bike, you will need to make a new file. Create a new text document and name it with the bike's name, or skin name. For example, If the bike skin is called "yz125-2010 Stock-Blue.png", it will try the following files in order:
  • yz125-2010 Stock-Blue.pipeinfo
  • yz125-2010 Stock.pipeinfo
  • yz125.pipeinfo
  • default125.pipeinfo
Make sure to delete the .txt off the end of the file, when you are done it will show as a plain file. It may be easier to do this with Notepad++.

Editing the File:
Once you are done making the file, open it up with a text editor (you can do it with Notepad++, if you don't want to download it, add the .txt back to the end of the file you just made, but make sure to take it back off when you're done editing it).

Inside the file it should look like this (for example):

Code: Select all

pipe 1.75 0.1 0.4 0 0
pipe 2.5 0.3 -0.4 1 15
The first line sets delay line 0 to simulate a 1.75 foot pipe at .4 amplitude.
The second line sets lines 1-15 to simulate a 2.5 foot pipe at -.4 amplitude with the lines covering .3 feet.

The numbers are in the format of:

Code: Select all

pipe 'pipe length' 'line coverage length' 'amplitude' 'start line' 'end line'
Pipe command has two parameters which give the first and last delay lines to affect (the start and end lines). There are 16 delay lines to adjust. Here is an explanation of what the lines do:
jlv [url=http://mxsimulator.com/benchracing3/viewtopic.php?p=158880#p158880]in the snapshot release topic[/url] wrote: Each one echoes the signal back after a delay with the given amplitude. The pipe command divides the length by the speed of sound to get the delay. When you set more than one line at a time, it spreads them out over the distance given by the silencer length which gives you a poor man's low pass filter.
A tip to not have insanely loud/messed up sounds is to make sure the absolute values of the amplitudes (of each 'pipe...' line you have) add up to less than 1. Otherwise it's going to be an amplifier and give you feedback.

If anyone sees anything to change let me know :).
I hope this helped some. Major thanks to jlv, who posted most of the information in this tutorial, I just put it all together.
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
Stiely18
Posts: 12
Joined: Fri Feb 25, 2011 7:21 pm
Team: i ride alone

Re: How To: Change Your Bike Sounds

Post by Stiely18 »

Can you show me what it exactly looks like in the notepad. and what u named it.
yzmxer608
Posts: 15352
Joined: Mon Dec 29, 2008 4:30 am
Team: SYS
Location: Wisconsin, U.S.A

Re: How To: Change Your Bike Sounds

Post by yzmxer608 »

yzmxer608 wrote:pipe 1.75 0.1 0.4 0 0
pipe 2.5 0.3 -0.4 1 15

yz125.pipeinfo
TeamHavocRacing wrote:If I had a nickel for every time someone asked for this, I would have a whole shitload of nickels.
faf111
Posts: 127
Joined: Fri Nov 12, 2010 10:33 pm
Team: Privateer Kawasaki
Location: Long Island, New York

Re: How To: Change Your Bike Sounds

Post by faf111 »

so i wanna change the sound of one of the 2011 kx model bikes...i have my own pipe setup and i just dont get how to make it work..can u help me???... :lol:
Privateer Kawasaki
uh I like dirtbikes
#317
Mona
Posts: 1645
Joined: Thu Jul 31, 2008 6:46 pm
Team: MotoOption

Re: How To: Change Your Bike Sounds

Post by Mona »

Did you even read this tutorial?
yzmxer608 wrote: Create a new text document and name it with the bike's name, or skin name. For example, If the bike skin is called "yz125-2010 Stock-Blue.png", it will try the following files in order:
  • yz125-2010 Stock-Blue.pipeinfo
  • yz125-2010 Stock.pipeinfo
  • yz125.pipeinfo
  • default125.pipeinfo
Name your file "kx250f.pipeinfo" and place it in your personal folder with all of your skins.
faf111
Posts: 127
Joined: Fri Nov 12, 2010 10:33 pm
Team: Privateer Kawasaki
Location: Long Island, New York

Re: How To: Change Your Bike Sounds

Post by faf111 »

Mona wrote:Did you even read this tutorial?
yzmxer608 wrote: Create a new text document and name it with the bike's name, or skin name. For example, If the bike skin is called "yz125-2010 Stock-Blue.png", it will try the following files in order:
  • yz125-2010 Stock-Blue.pipeinfo
  • yz125-2010 Stock.pipeinfo
  • yz125.pipeinfo
  • default125.pipeinfo
Name your file "kx250f.pipeinfo" and place it in your personal folder with all of your skins.
yes i did...thankyou..i tried it but it didnt work the first time
Privateer Kawasaki
uh I like dirtbikes
#317
faf111
Posts: 127
Joined: Fri Nov 12, 2010 10:33 pm
Team: Privateer Kawasaki
Location: Long Island, New York

Re: How To: Change Your Bike Sounds

Post by faf111 »

ok its not working...in my notepad++ file i have /pipe 0.2 0.8 0.9 i saved it as kx250f.pipeinfo put it in my personal folder and it didnt work wat am i doing wrong??????? :|
Privateer Kawasaki
uh I like dirtbikes
#317
Mona
Posts: 1645
Joined: Thu Jul 31, 2008 6:46 pm
Team: MotoOption

Re: How To: Change Your Bike Sounds

Post by Mona »

yzmxer608 wrote: Inside the file it should look like this (for example):

Code: Select all

pipe 1.75 0.1 0.4 0 0
pipe 2.5 0.3 -0.4 1 15
There's not supposed to be the "/" in front of "pipe". It should work once you take that out.
faf111
Posts: 127
Joined: Fri Nov 12, 2010 10:33 pm
Team: Privateer Kawasaki
Location: Long Island, New York

Re: How To: Change Your Bike Sounds

Post by faf111 »

Mona wrote:
yzmxer608 wrote: Inside the file it should look like this (for example):

Code: Select all

pipe 1.75 0.1 0.4 0 0
pipe 2.5 0.3 -0.4 1 15
There's not supposed to be the "/" in front of "pipe". It should work once you take that out.
i took away the / and its still not working...i still have in in the regular form from notepad++...does that matter?
Privateer Kawasaki
uh I like dirtbikes
#317
Zachkx100
Posts: 384
Joined: Thu Feb 17, 2011 5:30 am

Re: How To: Change Your Bike Sounds

Post by Zachkx100 »

What's the actual skin name? Just putting kx250f isn't going to work.
Image

Uploaded with ImageShack.us

Shout out to Dwayne241 for my sig!
BallZach<3
faf111
Posts: 127
Joined: Fri Nov 12, 2010 10:33 pm
Team: Privateer Kawasaki
Location: Long Island, New York

Re: How To: Change Your Bike Sounds

Post by faf111 »

Zachkx100 wrote:What's the actual skin name? Just putting kx250f isn't going to work.
i did it!!!ahhhaa..it took me only 2hrs to figure it out!!!
Privateer Kawasaki
uh I like dirtbikes
#317
jakemx10
Posts: 4
Joined: Wed May 11, 2011 8:03 am
Team: Privateer

Re: How To: Change Your Bike Sounds

Post by jakemx10 »

hey how would i be able to do this for my crf150r bike model ???
KawasakiRider7
Crushed Dissenter
Posts: 345
Joined: Sun Mar 20, 2011 12:40 am
Team: Privateer
Location: Tennessee
Contact:

Re: How To: Change Your Bike Sounds

Post by KawasakiRider7 »

Does anyone know what to name the 2011 Monster Rinaldi...I have tried several things and nothing works :cry:
Here is the bike
http://puremxs.com/Bikes/BikeViewer.aspx?BikeID=757
Skype - MetalHead1671
My Stats

Image
My YouTube Channel
Pin It To Win It - T.P. 199
Privateer Looking For A TEAM
Bloomracing#15
Posts: 56
Joined: Sun Oct 04, 2009 1:40 am

Re: How To: Change Your Bike Sounds

Post by Bloomracing#15 »

wouldnt the bike name be 250 yz-f Rinaldi 2011 or 250 yz-f Rinaldi 2011.saf ?
KawasakiRider7
Crushed Dissenter
Posts: 345
Joined: Sun Mar 20, 2011 12:40 am
Team: Privateer
Location: Tennessee
Contact:

Re: How To: Change Your Bike Sounds

Post by KawasakiRider7 »

apparently not
Skype - MetalHead1671
My Stats

Image
My YouTube Channel
Pin It To Win It - T.P. 199
Privateer Looking For A TEAM
Post Reply