├── etc ├── 4x4.png ├── 5x2.png ├── 5x3.png ├── gms.png ├── mini.png ├── 4x4plus.png ├── miniout.png ├── screenshot.png ├── grass4x4plus.png ├── grassrpgmaker.png ├── marginexample.png ├── minitiles-32.png ├── out bitmask.png ├── waterrpgmaker.png ├── grass4x4plusout.png ├── minitiles-grass.png ├── marginexampleout.png └── mountainsrpgmaker.png ├── README.md ├── examples.html ├── LICENSE └── index.html /etc/4x4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/4x4.png -------------------------------------------------------------------------------- /etc/5x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/5x2.png -------------------------------------------------------------------------------- /etc/5x3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/5x3.png -------------------------------------------------------------------------------- /etc/gms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/gms.png -------------------------------------------------------------------------------- /etc/mini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/mini.png -------------------------------------------------------------------------------- /etc/4x4plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/4x4plus.png -------------------------------------------------------------------------------- /etc/miniout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/miniout.png -------------------------------------------------------------------------------- /etc/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/screenshot.png -------------------------------------------------------------------------------- /etc/grass4x4plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/grass4x4plus.png -------------------------------------------------------------------------------- /etc/grassrpgmaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/grassrpgmaker.png -------------------------------------------------------------------------------- /etc/marginexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/marginexample.png -------------------------------------------------------------------------------- /etc/minitiles-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/minitiles-32.png -------------------------------------------------------------------------------- /etc/out bitmask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/out bitmask.png -------------------------------------------------------------------------------- /etc/waterrpgmaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/waterrpgmaker.png -------------------------------------------------------------------------------- /etc/grass4x4plusout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/grass4x4plusout.png -------------------------------------------------------------------------------- /etc/minitiles-grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/minitiles-grass.png -------------------------------------------------------------------------------- /etc/marginexampleout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/marginexampleout.png -------------------------------------------------------------------------------- /etc/mountainsrpgmaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wareya/webtyler/HEAD/etc/mountainsrpgmaker.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # About 2 | 3 | Use it here: https://wareya.github.io/webtyler/ 4 | 5 | Web Autotyler is an autotile conversion tool for turning small/incomplete autotile tilesets into complete, fleshed-out ones. 6 | 7 | It supports nine different input formats and three different output formats, and displays a preview. 8 | 9 |  10 | 11 | Example inputs: 12 | 13 |  14 | 15 |  16 | 17 | Outputs: 18 | 19 |  20 | 21 |  22 | 23 | # Extra 24 | 25 | Autotyler's "killer feature" that sets it apart from other autotile tilemap conversion tools is the ability to specify exactly where the tiles get cut up (with the "margin offset" options), so you can use tiles with tops that overhang the halfway point without issue: 26 | 27 |  28 | 29 |  30 | 31 | Also supports outputting RPG maker autotile chipsets: 32 | 33 |  34 | 35 | And GameMaker Studio 2 Auto Tile tilesets: 36 | 37 |  38 | 39 | (The layout is different from the template, but the order is the same, and this matches GM's documentation) 40 | 41 | The intended bitmask for the godot output is the following: 42 | 43 |  44 | -------------------------------------------------------------------------------- /examples.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 36 | 37 | 38 |4x4
42 |
4x4plus
45 |
4x4plus
48 |
rpgmaker
51 |


minitiles
54 |

minitiles (need to use margin offset)
57 |
minitiles (32x32)
60 |
5x3
63 |
5x2
66 |
Modes
1012 |Webtyler
1031 |Q: Help! I pasted an image from an image editor, but
transparency isn't working, or all the pixels are shifted!
A: Try a different image editor or a different browser
(some combinations are broken), or drop a file instead.
Q: Help! My colors are all messed up!
1072 |A: Color profile data is stripped from PNGs for
technical reasons. Pasting can mess up colors too.
Q: What are these margin offset things?
1074 |A: They control where tile corners/edges are sliced.
1075 |Q: I'm using RPG Maker, but the preview is wrong!
1076 |A: Unlike Godot, RPG Maker can't distinguish between
corners and tips, so tips are made up of corner parts.
Q: Do you have any example inputs?
1078 | 1079 |Godot
1083 |Tip: Right Click -> Save Image As...
1085 | 1086 |RPG Maker
1088 |GameMaker Studio 2 (47)
1090 |Preview
1094 |