Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: [0.1.1][Linux] Dwarf Fortress Auto  (Read 1869 times)

haesken

  • Escaped Lunatic
    • View Profile
[0.1.1][Linux] Dwarf Fortress Auto
« on: March 13, 2012, 04:12:50 pm »

Dwarf Fortress Auto

A set of scripts to automatically download and install Dwarf Fortress and
Dwarf Therapist, with a few included utilities.

Attribution
This program uses materials from the Lazy Newb Pack.

Specifically it includes the provided embark profiles, which
were originally authored by LucasUP, captnduck, and Mike Mayday.

Requirements
- Puppet
- Other dependencies will be handled by puppet.

Usage

Download
Github Page

Current version
Download zip
Download tar.gz

Install dependencies

Install script dependencies with Puppet.
Code: [Select]
sudo puppet apply depends.pp
Note:
The package list provided in depends.pp is for Ubuntu. If your are on a different platform you will need to install the dependencies manually.

Run df_install.py
Code: [Select]
python df_install.py [options]
df_install.py Options
Code: [Select]
    -df,  --dwarf_fortress   : Install Dwarf Fortress
    -ph,  --phoebus          : Install Phoebus tileset
    -lze, --lazy_newb_embark : Install embark profiles from Lazy Newb Pack
    -daq, --disable_aquifers : Disable aquifers
    -dt,  --dwarf_therapist  : Install Dwarf Therapist (apt compatible platforms)
Logged