rigs-of-rods icon indicating copy to clipboard operation
rigs-of-rods copied to clipboard

Main development repository for Rigs of Rods soft-body physics simulator

Results 210 rigs-of-rods issues
Sort by recently updated
recently updated
newest added

Recent build: 2024.01-dev. On: Debian 12, OpenGL, amdgpu. So I've experienced this on many tracks: Arizona, Auriga, Lone Peak, Outback, f1_testtrack etc. I can start a race with e.g. any...

bug

RoR has a cruise control feature - toggled on/off with the spacebar. However, there is no way of knowing if you have successfully activated it (some vehicles won't let you...

enhancement
GUI

New: `sidelights/headlights/highbeams/foglights` and `cruisecontrol_active`. These were introduced in #2937. `cruisecontrol_active` will be introduced in the future #3113 and when more (difflock, 4wd, etc) get added, we may have to think...

So I added a new var and a slider on GUI for Keyboard Steering Sensitivity, which is simply how fast you steer wheels with keyboard left/right. Default 1.0 is like...

Updated the CPack config to use Inno setup instead of wix, so now CPack will produce a useable installer Now you can also build multiple versions of the installer: -...

In version 2022.12+ command-triggered `add_animation` lines are no longer parsed correctly, showing `Failed to identify animation source` in the log: https://forum.rigsofrods.org/resources/centerline-40t-rigid-neck-lowbed.720/ ![image](https://user-images.githubusercontent.com/46073351/229201545-2e5c5cc4-1157-458c-9f8d-698699e832fc.png) ``` ;Animations 129,131,133,0.0,0.0,0.0,180,0,-90, Centerline40T-flag.mesh add_animation 0.1, -18.0,0.0, source:...

bug

OpenGL lacks a rendering device/display output setting: ![RoR_2023-03-21_12-49-58](https://user-images.githubusercontent.com/46073351/226696290-d34f1a6c-08c0-4e9a-8604-6b7abbf91f99.png) Direct3D9 for comparison: ![RoR_2023-03-21_12-57-02](https://user-images.githubusercontent.com/46073351/226696366-8618f5c6-ad77-40da-a402-a5fc5b680bbb.png) This is a problem for multi-monitor setups as in my case the game window spawns on the wrong...

I managed to build Rigs of Rods on Fedora Core 38 using these versions of source: ogre-v13.6.5 rigs-of-rods-aur (current version) some older version of mygui. The main branch does not...

- Spawn two actors - Press `END` key to pause physics for current actor - Switch to the other actor, previous actor's physics will resume https://github.com/RigsOfRods/rigs-of-rods/assets/46073351/bc072281-e17c-45ce-9133-5c57becf54e8 Also recently noticed the...

The `gear*` sources input 0 or 1 depending on the specific gear. The `autoshifterlin` source works the same as `shifterlin` except it clamps forward gears to 1, so only has...