Jump to content
Sign in to follow this  
Diesel

Gear sound

Recommended Posts

1. How remove BIS standart gear sound ?

2. How change brake degrees?

Share this post


Link to post
Share on other sites
1. How remove BIS standart gear sound ?

2. How change brake degrees?

1.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soundGear[]={Vehicles\truck_gear,db-75,1};

put in cfgvehicles class wink_o.gif

2. i dont know

Share this post


Link to post
Share on other sites
1.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soundGear[]={Vehicles\truck_gear,db-75,1};

put in cfgvehicles class wink_o.gif

Not working rock.gif

Share this post


Link to post
Share on other sites

doh i could i be so stupid crazy_o.gif i just remembered thats only for cars

Share this post


Link to post
Share on other sites

to remove sound gear this should work. Put it in your cfgvehicles class:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

soundGear[]={};

Share this post


Link to post
Share on other sites
to remove sound gear this should work. Put it in your cfgvehicles class:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

soundGear[]={};

No, i still hear BIS sound crazy_o.gif

Share this post


Link to post
Share on other sites

Try:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">soundServo[]={"",1,1};

But I think this makes the flaps not make a noise as well.

You could go for gearRetracting = false, but then you have

to script the AI gear.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×