forked from theixle/aardwolf-tintin
-
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
18 additions
and
0 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,20 @@ | ||
This script was created by the player 'Tharnin' and all credit (and questions about issues) should go to him. | ||
|
||
Usage: convertmap.pl /MUSHCient/path/Aardwolf.db /ouput/path/tintinmap.tt | ||
|
||
This script requires perl, the DBI module, and the SQLite DBD backend for the | ||
DBI module. | ||
|
||
This script will read the database created by the MUSHClient mapper plugin of | ||
the Aardwolf MUSHClient package, and output a file you can read into tintin | ||
with "#MAP READ", effectively converting your mushclient's map to a tintin | ||
map to ease your transition and prevent having to reexplore the world to | ||
build your map from scratch. | ||
|
||
Both paths may be given as relative, and the path given as an output file | ||
name will be (over)written. | ||
|
||
Custom exits are preserved, portable portals are not. You'll have to add them | ||
manually to paths.tin if you haven't already. | ||
|
||
|