Skip to content

Commit 6aa0aed

Browse files
authored
Add tutorial for creating a Shared game library (#108)
1 parent 257ca61 commit 6aa0aed

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: src/guide.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,14 @@ Overall, trust your judgment and separate where it feels right.
4646

4747
For Steam games, you can create one shared Windows game library that you use between all of your bottles.
4848
This helps keep your game installations detached from your bottle instances,
49-
so you won't have to re-download everything if your bottle mucks up.
49+
so you won't have to re-download everything if your bottle mucks up.
50+
Additionally, this enables your game library to be used with other applications, such as CrossOver.
51+
52+
### Creating a Shared Game Library
53+
54+
1. Create a folder where you'd like to store your games. This can be anywhere, but it's recommended to place it somewhere
55+
like `~/Documents/Steam Library` or `~/Library/Steam Library`.
56+
2. Create a new bottle and install Steam.
57+
3. Open Steam, and navigate to `Steam -> Settings -> Storage`, click on `Local Drive` and click on the `Add Drive` option.
58+
4. In the popup, navigate to the folder you created above, and click Open.
59+
5. Set this drive that you've just added as your default drive.

0 commit comments

Comments
 (0)