Using separate bottles for Steam games #652
-
The wiki recommends using separate bottles for each game, but I am curious how this is meant to be done for games downloaded through Steam. Is the recommendation here to download and configure Steam separately in each bottle? Or should there be one Steam bottle, and then downloaded games can be copied into other bottles individually? The Game Support wiki page also has the instructions:
But it's still not clear to me here what "as normal" means. Does this mean install Steam in the new bottle and download the game there? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
I'm wondering the same. I'm new to Wine and never used CrossOver so I'm not sure what to do here. |
Beta Was this translation helpful? Give feedback.
-
same question |
Beta Was this translation helpful? Give feedback.
-
I think what is meant by this is (at least what I've done to get this working) is:
Repeat these steps for each new game. There might be a better way... happy to be corrected with the intended method. |
Beta Was this translation helpful? Give feedback.
-
TL;DR you are recommended to create new bottles for each game, install Steam within, and connect to a unified "drive" that hosts all your games. This way, you can install specific fixes, winetricks, and launch options for each game in a way that doesn't conflict with other games. That being said, having one bottle with Steam also generally works perfectly fine. The method posted by billiamg works, however you don't need to do any configuration with Drives in the Wine configuration. The method that I use is to create a folder somewhere that you'd want to store all your Steam games. My folder is located in After this, I install Steam normally in a Whisky bottle (as in installing Steam without any special tweaks to the bottle), and then open Steam, go to In the popup, navigate to the folder you created above, and click The reason this is particularly useful is that this drive can be used to store games in a place where multiple different bottles can access. This also enables you to create a unified drive that can be accessed from CrossOver, Wineskin (now Kegworks) and more. Additionally, this means that if something goes wrong with your bottle (corruption, Steam breaking, etc) then you can easily delete that bottle and create a new one without having to re-install any of your games. |
Beta Was this translation helpful? Give feedback.
TL;DR you are recommended to create new bottles for each game, install Steam within, and connect to a unified "drive" that hosts all your games. This way, you can install specific fixes, winetricks, and launch options for each game in a way that doesn't conflict with other games. That being said, having one bottle with Steam also generally works perfectly fine.
The method posted by billiamg works, however you don't need to do any configuration with Drives in the Wine configuration.
The method that I use is to create a folder somewhere that you'd want to store all your Steam games. My folder is located in
~/Library/Steam Library
.After this, I install Steam normally in a Whisky bottle (as …