Among us linux mint

Among us linux mint

3498 users have this game

Get it from:
Steam

Download release from itch.io site

Enable Steam Play (if not already done) and disable Steam Overlay:

1. Steam Client > Steam > Settings > Steam Play > Check all boxes > Restart
2. Steam Client > Steam > Settings > In-Game > Uncheck «Enable the Steam Overlay while in-game»
3. Then run this installer

Play with 4-10 player online or via local WiFi as you attempt to prepare your spaceship for departure, but beware as one or more random players among the Crew are Impostors bent on killing everyone!

Originally created as a party game, we recommend playing with friends at a LAN party or online using voice chat. Enjoy cross-platform play between Android, iOS and PC.

Report a problem or an outdated installer

Report any problem you might encounter with the installer. You can also report here outdated installers. If you have problems installing or running the game, don’t forget to specify your distribution, (+ version and architecture), your graphics chipset model and the driver used.

Источник

Among us linux mint

Zamiel’s Among Us Private Server

  • Normally, you click on the «Online» button from the main menu in order to play. However, we our group does not use the «Online» feature because the online servers are incredibly buggy and overloaded.
  • Instead, we use a VPN (virtual private network) to connect to the same network. Then, we click on «Local» from the main menu. This completely bypasses the server instability!

Installation Instructions for Windows

  • Download and install the SoftEther VPN Client.
  • Open the program. (The window title will be «SoftEther VPN Client Manager».)
  • Double click on «Add VPN Connection».
  • It will ask you if you want to create a new Network Adapter. Click «Yes».
  • After that part finishes, double click on «Add VPN Connection» again.
  • Use the following settings:
    • Setting Name: Zamiel’s Server
    • Host Name: amongus.ddns.net
    • Port Number: 443
    • Virtual Hub Name: DEFAULT
    • Virtual Network Adapter to Use: [whichever one you created in the previous step, but you have to click on it]
    • Auth Type: Standard Password Authentication
    • User Name: amongus
    • Password: amongus
  • Once you have finished entering these settings, click «OK».
  • Double click on «Zamiel’ Server» to connect.

Installation Instructions for MacOS

  • Among Us is only released for Windows and phones (e.g. Android & iOS), so Mac users have to get creative if they want to play.
  • On a Mac, it is possible to download BlueStacks (which is an Android emulator) and play the game on MacOS that way.
  • Unfortunately, BlueStacks will not be able to access the VPN and play local games.
  • Instead, Mac users are recommended to dual-boot Windows on their Mac via Boot Camp. Boot Camp is a free thing provided by Apple for all of their users. It makes installing Windows extremely easy: just follow the wizard and press «Next» a bunch of times.
  • Once Boot Camp is finished installing, restart your computer.
  • When your Mac is turning on, hold the «Option» key on the keyboard, and then you will be able to choose between booting into MacOS (e.g. like normal) or booting into Windows.
  • Once on Windows, download Chrome/Firefox, download Steam, download Among Us, download Discord, and set up the VPN using the above instructions for Windows.
Читайте также:  Базовые команды shell linux

Installation Instructions for Linux

  • This guide covers how to:
    • Install the game on Linux using Steam Play.
    • Install and set-up the VPN that we use.

Install Among Us on Linux using Steam Play

  • Enable Steam Play for unverified titles:
    1. Open Steam settings.
    2. Go to the Steam Play section.
    3. Check «Enable Steam Play for all other titles.»
  • Afterwards, install Among Us in your Steam library

Install and configure Softether on Linux

  • Download and install the VPN client
    1. Navigate to https://www.softether-download.com/en.aspx?product=softether
    2. Download their tarball by selecting «Softether VPN Client» and the other obvious options at the dropdowns
    3. Unpack it somewhere
    4. Navigate inside the vpnclient folder and run the executable .install.sh (not as root)
  • Configure the VPN client
    1. Start the VPN client with sudo ./vpnclient start . (You can stop it afterwards with sudo ./vpnclient stop . )
    2. Run ./vpncmd localhost /client . (not as root)
    3. Create a Virtual Network Adapter by entering the command NicCreate .
    4. Enter an arbritary name for the device. This will show up in the output of commands like ip a and ifconfig in the future. We will use the placeholder to refer to this name moving forward.
    • If this gives an error, then it’s possible that you need to enable TUN/TAP on your Linux kernel. To do so, run this command echo -e «tunnel4\nip_tunnel» | sudo tee -a /etc/modules , reboot your computer, and go back to step 1. (Source)
    1. Enter NicEnable .
    2. Create a VPN Connecting Setting by entering AccountCreate .
    3. Enter ZamielServer .
    4. Enter amongus.ddns.net:443 .
    5. Enter DEFAULT .
    6. Enter amongus .
    7. Enter .
    8. Enter AccountPasswordSet ZamielServer
    9. Enter amongus twice
    10. Enter standard
    11. Enter AccountConnect ZamielServer
    12. Enter AccountStartupSet ZamielServer
    13. Enter exit
  • Configure the connection using NetworkManager:
    1. Make sure you have NetworkManager installed by successfully running nmcli help .
    2. Run sudo ./vpnclient stop in the same folder as before.
    3. Run nmcli con add type tun con-name ‘Zamiel VPN’ ifname vpn_ tun.mode tap . (Again, substitute for the name you used in NicCreate earlier.)
    4. Run sudo ./vpnclient start .

Reach out to timotree on the Discord if you have issues with any of this.

Источник

How to Play Among Us on Linux

Here’s how you can play Among Us on Linux!

There’s no denying that many of us feel a bit separated from our loved ones because of the COVID-19 pandemic. Not only that, but if you’re a student like me, chances are that the online mode of education would have given you more time on your hands.

If you happen to feel the same way, there’s a way you can stay in contact with your loved ones while enjoying your leisure time as well. Yes, we’re hinting toward the plethora of multiplayer games out there that allow you to have fun with friends and family. One of these games is Among Us , which everyone seems to be playing these days.

Читайте также:  Windows server 2019 объединение сетевых адаптеров

Although this game doesn’t have to offer much in the graphics department, what makes Among Us such a draw is its simplicity. Not only can users start playing it with little to no instructions, but the game can also run on low-end devices.

However, if you happen to own a Linux-based computer, there’s a bit of an issue. Among Us is missing a native port for Linux, and this is why you won’t be able to get it from Steam right off the bat. On the bright side, we have a 3-step solution with which playing this game on Linux computers becomes possible.

So, let’s cut to the chase and see what it is!

Step 1: Installing Steam

Regardless of whether you’re using Windows or Linux, you’d have to get the Steam client in order to play this game. However, as for Linux, the method of installing Steam would be somewhat different.

As compared to Windows or Mac, you can’t just download its installation file from Steam’s official website. Linux users would have to make use of the terminal and run a little command for installing the Steam client for Linux.

As you might know, there are a plethora of Linux distributions out there, and the installation method for Steam is different for many of them. Considering this, we’re only going to mention the installation methods for the most-used Linux distros.

Here’s how you can install Steam on Linux on Ubuntu:

  1. The first step would be to open the Linux terminal by simply pressing Ctrl + Alt + T on your keyboard.
  2. Once the terminal appears, running the following command should do:

For Arch Linux users, it’s going to be a bit different:

  1. First of all, you’d be needing the Multilib software repository for installing Steam on Arch Linux . For this, enabling it from your Pac configuration file should do.
  2. After you’re done, open the Linux terminal manually or by holding the Ctrl + Alt + T keys.
  3. In the terminal , copy/paste the following command and run it:

sudo pacman -S steam

If you’re using Debian, you’d have to follow this method:

  1. Start by opening the terminal with the shortcut: Ctrl + Alt + T .
  2. Once it opens, you’d be needing the Steam Deb package , which you can download with the following command:
  1. With this, installing Steam on your Debian computer has now become possible. Lastly, running the following command should do:

Other than that, it is also possible to get Steam through the Flatpak universal package system. For this, you’d have to follow these steps:

  1. Firstly, enabling the Flatpak runtime is necessary.
  2. The second step involves enabling the Flathub app store , which requires the following command to be executed:
  1. With this, you should be able to install Steam by running the following command:

If you carefully follow these steps, you need not worry about coming across any issues. However, if you’re on a different Linux distribution such as OpenSUSE/Fedora, installing Steam could be a bit more complicated. Luckily, you will easily be able to find the installation method for your Linux distro with just one Google Search.

Читайте также:  Clock watchdog timeout windows 10 причины

Step 2: Enabling Steam Play

Once you’ve successfully installed Steam, it is now possible to get Among Us. However, there’s still one more thing that’s stopping you from playing it. This title doesn’t have a port for the Linux platform since it’s a Windows native video game.

But, turn your frown upside down. There’s this “Steam Play” functionality available that will take care of the problem for us. With this useful tool, Linux users are able to get their hands on games made for Windows. However, there are a couple of steps that you have to follow to enable it.

  1. First of all, launch Steam and log in using your user credentials (or make an account if you don’t already have one).

  1. The next step would be to head to the Steam menu and select Settings .

  1. Afterward, the Settings window should have a Steam Play section, which you need to click.

  1. Finally, you’ll be presented with two options, namely, Enable Steam Play for supported titles and Enable Steam Play for all other titles . You need to tick both of them and hit OK to save these settings.

With this, you have now enabled the Steam Play functionality. Because of it, you’ll be able to play not only Among Us but other titles with a missing Linux port as well.

Step 3: Playing Among Us

Now that you’ve enabled Steam Play on your Linux computer, you can go ahead and install Among Us through Steam. However, the installation procedure would be requiring Steam Proton, which is a compatibility layer that assists Linux-based distributions with smoothly running Windows games. So, let’s see the steps!

  1. First of all, head to the Steam Store by clicking on the Store button.
  2. Afterward, type ‘ Among Us ’ in the Search box and hit Enter .

  1. From the search results, click on Among Us and press the Add to Cart button.

  1. Then, go to the Steam Library and look for Among Us in the sidebar.
  2. Right-click on the game and click Properties .
  3. In the Properties window, you’ll find the Set Launch Options button which you have to click.
  4. The Launch Options text box should appear where you have to input the following code:
  5. PROTON_NO_ESYNC=1 PROTON_USE_WINED3D=1 %command%

  1. Hit Enter and install the game by clicking the blue Install button.
  2. Once the installation completes, the only thing you have to do now is hit the Play button for enjoying the game.

Having a Linux computer won’t stop you from gaming. More specifically, as we have shown in our article, it is definitely possible to play Among Us on different Linux-based distros. If our method worked for you, make sure to leave a 👍 in the comment section below. Also, for those of you having high ping issues with the game, then we recommend giving this article a read.

If this guide helped you, please share it. 🙂

Источник

Оцените статью