项目作者: mrkkrp

项目描述 :
Ansible playbook to build, install, and setup OpenMW just the way I like it
高级语言:
项目地址: git://github.com/mrkkrp/openmw-automation.git
创建时间: 2017-04-12T22:52:40Z
项目社区:https://github.com/mrkkrp/openmw-automation

开源协议:

下载


OpenMW Automation

Run like this:

  1. $ ansible-playbook -K openmw.yml

This Ansible playbook does the following in
order:

  1. Installs dependencies for OpenMW using pacman
    (I’m on Arch Linux).
  2. Grabs, builds, and installs the latest OpenMW trunk.
  3. Setups the Pelagiad font, which is
    better for the eyes than Morrowind’s “Magic Cards” (the default font).
  4. Tweaks the ~/.config/openmw/settings.cfg the way I like it.

I’m automating this because I like to keep an eye on the engine’s latest
developments and experiment with the settings, but I don’t like to mess with
this stuff manually every time (for example I had to set Pelagiad font after
every re-build again, not fun!).