
i didn’t get it all the way done because that period ended so if it doesn’t work just tell me and i’ll do more testing. You can delete everything but that now idrc You may close everything because you have a steam installation in that folder now Make another folder where you want it (like on the desktop but if you worried about people seeing it do it somewhere else and DO NOT DO IT IN PROGRAM FILES X86 UNLESS YOU KNOW WHAT YOU’RE DOING BECAUSE ADMIN RIGHTS)ĭrag stuff from 7zfm to the new steam folder (i left that $plugin folder alone because it looked like it belonged somewhere else) And if that's the case, you will want to replace it with ~/.wine/.You should see the steam root stuff (yay you’re almost there) If you didn't specify one when installing steam for windows, then you wouldn't need one in your scripts. NOTE: The WINEPREFIX only needs to be specified if you specified a WINEPREFIX when installing steam (or other windows programs). In this case I don't know that the unset on LD_PRELOAD is needed, but my other scripts used it. Nice -n 19 wine Steam.exe -no-dwrite steam://rungameid/304930

So here's another script that kicks off the windows version of unturned by calling the windows steam client through wine with an appropriate url: #!/bin/bash This will result in launching a second instance of steam, but you wont have needed to have it running for the whole time, just while the second game is running. To answer your question and to add a steam game, you need to create a script that calls the steam.exe and passes the game id. In Riders of Icarus, capture and train fearsome winged beasts for combat in an exhilarating free-to-play MMORPG action adventure where you take the battle. So, that's how you add a generic wine game.

Then I use the Add non-steam game option, and then I browse to the script. I set the permissions on the script (for example): chmod 755 ~/bin/poe.exe Also, the permissions on the file had to be executable. Ive tried to install Steam several times now, and it gives me this error: 'Unsupported 16-bit Application The program or feature 'C:UsersWinglDownloadsSteamSetup 1.exe' cannot start or run due to incompatibility with 64-bit versions of Windows. The game wouldn't launch for me without unsetting LD_PRELOAD. I just upgraded from Windows 8.1 to a clean install of Windows 10. As Michael suggests, you need to use a shell script to launch them.įor example, I use this to launch path of exile, named poe.exe: #!/bin/bashĮxport WINEPREFIX=/media/stephen/d_extra/PoE/ I've had some success launching apps through wine from the Linux Steam client.
