This is a simple python script to generate the regionInfo file needed for custom servers in Among Us.
Compared to most other scripts and programs which all create the same regionInfo file, this program allows you to change the name that shows up in the bottom when in Among Us.
I've also tried to make the code as readable and simple as possible.
python main.py "Server name" 127.0.0.1
This will generate a file called regionInfo.dat in your current folder, which could then be placed at:
C:\Users\username\AppData\LocalLow\Innersloth\Among Us\regionInfo.dat
This could for example be used to create a custom name for the server when using the Impostor server for among us
You can run this online in this repl.it project without the need to set up a local python instance.
After running the program in the shell, download the project zip from repl.it and extract the regionInfo.dat file.