项目作者: evangelos-ch

项目描述 :
Python package to allow very easily downloading mods from the workshop on a linux server and adding them into an Arma 3 linux server instance.
高级语言: Python
项目地址: git://github.com/evangelos-ch/arma3-mod-manager.git
创建时间: 2020-04-08T22:22:45Z
项目社区:https://github.com/evangelos-ch/arma3-mod-manager

开源协议:

下载


Arma 3 Mod Manager

Python package to allow very easily downloading mods from the workshop on a linux server and adding them into an Arma 3 linux server instance.

Setup

  • Install poetry.
  • Run poetry install.
  • Set the following env vars:
    • STEAMCMD_PATH: the path to steamcmd.sh
    • MODS_STAGING_DIR: the install dir for workshop mods from steam
    • MODS_REPO_DIR: the dir where the mods can stored
    • KEYS_REPO_DIR: the dir where keys are stored generally

Usage

Add new instance

  1. arma3-mod-manager instance add <name> <workshop link> <folder>

Update Game

  1. arma3-mod-manager update-game

Install Addons

  1. arma3-mod-manager isntall-addons <instance name>