Skip to main content

Tools to manage content for arma3Server

Reason this release was yanked:

weeding

Project description

arma server tools

Tools to manage running content on arma3server

reference material

commands

poetry run server --help
poetry run pull --help

Arma server stuff

python libraries

articles references

yaml files

yaml config in home dir

--- # ~/arma_server.yaml
username: steam_username
password: steam_password
workshop: "/home/steam/.steam/steamapps/workshop/content/107410"
arma_home: "/home/steam/.steam/steamcmd/arma3"
arma_configs: "/home/steam/arma_configs"

yaml config for specific server

  • name: name of the server
  • config: relative path to the arma cfg file, starting from the arma_configs folder
  • port: port the server is on, defaults to 2302 if nothing is set
  • mods: list of mods to load

without mods

--- # example without mods
name: direct_action_altis
config: direct_action/direct_action_altis.cfg
port: 2302

with mods

--- # example with some mods 
name: survival_altis
config: survival/survival_altis.cfg
mods: 
  - cba_a3 
  - niarms_all

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arma_server_tools-0.1.1.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

arma_server_tools-0.1.1-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page