Skip to content

Cerbsen/Dwarf-Therapist

 
 

Repository files navigation

This is a heavily modified version of the original Dwarf Therapist.

Many new features (attributes, roles, optimization plans, health views, inventory, etc.) have been added, and many bugs have been resolved.

If you'd like to help support this project Donate

Windows

OSX

Linux

There currently isn't a packaged version for linux. You can find the instructions to build from source here.

Running the program

You'll most likely need to run Dwarf Therapist with sudo. This is due to ptrace protection that exists on some flavours of linux. You can explicitly give Dwarf Therapist permission to ptrace with:

sudo apt-get install libcap2-bin && sudo setcap cap_sys_ptrace=eip ./bin/release/DwarfTherapist

Alternatively you can create a script that will run Dwarf Therapist as a child of Dwarf Fortress:

#!/bin/bash
set -e
cd df_linux 
./df &
cd ../dwarftherapist 
exec ./bin/release/DwarfTherapist

About

Maintained branch of the original Dwarf Therapist for Dwarf Fortress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published