You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,7 +54,12 @@ When your download finishes, follow these steps to launch Rigs of Rods on Linux.
54
54
```bash
55
55
unzip rigs-of-rods-linux.zip
56
56
```
57
-
2. Depending on your graphical interface, you may double-click `RunRoR`
57
+
4. It may not always be necessary, but grant the execute permission to the executable and script run file.
58
+
```bash
59
+
chmod +x ./RoR
60
+
chmod +x ./RunRoR
61
+
```
62
+
3. Depending on your graphical interface, you may double-click `RunRoR` or run from the terminal.
58
63
```bash
59
64
./RunRoR
60
65
```
@@ -74,3 +79,26 @@ The Arch User Repository (AUR) packages can be installed on your Arch Linux syst
74
79
```bash
75
80
paru -S rigsofrods
76
81
```
82
+
## Development Builds
83
+
84
+
If you want to try out the latest changes without waiting for a stable release, you can use the development builds. These builds include new features, bug fixes, and improvements but may also be unstable.
85
+
86
+
!!! warning "Try at your own risk!"
87
+
These builds allow you to experience new changes before they are officially released. These builds are not thoroughly tested, so the chance you may experience crashes, bugs, or other issues is higher than with stable versions. If you encounter problems, consider reporting them on the [Rigs of Rods GitHub issues](https://github.com/RigsOfRods/rigs-of-rods/issues) page.
88
+
89
+
### with itch.io Desktop App <small>recommended</small> { #with-itch-io-desktop-app }
90
+
91
+
Just like the stable release, the development builds are available through the itch.io app. After every code change, the builds are automatically pushed to itch.io and delivered as an optional update for you.
92
+
93
+
[:fontawesome-solid-download: Download Rigs of Rods Experimental](http://rigs-of-rods.sf.net/itch/dev/){ .md-button .md-button--primary }
94
+
95
+
### with itch.io (.zip)
96
+
97
+
If you prefer not to use the the desktop app, you can still download the builds manually.
98
+
99
+
1. Go to the the [Rigs of Rods itch.io build page](https://rigs-of-rods.itch.io/rigs-of-rods-dev).
100
+
2. Download the development builds for Windows or Linux.
101
+
3. Extract the contents to a preferred location.
102
+
4. Run `RoR.exe` (Windows) or `./RunRoR` (Linux) to start the game.
103
+
104
+
Refer to previous sections of this guide for additional guidance on launching the game. If you have any issues with development builds (such as broken links or missing builds) please [refer to this thread](https://forum.rigsofrods.org/threads/ror-development-builds-for-windows-and-linux.696/) on the community forums.
0 commit comments