Skip to content

her001/Asma

Repository files navigation

Copyright © 2016, 2017 Andrew "HER0" Conrad

Copyright © 2016 Pau Busquets Aguiló

Asma is a simple Arma 3 launcher for Linux.

alt text

The primary purpose is to provide a GUI for selecting modifications to launch the game with. In addition, some common game options can be toggled, which are remembered between uses. Note that Asma may be functional on macOS, but this is untested.

Asma is made available under the terms of the GNU GPL version 3. See LICENSE for details.

Requirements

Any mods should be in the Arma 3 folder (linking works) and start with the "@" character.

Installation

The following are generic build instructions. For more specific instructions, please visit the wiki.

First, clone the project and switch to the directory:

git clone https://gitlab.com/her0/asma.git
cd asma

Next, configure and build:

meson builddir
cd builddir
ninja

Finally, install (as root):

ninja install

Contributing

By participating in Asma, you agree to the terms set forth by the Contributor Covenant. See CODE_OF_CONDUCT.md for details.

Issues or pull requests can be filed on the GitLab issue tracker.