Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits) (+1)

The files are working fine. Please, if you don't know Tiled, you can access my Discord to get help but to learn more about the software in general, I recommend their official Discord and their Documentation
Here is a quick tip about automapping: 

  • rules.txt must be placed in the same folder as the map file
  • you can have multiple rule.txt files. If you have a map in another folder, create a rule.txt in this folder as well
  • the rule.txt: to refer to rules in previous folders, use "..\" to jump to previous folder and then type the rest of the path. you can repeat this process to go further but I recommend to keep your folder structure simple and not too nested
  • automapping works per layer, so the name of the layer matters. Check the rules(.tsx files) to check the layer target

I solved it  It was a layer name issue. thank you!!