22

I recently switched to an Ubuntu computer and the one thing that annoys me is the lack of games available. However I have found a program called WINE which can run Windows applications (.exe) on Linux computers. I have nearly all of my games on Steam but it won't let me download the files if I'm not on a supported OS, even if I could use them through WINE.

Now my question is; would it be possible to download the games in my Steam library any other way? I wouldn't mind if they didn't have steam overlay support and other steam functions, as long as I could play the games.

0

6 Answers 6

34

Did you install Steam for Linux? If so you will only be able to play the games that are supported on Linux.

You can play the Windows games by installing Steam through Wine. See here for more information

The terminal command you are looking for is:

sudo apt-get install wine
winetricks steam

Note that it still may not be possible to play all games on Linux. The above should work for some games, even though there may be a performance hit.


An alternative could be PlayOnLinux. You install Steam on it and then can play your games as per normal.

6
  • 1
    helpful.. but does not answer the question OP asks at all
    – user106385
    Commented Nov 4, 2015 at 22:08
  • 15
    @Timelord64 It does. Not only does it solve the problem but if you really want to be pedantic then it still does, as OP is asking how to download the Steam games without using the Steam that they have installed (Steam for Linux), I've suggested to use a different application (Steam for Windows) which isn't the same Steam and thus it is a method of downloading the games without Steam for Linux.
    – Aequitas
    Commented Nov 4, 2015 at 22:16
  • 1
    OP doesnt as about Steam for Linux, they ask about Steam. while your taking some accurate assumptions to not answer the question, this does not answer the question "how to I download games on steam without steam". Remember, we are here not just to answer OPs question, but to answer it for future users that might come here looking for the same answer
    – user106385
    Commented Nov 4, 2015 at 22:21
  • 1
    I expect it won't matter, as I suspect this question will be closed as a duplicate
    – user106385
    Commented Nov 4, 2015 at 22:23
  • 7
    @Timelord64 the thing is there is more to the question than just the title, read the entire body. If you prefer I'll edit the title to match what they are really asking.
    – Aequitas
    Commented Nov 4, 2015 at 22:28
25

If you don't want to install the Windows version of Steam and just want to download the Windows binaries for a game you can use SteamCMD which does have a Linux version and an option for force downloading binaries for any given platform.

You'll need to know the SteamID of the game which you can find from steamdb.info.

./steamcmd.sh 

@sSteamCmdForcePlatformType windows 
login <USERNAME>
app_update <STEAM_ID> validate
quit

The game will appear as Installed in Steam for Linux but won't start from there so you'll have to start the game manually with wine. I'm not sure whether automatic updates will work.

There's also an option for forcing installation dir but I haven't tried it:

force_install_dir ../games/

Using SteamCMD won't work if the game uses Steam's digital restrictions management (DRM) scheme and you'll need to use the Windows version of Steam through wine instead.

2
  • 3
    This actually answers the question. I was aware of SteamCMDs existence, but I didn't know it had this feature. Thanks!
    – Tim Miller
    Commented Oct 30, 2017 at 19:34
  • 1
    Now that the Steam for Linux client comes bundled with Wine 'Proton' it's possible to download Windows binaries from there for games that aren't supported on Linux natively. Commented Dec 11, 2018 at 9:24
7

In 2018 Steam introduced something called Proton, which is a fork of Wine that's integrated into Steam and continually updated.

It can be enabled under Steam > Settings > Steam Play by checking the tickboxes:

  • Enable Steam Play for supported titles will let you download and play titles already tested under Proton
  • Enable Steam Play for all other titles will let you download and play any game using Proton, although keep in mind that those are untested waters so there is no guarantee that everything will work

More information:

1

I'm not sure if this is helpful but have you tried PlayOnLinux? I have personal experience with this, and it is easy to use + not slow at all. Also they are trying to bring Directx 11 to PlayOnLinux which brings great gaming possibilities with it. If you are interested you can follow this article at gameonlinux to bring your games from steam to POL.

1
  • PlayOnLinux is great, but it does not solve the problem. You still need to download the actual (windows) game files, and that's what this question is about.
    – MestreLion
    Commented Apr 25, 2019 at 5:45
0

enter image description here

The eases options is use Proton. Go to Steam ---> Properties enter image description here

And then Compatibility ---> Force the use of a specific Steam Play compatibility tool.

Mark checkbox and choice Version of Proton.

-1

I just found this little script and it works perfectly fine for me:

https://github.com/dotfloat/steam-appmanifest

Type in your Steam ID, pick your game, restart Steam and it will be installed automatically.

2
  • Why the downvotes?
    – piegames
    Commented Feb 18, 2018 at 15:51
  • 3
    Probably due to lack of detail or the fact that there is a better answer. Commented Feb 18, 2018 at 19:01

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .