@@ -42,10 +42,19 @@ You can find more on this topic [here](https://askubuntu.com/questions/1485442/i
42
42
43
43
TODO: Do a proper guide, guide below is just for a minimal product
44
44
45
+ 0 . Go to ` Settings ` and configure ddnet and your ` data ` directory (usually in side the ddnet directory) properly
45
46
1 . Load mapres image, like ` grass_main.png ` by clicking ` Select Image `
46
- 2 . Configure Tiles you want to use for your automapper
47
- - select FULL/EMPTY/ANY, TODO explain what this means
47
+ 2 . Configure all tiles you want to use for your automapper
48
+ - select FULL/EMPTY/ANY
49
+ - FULL: This neighbor of the (middle) tile is FULL, not EMPTY
50
+ - EMPTY: This neighbor of the (middle) tile is EMPTY, not FULL
51
+ - ANY: This neighbor of the (middle)tile is EMPTY or FULL
48
52
- select rotation/hflip/vflip, don't use empty yet
53
+ - rotation: This (middle) tile can be rotated
54
+ - hflip: This (middle) tile can be flipped horizontally (on the X axis)
55
+ - vflip: This (middle) tile can be flipped vertically (on the Y axis)
56
+ - empty: Not yet ready for usuage, FUTURE: Allows (middle) tile to be EMPTY
57
+ - remove a configured tile with right click
49
58
3 . Name your rule (top right, ` Name Mapping Rule ` )
50
59
4 . Press ` Generate ` , this will test your mapping rules, press ` Ok ` and your mapping rules will automatically be saved
51
60
in the data directory
0 commit comments