A fan-made free and open-source 3D remake of Among Us by Innersloth.
Important: This is NOT an official version of Among Us, nor is it associated with Among Us or Innersloth in any way. It does not intend any copyright infringement whatsoever. I'm just a fan of Among Us and wanted to make a 3D version of it :P
To build from source, first download Ultralight and extract it to the natives
folder. The
directory structure then should look similar to this:
Now it's just a regular Gradle project that you can build using IntelliJ etc. or with
$ gradlew jar
Make sure that the assets
folder is in the working directory of the app when running, or else it will crash.
You can connect to custom servers by setting the AMOGUS_IP
environment variable to the server you want to connect to.
You can choose between two startup configurations, client
and server
when starting the app with client
being the
default. The configuration is just passed as a program argument. Below is an example on how to start the server, because
this is probably the only use for this configuration option
$ java -jar among-us-3d.jar server
This also works with the executable, not just with the jar file.