{"id":1516,"date":"2021-12-16T13:51:35","date_gmt":"2021-12-16T10:51:35","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/28\/how-to-play-bioshock-remastered-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/05\/28\/how-to-play-bioshock-remastered-on-linux\/"},"modified":"2021-12-16T13:51:35","modified_gmt":"2021-12-16T10:51:35","slug":"how-to-play-bioshock-remastered-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1516-how-to-play-bioshock-remastered-on-linux\/","title":{"rendered":"How to play BioShock Remastered on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>BioShock Remastered is a re-release of the hit 2007 game BioShock, which focuses on an underwater city in the 1960s. The game runs excellent on Linux, thanks to some tweaks. Here\u2019s how to get it working on your PC.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403013 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux.jpg\" alt=\"BioShock Remastered on Linux\" width=\"1200\" height=\"675\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-2.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-3.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-4.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n<p>BioShock Remastered works on Linux quite well, thanks to the developers choosing to release it to Steam and making it possible to use it with Steam Play. However, as you need Steam Play to enjoy the game on Linux, we will need to go over how to set up Steam for Linux.<\/p>\n<h4>Ubuntu<\/h4>\n<p>On Ubuntu, the Steam app is installable on your computer via the\u00a0<strong>Apt\u00a0<\/strong>install command below.<\/p>\n<pre>\nsudo apt install steam\n<\/pre>\n<h4>Debian<\/h4>\n<p>On Debian Linux, the best way to install Steam is by manually downloading the DEB package to your PC and installing it, rather than dealing with the Debian \u201cNon-free\u201d software repository.<\/p>\n<p>To download the Steam DEB package to your computer, your best bet is to make use of the following\u00a0<strong>wget\u00a0<\/strong>command. It will download the package directly to your home folder without any hard work.<\/p>\n<pre>\nwget https:\/\/steamcdn-a.akamaihd.net\/client\/installer\/steam.deb\n<\/pre>\n<p>When the download process is complete, the installation of Steam can begin. Using the\u00a0<strong>dpkg\u00a0<\/strong>command below, install Steam on your Debian PC.<\/p>\n<pre>\nsudo dpkg -i steam.deb\n<\/pre>\n<p>With Steam installed, you\u2019ll need to take care of the dependencies. To take care of these dependencies, you\u2019ll have to use the following <strong>apt-get install -f\u00a0<\/strong>command.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h4>Arch Linux<\/h4>\n<p>On Arch Linux, users are able to use the Steam app, provided the \u201cMultilib\u201d software repository is enabled and ready to use. Not every Arch user has \u201cMultilib\u201d available initially, so we\u2019ll need to go over how to set it up briefly.<\/p>\n<p>Open up your <code>\/etc\/pacman.conf<\/code> file, locate \u201cmultilib\u201d in the file and remove all # symbols. Then, re-sync pacman using the command below. This command will set up the \u201cmultilib\u201d software repository so that you can install Steam.<\/p>\n<pre>\nsudo pacman -Syy\n<\/pre>\n<p>With \u201cmutlilib\u201d ready to go, install the Steam app on Arch Linux with the command below.<\/p>\n<pre>\nsudo pacman -S steam\n<\/pre>\n<h4>Fedora\/OpenSUSE<\/h4>\n<p>On both Fedora and OpenSUSE, the Steam application is available for installation through software repositories that come included with the operating system. That said, the Flatpak Steam app seems to work better on both of these operating systems, so we suggest following those instructions instead.<\/p>\n<h4>Flatpak<\/h4>\n<p>To get Steam working on Flatpak, you\u2019ll first need to set up the Flatpak runtime. The runtime is easy to install. To get it working on your computer, head over to our guide on how to set up Flatpak on Linux.\u00a0<\/p>\n<p>When you\u2019ve configured the Flatpak runtime on your system, the installation of Steam via Flatpak can begin. Using the\u00a0<strong>flatpak remote-add\u00a0<\/strong>command, get the Flathub app store up and running.\u00a0<\/p>\n<pre>\nflatpak remote-add --if-not-exists flathub https:\/\/flathub.org\/repo\/flathub.flatpakrepo\n<\/pre>\n<p>Now that the Flathub app store is configured and ready to use, you can install the Steam application on your computer using the\u00a0<strong>flatpak install\u00a0<\/strong>command below.<\/p>\n<pre>\nflatpak install flathub com.valvesoftware.Steam\n<\/pre>\n<h3>Play BioShock Remastered on Linux<\/h3>\n<p>With Steam installed, launch the app on the desktop. When Steam is open, log into your user account using your user credentials. Then, follow the step-by-step instructions below to play BioShock Remastered on Linux!<\/p>\n<p><strong>Step 1:<\/strong> Open up Steam, and click on the \u201cSteam\u201d menu. Once inside of the Steam menu, locate \u201cSettings\u201d and select it to access the Steam settings menu.<\/p>\n<p>Inside of the Steam settings menu, find the \u201cSteam Play\u201d section, and select it to access the Steam Play settings. Then, check both of the boxes on the page to enable Steam Play.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-293847 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux.png\" alt=\"\" width=\"1200\" height=\"689\"\/><\/p>\n<p><strong>Step 2:<\/strong> Find the \u201cSTORE\u201d button, and click on it with the mouse to access the Steam Store. Then, click on the search box, and type \u201cBioShock Remastered\u201d in it. Press\u00a0<strong>Enter\u00a0<\/strong>to view the search results.<\/p>\n<p>Click on \u201cBioShock Remastered\u201d in the search results to access the game\u2019s Store page.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403014 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-1.png\" alt=\"\" width=\"1201\" height=\"445\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-1.png 1201w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-2.png 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-3.png 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-4.png 768w\" sizes=\"(max-width: 1201px) 100vw, 1201px\"\/><\/p>\n<p><strong>Step 3:<\/strong> Look for the green \u201cAdd to cart\u201d button on the Steam page, and click on it with the mouse to add the game to your cart so that you can purchase it. Then, find the \u201cLIBRARY\u201d button and click on it to head over to the Steam library.<\/p>\n<p><strong>Step 4:<\/strong> Look through your Steam library for \u201cBioShock Remastered,\u201d and right-click on it with the mouse. Then, select the \u201cProperties\u201d button to open up the game properties.<\/p>\n<p>Inside of the game properties, find the \u201cset launch options\u201d button and click on it. Then, enter the code below to set launch options.<\/p>\n<p><code>PROTON_USE_WINED3D11=1 PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 %command%<\/code><\/p>\n<p><strong>Step 5:<\/strong> Find the blue \u201cINSTALL\u201d button at the top of the page, and select it with the mouse to install the game onto your Linux PC. When the installation is complete, the blue button will become a green \u201cPLAY\u201d button. Select the \u201cPLAY\u201d button to start up BioShock Remastered! Enjoy!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-403012 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-1.jpg\" alt=\"\" width=\"1200\" height=\"675\" srcset=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-1.jpg 1200w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-5.jpg 300w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-6.jpg 1024w, https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-play-bioshock-remastered-on-linux-7.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\"\/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles BioShock Remastered is a re-release of the hit 2007 game BioShock, which focuses on an underwater city in the 1960s. The game runs excellent on Linux, thanks to some tweaks. Here\u2019s how to get it working on your PC. BioShock Remastered works on Linux quite well, thanks to the developers choosing to release &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1517,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1516"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1516"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1516\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1517"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}