Skip to content

Commit aedc303

Browse files
committed
Added readme
1 parent 1730c22 commit aedc303

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Dynmap Files to SQLite DB
2+
This tool converts all saved dynmap tiles (the images of the world) to one sqlite database file, so it doesn't make your hard drive explode in terms of file count without having to rerender everything.
3+
4+
# Command Line Usage
5+
```bash
6+
DynmapFilesToSQLite.exe
7+
--tilesFolder "YourServerPath\plugins\dynmap\web\tiles"
8+
--outputFile "YourServerPath\plugins\dynmap\dynmap.db"
9+
--isJPG true/false
10+
```
11+
12+
All arguments are required. The release is compiled for Windows x86 .NET Framework 4.7.2.
13+
14+
## Warning
15+
Depending of your map size, it can take hours, especially on slow hard drives.

0 commit comments

Comments
 (0)