This will be updated with any new changes made to the servers on the games release. Scripts Might Break.
Contact jellisy
on discord to report any issues
This script automates the process of downloading and updating a server using SteamCMD.
- Python 3
- Windows 10/11
- Server Steam Account Requires Ownership of the Full BattleBit Remastered Game
- Set the following environment variables:
SERVER
: the path to the server installation directoryUSERNAMER
: your Steam usernamePASSWORD
: your Steam passwordAPPID
: Server APP IDBETAPASSWORD
: the password for the beta branch of the server
You can set these variables in the command line or in a .env file.
You can find an example of .env file called example.env
, edit the file and rename it to .env
-
Run the script:
-
The script will create a
SteamCMD
folder in the current directory, download and extract SteamCMD, and run the update command using the environment variables.
You can use the server.py
file to launch the server after the download script has completed.
Make sure you set the server varuables in the .env file befire running the script.