Hello,
I am attempting to update an old automapping rule from pre-1.4. I could not get anything to happen upon hitting AutoMap both before and after following the migration guide (the rule did work previously), so I decided to start from scratch:
All in the same folder, I have:
FoliageRules.tmx
(the rules file)
Test.tmx
(the file I’m trying to automap in)
rules.txt
rules.txt
contains only the text FoliageRules.tmx
, as everything is in the same directory.
FoliageRules.tmx
has only the layers “input_AlwaysFront” and “output_AlwaysFront”.
Test.tmx
has multiple layers, one of which is “AlwaysFront”.
As a simple test, I put an arbitrary red tile on input_AlwaysFront and an arbitrary green tile in the same place on output_AlwaysFront. I saved everything, popped the red tile on AlwaysFront in test.tmx
, and… nothing. No errors, just a silent failure and a persistently red tile. Toggling Automap While Drawing/hitting CTRL+M does nothing. I’ve redone this from scratch three times, scrapped it and made the exact example from the docs to the letter, and then redone it again. No attempt has ever done anything.
The docs say to either add the rules via Project > Project Properties or have rules.txt
in the same directory as the map. rules.txt
is in the same directory as the map.
I have tried:
- Making my input a different layer than output
- Deleting every layer on
test.tmx
except for AlwaysFront - Toggling every single automapping map property on and off
- Moving
FoliageRules.tmx
to a subfolder (and updatingrules.txt
with its new directory) - Giving the
rules.txt
the full directory (eg C:.…) ofFoliageRules.tmx
- Renaming my input/output layers to input1_AlwaysFront/output1_AlwaysFront
- Deleting everything and starting completely from scratch
- Fully uninstalling and reinstalling Tiled
Can the rules file not actually just be in the same folder as the map? Is having a map be a part of a Project mandatory for automapping now? I am completely and utterly stuck, and with the failure completely silent there is nothing for me to go on to troubleshoot. I’m running Tiled 1.11.2 on Windows 10 (64bit), and I have reinstalled it fresh in the last hour.