Skip to content

Commit

Permalink
Add -maxFPS
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed May 20, 2022
1 parent 40885e1 commit 5accb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ENV ARMA_CONFIG=docker_generated
ENV ARMA_PROFILE=/home/profile
ENV ARMA_BINARY="./ArmaReforgerServer"
ENV ARMA_PARAMS=""
ENV ARMA_MAX_FPS=120

ENV SERVER_REGION="EU"
ENV SERVER_ID=""
Expand Down
1 change: 1 addition & 0 deletions launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def bool_str(text):
f"-config {config_path}",
"-backendlog",
"-nothrow",
f"-maxFPS {os.environ['ARMA_MAX_FPS']}",
f"-profile {os.environ['ARMA_PROFILE']}",
os.environ["ARMA_PARAMS"],
]
Expand Down

0 comments on commit 5accb7f

Please sign in to comment.