From 477845f2b98b7614b89e87ec22caff076e2c7f98 Mon Sep 17 00:00:00 2001 From: Abraham White Date: Tue, 6 Jun 2017 23:17:03 -0700 Subject: [PATCH] Add Installation instructions to README.md Credit goes to @astradamus for the installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 886af84..cf08a79 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Originally I wrote a small plugin because I was tired seeing coffins instead of ![Screenshot](http://i.imgur.com/Xdmv3JH.png) +## Installation ## +All file paths are relative to your dwarf fortress installation directory +1. Override any conflicts presented by the following steps. +2. Extract all .dll/.so/.dylib files to `hack/plugins`. If your package includes multiple sets of these libraries, make your best guess as to which is newest (betas tend to come after alphas, higher numbers imply newer versions, etc.) and use that one. +3. Extract .png files to `data/art`. +4. Extract .lua files to `hack/lua`. +5. Extract "overrides.txt" to `data/init`. + ## Features ## [Text and Map Tilesets](#text-and-map-tilesets)