parent
6e56e3168e
commit
5355e11178
@ -1,11 +1,20 @@
|
|||||||
mapconv
|
mapconv
|
||||||
|
|
||||||
|
|
||||||
to convert mudlet json map to tintin++ map
|
to convert mudlet json map to tintin++ map
|
||||||
|
|
||||||
|
|
||||||
read the json from stdin and write tintin++ map to stdout
|
read the json from stdin and write tintin++ map to stdout
|
||||||
|
|
||||||
not a complete map yet
|
not a complete map yet
|
||||||
|
|
||||||
lots of work to do
|
lots of work to do
|
||||||
|
|
||||||
|
in tt++ do like this (first you need to be at ccs):
|
||||||
|
|
||||||
|
```
|
||||||
|
#map read caem_full.map
|
||||||
|
#split 16 1
|
||||||
|
#map flag vtmap on
|
||||||
|
#map goto 97
|
||||||
|
```
|
||||||
|
|
||||||
|
then for at least around caemlyn the map should follow you around mostly
|
||||||
|
Loading…
Reference in new issue