-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
<code>mappet.exe MINE1.txt MINE3.txt flipped.txt -c "0: a2, 1:b1, 2: a0"</code><br/> | ||
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) |