diff --git a/README.md b/README.md index 612e131..61e0f2e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ -# mappet -Tool to copy/merge data between fallout2 maps +# Mappet! +A tool to copy/merge data between or within Fallout 2 maps. + +## Example +mappet.exe MINE1.txt MINE3.txt flipped.txt -c "0: a2, 1:b1, 2: a0"
+Takes MINE1.txt as the main map (Map A), flips elevation 2 and 0, then replaces elevation 1 with elevation 0 from MINE3.txt (Map B)