Rigs of Rods is a free/libre soft-body physics simulator mainly targeted at simulating vehicle physics. The soft-body physics system is based on mass-spring-damper theory.
For a simple overview of the features Rigs of Rods provides please refer to doc/Things you can do in Rigs of Rods.pdf
- Windows
- Linux
- Website: https://www.rigsofrods.org/
- Documentation: http://docs.rigsofrods.org/
- Developer Wiki: https://github.com/RigsOfRods/rigs-of-rods/wiki
- Forum: https://forum.rigsofrods.org/
- Mod Repository: https://forum.rigsofrods.org/resources/
- Github: https://github.com/RigsOfRods/rigs-of-rods
- Discord: https://discord.gg/rigsofrods
- doc/
- Translation interface: https://hosted.weblate.org/projects/rigs-of-rods/
$bin - compiled binaries
$res - resources/assets for the game
$user - user-created mods, configuration files, logs, screenshots
Windows:
$bin = source\bin
$res = source\bin\resources
$user = Documents\My Games\Rigs of Rods
Linux:
$bin = source/bin
$res = source/bin/resources
$user = ~/.rigsofrods
Available commands depend on the vehicle you are in. For a graphical overview refer to doc/keysheet.pdf
For an indepth view refer to this Documentation page or $user/config/input.map
Please note that certain vehicles come with their own specific commands not represented in the above sources. In this case see the vehicle's documentation or go to Menu -> Simulation -> Show vehicle description.
Rigs is Rods can also be played with Gamepads, Joysticks, Wheels and other controllers, including support for Force Feedback.
key | effect |
---|---|
arrow keys | move, steer, accelerate, decelarate |
mouse+rightclick | rotate camera |
mousewheel+rightclick | camera zoom |
C | change camera perspective |
T | display vehicle stats |
CTRL+T | show vehicle description |
BACKSPACE | reset vehicle at current location |
I | reset vehicle to spawnpoint |
TAB | show minimap |
ESC | show menu |
A/Z | trucks: shift up/down |
CTRL+HOME | aircrafts: start engine |
Page Up/Down | aircrafts: increase/decrease throttle |
F1/F2 | helicopters: lift up/down |
Print Screen | create screenshot in $user/screenshots folder |
Rigs of Rods only comes with a very small selection of vehicles and terrains. For the best experience download some mods from the Rigs of Rods Mod Repository. The Showroom Subforum may contain additional content not found in the Mod Repository.
If you want to get going quickly have a look at the content packs which can be found in the Mod Repository as well.
- Default location:
$user/config/*
- They are created by Rigs of Rods on first use
- -map <mapname>
- loads map <mapname> on startup. Example:
RoR.exe -map aspen
- note: do not add .terrn2 file format extension
- loads map <mapname> on startup. Example:
- -truck <truckfile>
- loads a truck on startup. Example:
RoR.exe -map oahu -truck semi.truck
RoR.exe -map oahu -truck an-12.airplane
- loads a truck on startup. Example:
- -enter
- enter selected truck by -truck option on startup
- -setup
- displays OGRE3D settings dialog instead of loading settings from ogre.cfg
- -help
- displays help for command line arguments
For instructions refer to BUILDING.md
Copyright (c) 2005-2013 Pierre-Michel Ricordel
Copyright (c) 2007-2013 Thomas Fischer
Copyright (c) 2009-2020 Rigs of Rods Contributors
Rigs of Rods went open source under GPLv2 or later on the 8th of February, 2009.
Rigs of Rods is now licensed under GPLv3 or later:
Rigs of Rods is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
Rigs of Rods is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Rigs of Rods. If not, see <http://www.gnu.org/licenses/>.
- For the full license text see COPYING
- For involved authors see AUTHORS.md
- For licenses of used libraries see DEPENDENCIES.md