• Rigs of Rods 2022.12 has been released! Get it here.
  • Resources listed here are not covered by the GNU GPL, unless indicated otherwise. If you have any questions regarding a resource, please contact the resource author.
'Desperado' Rock Bouncer Buggy

'Desperado' Rock Bouncer Buggy 2020-01-11

Fixes
- Changed stereo sounds to mono
- Added skinzip into the main zip, no longer two files to download
- Added sections to be able to select automatic or manual rear steering
  • Like
Reactions: kd8bcv
Removed the temporary fix for the brakes and flexbody wheels since they are now fixed in version 0.4.8
I accidentally deleted the skinzip with the last update, so I re-uploaded it. I guess I don't fully understand how the repository handles updates.
fb2e6d4873e13a07a9d7fdc83cb22649[1].jpg
There was an issue in the original with it sliding around on a flat surface with the brakes applied. After reading through the original release thread I found a few users that had improved the braking of the vehicle (I still have minor issues). I have included this into the updated file, otherwise the code for the fixes and their authors are as follows.

max98
Code:
brakes
3000, 4000

Straubz
Code:
flexbodywheels
;radius, rimradius, width, rays, n1, n2, ref-n, braked, propulsed, force-n, weight, tire-spring, tire-damp, rim-spring, rim-damp, rim-orientation, rim-mesh, ;tire-mesh
0.545,   0.20, 0.30,  12,  31,  29, 9999, 1, 1,  2, 45.0, 70000.0, 550.0, 600000, 450, l, DesperadoRim.mesh DesperadoTyre.mesh
0.545,   0.20, 0.30,  12,  32,  30, 9999, 1, 1,  3, 45.0, 70000.0, 550.0, 600000, 450, r, DesperadoRim.mesh DesperadoTyre.mesh
0.545,   0.20, 0.30,  12,  47,  45, 9999, 1, 1,  18, 45.0, 70000.0, 550.0, 600000, 450, l, DesperadoRim.mesh DesperadoTyre.mesh
0.545,   0.20, 0.30,  12,  48,  46, 9999, 1, 1,  19, 45.0, 70000.0, 550.0, 600000, 450, r, DesperadoRim.mesh DesperadoTyre.mesh
Back
Top