This is a Among Us private server selector for Steam on Linux. It automagically allows for server selection while starting Among Us. If you also want to use it, follow these steps:
- gnome-terminal (would probably also work with other terminal emulators if code for them is added – Pull requests are welcome!)
- dig
Clone the repository. Enter a terminal and type:
$ git clone https://github.com/bartim/Impostux.git
$ cd Impostux
You can edit some configuration options in the beginning of set_impostor.sh:
- REGION_INFO_FILE: Path to the regionInfo.dat file. Do not change unless you know what you do.
- DEFAULT_SERVER: Default server, or
skip
to not switch the server by default. - DEFAULT_PORT: Default port.
- PROMPT_SERVER: Either
y
(for yes) orn
(for no). Ify
, the script asks which server and port it should use (and uses the defaults if nothing is entered). Ifn
, the script always uses defaults without asking. - CONFIRM_SERVER: Either
y
(for yes) orn
(for no). Ify
, the script shows you which server will now be used before starting the game. Otherwise, the game will be started without confirmation.
Enter a terminal and type:
$ mkdir ~/.local/bin/
$ cp impostor_wrapper.sh set_impostor.sh ~/.local/bin/
Add ~/.local/bin/impostor_wrapper.sh
to the launch options for Among Us in Steam:
- Open Steam
- Go to Library
- Right click Among Us
- Click Properties
- Insert
~/.local/bin/impostor_wrapper.sh
in front of%command%
If you want to change the configuration options after you have already installed the executables (see step 3), you can edit the file located in ~/.local/bin/set_impostor.sh
. See step 2 for configuration options.