How to download games for Steam for another platform?
How can I download games from Steam for an operating system that the game doesn't run on?
For instance, I want to download a game for Windows to run it in a VM, but it says that the game is not available for my platform.
When I try other methods to install it, it opens a small window and says that the game is not available for my platform.
games steam virtualization
add a comment |
How can I download games from Steam for an operating system that the game doesn't run on?
For instance, I want to download a game for Windows to run it in a VM, but it says that the game is not available for my platform.
When I try other methods to install it, it opens a small window and says that the game is not available for my platform.
games steam virtualization
1
I feel like you'd be best off probably just installing steam on the VM, however VMs aren't known for their gaming capability.
– Ian
Jul 21 '15 at 19:05
Install syeamos as your default operating system
– Zviad Gabroshvili
Jul 21 '15 at 19:19
@ian Thats not exactly a problem. On a macbook i had a full vm (completely mimicked windows) and the game ran great. Now i have a laptop with better hardware, but i am using wine because i saw some proof the game runs petfectly on it, however i buyed it via steam. As wine only runs a single programm and doesn't have a certain space on the drive for it, i cant run steam in it and install the game in it
– this.foo
Jul 21 '15 at 19:21
@zwiad i dont want a gaming laptop. Partly i work on it, but i spend less time playing games
– this.foo
Jul 21 '15 at 19:23
Some games will also run from steam installed through Wine/PlayOnLinux.
– Takkat
Jul 21 '15 at 19:30
add a comment |
How can I download games from Steam for an operating system that the game doesn't run on?
For instance, I want to download a game for Windows to run it in a VM, but it says that the game is not available for my platform.
When I try other methods to install it, it opens a small window and says that the game is not available for my platform.
games steam virtualization
How can I download games from Steam for an operating system that the game doesn't run on?
For instance, I want to download a game for Windows to run it in a VM, but it says that the game is not available for my platform.
When I try other methods to install it, it opens a small window and says that the game is not available for my platform.
games steam virtualization
games steam virtualization
edited Feb 21 at 4:43
TylerH
1035
1035
asked Jul 21 '15 at 19:03
this.foothis.foo
322316
322316
1
I feel like you'd be best off probably just installing steam on the VM, however VMs aren't known for their gaming capability.
– Ian
Jul 21 '15 at 19:05
Install syeamos as your default operating system
– Zviad Gabroshvili
Jul 21 '15 at 19:19
@ian Thats not exactly a problem. On a macbook i had a full vm (completely mimicked windows) and the game ran great. Now i have a laptop with better hardware, but i am using wine because i saw some proof the game runs petfectly on it, however i buyed it via steam. As wine only runs a single programm and doesn't have a certain space on the drive for it, i cant run steam in it and install the game in it
– this.foo
Jul 21 '15 at 19:21
@zwiad i dont want a gaming laptop. Partly i work on it, but i spend less time playing games
– this.foo
Jul 21 '15 at 19:23
Some games will also run from steam installed through Wine/PlayOnLinux.
– Takkat
Jul 21 '15 at 19:30
add a comment |
1
I feel like you'd be best off probably just installing steam on the VM, however VMs aren't known for their gaming capability.
– Ian
Jul 21 '15 at 19:05
Install syeamos as your default operating system
– Zviad Gabroshvili
Jul 21 '15 at 19:19
@ian Thats not exactly a problem. On a macbook i had a full vm (completely mimicked windows) and the game ran great. Now i have a laptop with better hardware, but i am using wine because i saw some proof the game runs petfectly on it, however i buyed it via steam. As wine only runs a single programm and doesn't have a certain space on the drive for it, i cant run steam in it and install the game in it
– this.foo
Jul 21 '15 at 19:21
@zwiad i dont want a gaming laptop. Partly i work on it, but i spend less time playing games
– this.foo
Jul 21 '15 at 19:23
Some games will also run from steam installed through Wine/PlayOnLinux.
– Takkat
Jul 21 '15 at 19:30
1
1
I feel like you'd be best off probably just installing steam on the VM, however VMs aren't known for their gaming capability.
– Ian
Jul 21 '15 at 19:05
I feel like you'd be best off probably just installing steam on the VM, however VMs aren't known for their gaming capability.
– Ian
Jul 21 '15 at 19:05
Install syeamos as your default operating system
– Zviad Gabroshvili
Jul 21 '15 at 19:19
Install syeamos as your default operating system
– Zviad Gabroshvili
Jul 21 '15 at 19:19
@ian Thats not exactly a problem. On a macbook i had a full vm (completely mimicked windows) and the game ran great. Now i have a laptop with better hardware, but i am using wine because i saw some proof the game runs petfectly on it, however i buyed it via steam. As wine only runs a single programm and doesn't have a certain space on the drive for it, i cant run steam in it and install the game in it
– this.foo
Jul 21 '15 at 19:21
@ian Thats not exactly a problem. On a macbook i had a full vm (completely mimicked windows) and the game ran great. Now i have a laptop with better hardware, but i am using wine because i saw some proof the game runs petfectly on it, however i buyed it via steam. As wine only runs a single programm and doesn't have a certain space on the drive for it, i cant run steam in it and install the game in it
– this.foo
Jul 21 '15 at 19:21
@zwiad i dont want a gaming laptop. Partly i work on it, but i spend less time playing games
– this.foo
Jul 21 '15 at 19:23
@zwiad i dont want a gaming laptop. Partly i work on it, but i spend less time playing games
– this.foo
Jul 21 '15 at 19:23
Some games will also run from steam installed through Wine/PlayOnLinux.
– Takkat
Jul 21 '15 at 19:30
Some games will also run from steam installed through Wine/PlayOnLinux.
– Takkat
Jul 21 '15 at 19:30
add a comment |
4 Answers
4
active
oldest
votes
Valve's SteamCMD does just that. A short and incomplete transcript:
- Download and unpack steamcmd.
- Install 32-bit compatibility libs:
sudo apt-get install lib32gcc1
- Login in the command line:
./steamcmd.sh +@sSteamCmdForcePlatformType windows
. - In the steamcmd:
login <username>
force_install_dir <path>
- Find the app id of the game (it can be found in the game's store page URL:
http://store.steampowered.com/app/<app_id>
). - Download the game:
app_update <app_id>
add a comment |
Steam can also be tricked into downloading games that are unavailable on your platform.
To manually download the app whose id is $APPID
into $INSTALLDIR
, create the file named appmanifest_$APPID.acf
in your steamapps folder (~/.steam/steam/SteamApps
by default) with the following contents:
"AppState"
{
"AppID" "$APPID"
"Universe" "1"
"installdir" "$INSTALLDIR"
"StateFlags" "1026"
}
More information is available at the above link. Other solutions are possible, like using Lutris to manage your game library.
Bingo, this worked a treat. Well done, and thanks!
– sharky
Aug 14 '18 at 14:42
add a comment |
From the Steam website, you can download the Windows version of steam. go here and click the "Windows" link right below the install button.
http://store.steampowered.com/about/
Next, run Windows steam using wine (I'm assuming you have wine installed from your comments). Optional: set WINEPREFIX
to a special path if you want to isolate Steam from other wine apps you run.
export WINEPREFIX=/home/(username)/.wine-steam
wine /home/(username)/Downloads/SteamSetup.exe
You will not be able to see text yet, close the Steam app once it finishes installing and run this command to fix fonts (hat tip to Steam on Wine no text)
wine reg add 'HKCUSoftwareValveSteam' /v DWriteEnable /t REG_DWORD /d 00000000
Now you can run steam normally
wine /home/(username)/.wine-steam/drive_c/Program Files (x86)/Steam/Steam.exe
If you have a hybrid nvidia graphics card like many PC gaming laptops, you will want to use optirun, so do "optirun wine /etc/etc
" or "optirun -b primus wine /etc/etc
"
You might also check out PlayOnLinux
Once a game is installed, you can always launch it directly with wine if you choose, just by using it's exe instead of Steam.exe.
I have followed your instructions step by step, but the games don't load through steam (says that game has started, but no process is running). Also, there is no directory wine-steam
– this.foo
Jul 23 '15 at 11:20
I used .wine-steam in the example - it should be created when you run wine if you set WINEPREFIX in the same terminal. But, you can also just use the default .wine and not bother with that. If the game installs, try running it directly likewine /home/(user)/.wine-steam/drive_c/Program Files (x86)/Steam/steamapps/common/Deus Ex - Human Revolution/dxhr.exe
– Oliver Oberdorf
Jul 23 '15 at 16:44
add a comment |
As of yesterday, (2018-08-21), Valve officially supports downloading windows games on Linux, and allows to play them trough their custom wine-based compatibility layer, Proton. That also include a native implementation of steam services and OpenVR that is used by the applications.
To do so, it is currently needed to:
- opt into the steam client beta (Steam -> Settings -> Account -> In Beta participation change to "Steam Beta Update)
- to play non-whitelisted games and download them, it is necessary to check "Enable Steam Play for all titles" (in Steam -> Settings -> Steam Play)
After this, Steam should allow download any Windows game on Linux. So this is only a partial answer.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f651059%2fhow-to-download-games-for-steam-for-another-platform%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Valve's SteamCMD does just that. A short and incomplete transcript:
- Download and unpack steamcmd.
- Install 32-bit compatibility libs:
sudo apt-get install lib32gcc1
- Login in the command line:
./steamcmd.sh +@sSteamCmdForcePlatformType windows
. - In the steamcmd:
login <username>
force_install_dir <path>
- Find the app id of the game (it can be found in the game's store page URL:
http://store.steampowered.com/app/<app_id>
). - Download the game:
app_update <app_id>
add a comment |
Valve's SteamCMD does just that. A short and incomplete transcript:
- Download and unpack steamcmd.
- Install 32-bit compatibility libs:
sudo apt-get install lib32gcc1
- Login in the command line:
./steamcmd.sh +@sSteamCmdForcePlatformType windows
. - In the steamcmd:
login <username>
force_install_dir <path>
- Find the app id of the game (it can be found in the game's store page URL:
http://store.steampowered.com/app/<app_id>
). - Download the game:
app_update <app_id>
add a comment |
Valve's SteamCMD does just that. A short and incomplete transcript:
- Download and unpack steamcmd.
- Install 32-bit compatibility libs:
sudo apt-get install lib32gcc1
- Login in the command line:
./steamcmd.sh +@sSteamCmdForcePlatformType windows
. - In the steamcmd:
login <username>
force_install_dir <path>
- Find the app id of the game (it can be found in the game's store page URL:
http://store.steampowered.com/app/<app_id>
). - Download the game:
app_update <app_id>
Valve's SteamCMD does just that. A short and incomplete transcript:
- Download and unpack steamcmd.
- Install 32-bit compatibility libs:
sudo apt-get install lib32gcc1
- Login in the command line:
./steamcmd.sh +@sSteamCmdForcePlatformType windows
. - In the steamcmd:
login <username>
force_install_dir <path>
- Find the app id of the game (it can be found in the game's store page URL:
http://store.steampowered.com/app/<app_id>
). - Download the game:
app_update <app_id>
edited Jul 6 '17 at 20:03
answered Dec 15 '15 at 13:44
Victor SergienkoVictor Sergienko
4521616
4521616
add a comment |
add a comment |
Steam can also be tricked into downloading games that are unavailable on your platform.
To manually download the app whose id is $APPID
into $INSTALLDIR
, create the file named appmanifest_$APPID.acf
in your steamapps folder (~/.steam/steam/SteamApps
by default) with the following contents:
"AppState"
{
"AppID" "$APPID"
"Universe" "1"
"installdir" "$INSTALLDIR"
"StateFlags" "1026"
}
More information is available at the above link. Other solutions are possible, like using Lutris to manage your game library.
Bingo, this worked a treat. Well done, and thanks!
– sharky
Aug 14 '18 at 14:42
add a comment |
Steam can also be tricked into downloading games that are unavailable on your platform.
To manually download the app whose id is $APPID
into $INSTALLDIR
, create the file named appmanifest_$APPID.acf
in your steamapps folder (~/.steam/steam/SteamApps
by default) with the following contents:
"AppState"
{
"AppID" "$APPID"
"Universe" "1"
"installdir" "$INSTALLDIR"
"StateFlags" "1026"
}
More information is available at the above link. Other solutions are possible, like using Lutris to manage your game library.
Bingo, this worked a treat. Well done, and thanks!
– sharky
Aug 14 '18 at 14:42
add a comment |
Steam can also be tricked into downloading games that are unavailable on your platform.
To manually download the app whose id is $APPID
into $INSTALLDIR
, create the file named appmanifest_$APPID.acf
in your steamapps folder (~/.steam/steam/SteamApps
by default) with the following contents:
"AppState"
{
"AppID" "$APPID"
"Universe" "1"
"installdir" "$INSTALLDIR"
"StateFlags" "1026"
}
More information is available at the above link. Other solutions are possible, like using Lutris to manage your game library.
Steam can also be tricked into downloading games that are unavailable on your platform.
To manually download the app whose id is $APPID
into $INSTALLDIR
, create the file named appmanifest_$APPID.acf
in your steamapps folder (~/.steam/steam/SteamApps
by default) with the following contents:
"AppState"
{
"AppID" "$APPID"
"Universe" "1"
"installdir" "$INSTALLDIR"
"StateFlags" "1026"
}
More information is available at the above link. Other solutions are possible, like using Lutris to manage your game library.
edited Jun 28 '18 at 20:09
answered Jun 28 '18 at 11:17
MayeulCMayeulC
1465
1465
Bingo, this worked a treat. Well done, and thanks!
– sharky
Aug 14 '18 at 14:42
add a comment |
Bingo, this worked a treat. Well done, and thanks!
– sharky
Aug 14 '18 at 14:42
Bingo, this worked a treat. Well done, and thanks!
– sharky
Aug 14 '18 at 14:42
Bingo, this worked a treat. Well done, and thanks!
– sharky
Aug 14 '18 at 14:42
add a comment |
From the Steam website, you can download the Windows version of steam. go here and click the "Windows" link right below the install button.
http://store.steampowered.com/about/
Next, run Windows steam using wine (I'm assuming you have wine installed from your comments). Optional: set WINEPREFIX
to a special path if you want to isolate Steam from other wine apps you run.
export WINEPREFIX=/home/(username)/.wine-steam
wine /home/(username)/Downloads/SteamSetup.exe
You will not be able to see text yet, close the Steam app once it finishes installing and run this command to fix fonts (hat tip to Steam on Wine no text)
wine reg add 'HKCUSoftwareValveSteam' /v DWriteEnable /t REG_DWORD /d 00000000
Now you can run steam normally
wine /home/(username)/.wine-steam/drive_c/Program Files (x86)/Steam/Steam.exe
If you have a hybrid nvidia graphics card like many PC gaming laptops, you will want to use optirun, so do "optirun wine /etc/etc
" or "optirun -b primus wine /etc/etc
"
You might also check out PlayOnLinux
Once a game is installed, you can always launch it directly with wine if you choose, just by using it's exe instead of Steam.exe.
I have followed your instructions step by step, but the games don't load through steam (says that game has started, but no process is running). Also, there is no directory wine-steam
– this.foo
Jul 23 '15 at 11:20
I used .wine-steam in the example - it should be created when you run wine if you set WINEPREFIX in the same terminal. But, you can also just use the default .wine and not bother with that. If the game installs, try running it directly likewine /home/(user)/.wine-steam/drive_c/Program Files (x86)/Steam/steamapps/common/Deus Ex - Human Revolution/dxhr.exe
– Oliver Oberdorf
Jul 23 '15 at 16:44
add a comment |
From the Steam website, you can download the Windows version of steam. go here and click the "Windows" link right below the install button.
http://store.steampowered.com/about/
Next, run Windows steam using wine (I'm assuming you have wine installed from your comments). Optional: set WINEPREFIX
to a special path if you want to isolate Steam from other wine apps you run.
export WINEPREFIX=/home/(username)/.wine-steam
wine /home/(username)/Downloads/SteamSetup.exe
You will not be able to see text yet, close the Steam app once it finishes installing and run this command to fix fonts (hat tip to Steam on Wine no text)
wine reg add 'HKCUSoftwareValveSteam' /v DWriteEnable /t REG_DWORD /d 00000000
Now you can run steam normally
wine /home/(username)/.wine-steam/drive_c/Program Files (x86)/Steam/Steam.exe
If you have a hybrid nvidia graphics card like many PC gaming laptops, you will want to use optirun, so do "optirun wine /etc/etc
" or "optirun -b primus wine /etc/etc
"
You might also check out PlayOnLinux
Once a game is installed, you can always launch it directly with wine if you choose, just by using it's exe instead of Steam.exe.
I have followed your instructions step by step, but the games don't load through steam (says that game has started, but no process is running). Also, there is no directory wine-steam
– this.foo
Jul 23 '15 at 11:20
I used .wine-steam in the example - it should be created when you run wine if you set WINEPREFIX in the same terminal. But, you can also just use the default .wine and not bother with that. If the game installs, try running it directly likewine /home/(user)/.wine-steam/drive_c/Program Files (x86)/Steam/steamapps/common/Deus Ex - Human Revolution/dxhr.exe
– Oliver Oberdorf
Jul 23 '15 at 16:44
add a comment |
From the Steam website, you can download the Windows version of steam. go here and click the "Windows" link right below the install button.
http://store.steampowered.com/about/
Next, run Windows steam using wine (I'm assuming you have wine installed from your comments). Optional: set WINEPREFIX
to a special path if you want to isolate Steam from other wine apps you run.
export WINEPREFIX=/home/(username)/.wine-steam
wine /home/(username)/Downloads/SteamSetup.exe
You will not be able to see text yet, close the Steam app once it finishes installing and run this command to fix fonts (hat tip to Steam on Wine no text)
wine reg add 'HKCUSoftwareValveSteam' /v DWriteEnable /t REG_DWORD /d 00000000
Now you can run steam normally
wine /home/(username)/.wine-steam/drive_c/Program Files (x86)/Steam/Steam.exe
If you have a hybrid nvidia graphics card like many PC gaming laptops, you will want to use optirun, so do "optirun wine /etc/etc
" or "optirun -b primus wine /etc/etc
"
You might also check out PlayOnLinux
Once a game is installed, you can always launch it directly with wine if you choose, just by using it's exe instead of Steam.exe.
From the Steam website, you can download the Windows version of steam. go here and click the "Windows" link right below the install button.
http://store.steampowered.com/about/
Next, run Windows steam using wine (I'm assuming you have wine installed from your comments). Optional: set WINEPREFIX
to a special path if you want to isolate Steam from other wine apps you run.
export WINEPREFIX=/home/(username)/.wine-steam
wine /home/(username)/Downloads/SteamSetup.exe
You will not be able to see text yet, close the Steam app once it finishes installing and run this command to fix fonts (hat tip to Steam on Wine no text)
wine reg add 'HKCUSoftwareValveSteam' /v DWriteEnable /t REG_DWORD /d 00000000
Now you can run steam normally
wine /home/(username)/.wine-steam/drive_c/Program Files (x86)/Steam/Steam.exe
If you have a hybrid nvidia graphics card like many PC gaming laptops, you will want to use optirun, so do "optirun wine /etc/etc
" or "optirun -b primus wine /etc/etc
"
You might also check out PlayOnLinux
Once a game is installed, you can always launch it directly with wine if you choose, just by using it's exe instead of Steam.exe.
edited Apr 13 '17 at 12:24
Community♦
1
1
answered Jul 21 '15 at 19:53
Oliver OberdorfOliver Oberdorf
43838
43838
I have followed your instructions step by step, but the games don't load through steam (says that game has started, but no process is running). Also, there is no directory wine-steam
– this.foo
Jul 23 '15 at 11:20
I used .wine-steam in the example - it should be created when you run wine if you set WINEPREFIX in the same terminal. But, you can also just use the default .wine and not bother with that. If the game installs, try running it directly likewine /home/(user)/.wine-steam/drive_c/Program Files (x86)/Steam/steamapps/common/Deus Ex - Human Revolution/dxhr.exe
– Oliver Oberdorf
Jul 23 '15 at 16:44
add a comment |
I have followed your instructions step by step, but the games don't load through steam (says that game has started, but no process is running). Also, there is no directory wine-steam
– this.foo
Jul 23 '15 at 11:20
I used .wine-steam in the example - it should be created when you run wine if you set WINEPREFIX in the same terminal. But, you can also just use the default .wine and not bother with that. If the game installs, try running it directly likewine /home/(user)/.wine-steam/drive_c/Program Files (x86)/Steam/steamapps/common/Deus Ex - Human Revolution/dxhr.exe
– Oliver Oberdorf
Jul 23 '15 at 16:44
I have followed your instructions step by step, but the games don't load through steam (says that game has started, but no process is running). Also, there is no directory wine-steam
– this.foo
Jul 23 '15 at 11:20
I have followed your instructions step by step, but the games don't load through steam (says that game has started, but no process is running). Also, there is no directory wine-steam
– this.foo
Jul 23 '15 at 11:20
I used .wine-steam in the example - it should be created when you run wine if you set WINEPREFIX in the same terminal. But, you can also just use the default .wine and not bother with that. If the game installs, try running it directly like
wine /home/(user)/.wine-steam/drive_c/Program Files (x86)/Steam/steamapps/common/Deus Ex - Human Revolution/dxhr.exe
– Oliver Oberdorf
Jul 23 '15 at 16:44
I used .wine-steam in the example - it should be created when you run wine if you set WINEPREFIX in the same terminal. But, you can also just use the default .wine and not bother with that. If the game installs, try running it directly like
wine /home/(user)/.wine-steam/drive_c/Program Files (x86)/Steam/steamapps/common/Deus Ex - Human Revolution/dxhr.exe
– Oliver Oberdorf
Jul 23 '15 at 16:44
add a comment |
As of yesterday, (2018-08-21), Valve officially supports downloading windows games on Linux, and allows to play them trough their custom wine-based compatibility layer, Proton. That also include a native implementation of steam services and OpenVR that is used by the applications.
To do so, it is currently needed to:
- opt into the steam client beta (Steam -> Settings -> Account -> In Beta participation change to "Steam Beta Update)
- to play non-whitelisted games and download them, it is necessary to check "Enable Steam Play for all titles" (in Steam -> Settings -> Steam Play)
After this, Steam should allow download any Windows game on Linux. So this is only a partial answer.
add a comment |
As of yesterday, (2018-08-21), Valve officially supports downloading windows games on Linux, and allows to play them trough their custom wine-based compatibility layer, Proton. That also include a native implementation of steam services and OpenVR that is used by the applications.
To do so, it is currently needed to:
- opt into the steam client beta (Steam -> Settings -> Account -> In Beta participation change to "Steam Beta Update)
- to play non-whitelisted games and download them, it is necessary to check "Enable Steam Play for all titles" (in Steam -> Settings -> Steam Play)
After this, Steam should allow download any Windows game on Linux. So this is only a partial answer.
add a comment |
As of yesterday, (2018-08-21), Valve officially supports downloading windows games on Linux, and allows to play them trough their custom wine-based compatibility layer, Proton. That also include a native implementation of steam services and OpenVR that is used by the applications.
To do so, it is currently needed to:
- opt into the steam client beta (Steam -> Settings -> Account -> In Beta participation change to "Steam Beta Update)
- to play non-whitelisted games and download them, it is necessary to check "Enable Steam Play for all titles" (in Steam -> Settings -> Steam Play)
After this, Steam should allow download any Windows game on Linux. So this is only a partial answer.
As of yesterday, (2018-08-21), Valve officially supports downloading windows games on Linux, and allows to play them trough their custom wine-based compatibility layer, Proton. That also include a native implementation of steam services and OpenVR that is used by the applications.
To do so, it is currently needed to:
- opt into the steam client beta (Steam -> Settings -> Account -> In Beta participation change to "Steam Beta Update)
- to play non-whitelisted games and download them, it is necessary to check "Enable Steam Play for all titles" (in Steam -> Settings -> Steam Play)
After this, Steam should allow download any Windows game on Linux. So this is only a partial answer.
answered Aug 22 '18 at 8:38
MayeulCMayeulC
1465
1465
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f651059%2fhow-to-download-games-for-steam-for-another-platform%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I feel like you'd be best off probably just installing steam on the VM, however VMs aren't known for their gaming capability.
– Ian
Jul 21 '15 at 19:05
Install syeamos as your default operating system
– Zviad Gabroshvili
Jul 21 '15 at 19:19
@ian Thats not exactly a problem. On a macbook i had a full vm (completely mimicked windows) and the game ran great. Now i have a laptop with better hardware, but i am using wine because i saw some proof the game runs petfectly on it, however i buyed it via steam. As wine only runs a single programm and doesn't have a certain space on the drive for it, i cant run steam in it and install the game in it
– this.foo
Jul 21 '15 at 19:21
@zwiad i dont want a gaming laptop. Partly i work on it, but i spend less time playing games
– this.foo
Jul 21 '15 at 19:23
Some games will also run from steam installed through Wine/PlayOnLinux.
– Takkat
Jul 21 '15 at 19:30