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
@@ -117,7 +117,7 @@ If you experience bugs or errors please try the native version and see if that f
117
117
### How can I help/contribute?
118
118
If you are a coder, you are very welcome! You can fork this repo and then create a pull request.
119
119
120
-
To check formats and errors of code before run the code:
120
+
To check formats and errors of code before running the code:
121
121
122
122
```shell
123
123
cargo fmt
@@ -148,4 +148,4 @@ Nope, please don't, donate it to your favorite charity instead, and if you don't
148
148
This project is dual license MIT or Apache 2.0 , it is up to you. In short, you can do what you want with this project, but if in doubt read the license files.
149
149
150
150
## What is up with the name BoilR?
151
-
This tool turns things into Steam, therefor boiler, And it is written in **R**ust so therefor: BoilR
151
+
This tool turns things into Steam, therefore boiler, And it is written in **R**ust, so therefore: BoilR
Copy file name to clipboardexpand all lines: configuration.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Configuration
2
2
3
3
The tool reads its configuration from a `config.toml` file. If it cannot find one, it will create a default one on its first run.
4
-
You can either manually edit this file or use the UI version to changing the configurations.
5
-
Most people will not need to change the configuration and BoilR can find different launchers without problem.
4
+
You can either manually edit this file or use the UI version to change the configurations.
5
+
Most people will not need to change the configuration and BoilR can find different launchers without problems.
6
6
7
7
Here is a simple example of how to write the config file:
8
8
@@ -16,7 +16,7 @@ And here is a full example of all configuration options:
16
16
```toml
17
17
18
18
[epic_games]
19
-
enabled=true#On windows this is default true, on linux default false
19
+
enabled=true#On Windows this is default true, on Linux default false
20
20
location="C:\\ProgramData\\Epic\\EpicGamesLauncher\\Data\\Manifests"#If this value is not defined, the tool will try to find it automatically (only windows). If it can't find it, it will fail and tell you.
21
21
create_symlinks = true#Only for Linux, To get around a bug in steam where paths can not contain spaces, BoilR creates symlinks in ~/.boilr/link and uses those.
22
22
@@ -35,7 +35,7 @@ create_symlinks = true #Only for Linux, To get around a bug in steam where paths
35
35
36
36
[origin]
37
37
enabled=true
38
-
location="C:\\ProgramData\\Origin"#If this value is not defined, "%PROGRAMGDATA%origin" will be used on windows, and HOME/Games/origin/drive_c/ProgramData/Origin/ on linux.
38
+
location="C:\\ProgramData\\Origin"#If this value is not defined, "%PROGRAMDATA%\\Origin" will be used on Windows, and HOME/Games/origin/drive_c/ProgramData/Origin/ on Linux.
39
39
40
40
[gog]
41
41
enabled=true
@@ -45,8 +45,8 @@ wine_c_drive="/home/username/Games/gog-galaxy/drive_c" #Only for Linux, Is manda
45
45
46
46
[steam]
47
47
location="C:\\Program Files (x86)\\Steam\\"#If this value is not defined, the tool will try to find it automatically. If it can't find it, it will fail and tell you.
48
-
optimize_for_big_picture=false#Set icons to wide images, that big picture mode will use. This will make the icons have a wrong ratio in desktop mode, but will improve the look in big picture mode
49
-
create_collections=false#Will try to create a steam collection for each platform
48
+
optimize_for_big_picture=false#Set icons to wide images that Big Picture mode will use. This will make the icons have a wrong ratio in desktop mode but will improve the look in Big Picture mode
49
+
create_collections=false#Will try to create a Steam collection for each platform
50
50
51
51
[steamgrid_db]
52
52
enabled = true#If false, the whole download of custom art will be skipped.
@@ -55,7 +55,7 @@ prefer_animated = false #If true, animated images will be prefered over static i
55
55
```
56
56
57
57
58
-
## No Vsync
59
-
BoilR runs with Vsync Enabled, to limit its resource use.
60
-
This can be a problem for some setups that run Linux, Wayland and Nvidia (but not all).
61
-
If BoilR just crashes when you start it, try to add `--no-vsync` as an argument when you launch boilr.
58
+
## No VSync
59
+
BoilR runs with VSync enabled to limit its resource use.
60
+
This can be a problem for some setups that run Linux, Wayland, and Nvidia (but not all).
61
+
If BoilR just crashes when you start it, try to add `--no-vsync` as an argument when you launch BoilR.
0 commit comments