So sorry if this is retreading old territory, but I looked everywhere and couldn't find any solutions. I can't seem to get arrow collisions to work. I can get full tile collisions working just fine, but I haven't yet found a solution. If anyone is still around and can help me, it'd be much appreciated!
I exported everything in the old .json format, into the correct folder as far as I know, and I've set the layer property "collision" to "arrow" (I also tried "tile-base" which works in the demo project, but not mine :kaoswt2:). I've gone into the tileset and set each tile's collision property as well. I'm at a loss, I'm currently debating whether or not to just make every collision "full" and just deal with it.:kaodes:
Tiled Plugin
● ARCHIVED · READ-ONLY
-
-
There should be template project tileset jsons that has this working. Is that not working for you?So sorry if this is retreading old territory, but I looked everywhere and couldn't find any solutions. I can't seem to get arrow collisions to work. I can get full tile collisions working just fine, but I haven't yet found a solution. If anyone is still around and can help me, it'd be much appreciated!
I exported everything in the old .json format, into the correct folder as far as I know, and I've set the layer property "collision" to "arrow" (I also tried "tile-base" which works in the demo project, but not mine :kaoswt2:). I've gone into the tileset and set each tile's collision property as well. I'm at a loss, I'm currently debating whether or not to just make every collision "full" and just deal with it.:kaodes: -
It does, I actually checked that first hoping to figure out what the problem was. I compared my files to the ones from the template project, but I couldn't find what was making the demo work and mine not.There should be template project tileset jsons that has this working. Is that not working for you?
-
It's probably the tiled versionIt does, I actually checked that first hoping to figure out what the problem was. I compared my files to the ones from the template project, but I couldn't find what was making the demo work and mine not.
-
Hi how can I make map transitions when using the tiled plugin?
-
Sorry, but i really need help, for some reason, even tho I follow all the steps necessary and worked in a test project, I just get this error when I try to use the TileD plugin in my new project
I honestly have no idea what's going on here, and I was really copunting on this plugin for this particular project
-
@grantlbart_trotheim When you get an error you need to press F8, go to the Console tab, and provide a screenshot of the full error trace.
Just the generic error message tells us nothing about where in the process your problem is. -
Alright@grantlbart_trotheim When you get an error you need to press F8, go to the Console tab, and provide a screenshot of the full error trace.
Just the generic error message tells us nothing about where in the process your problem is. -
@grantlbart_trotheim Are you using the version of the plugin from the sample project in the first post's GitHub? Something else?
Version 1.20 does not have any code on line 212 which references a tileset property. -
Tiled Plugin for RPG Maker MV by Archeia, Dr.Yami@grantlbart_trotheim Are you using the version of the plugin from the sample project in the first post's GitHub? Something else?
Version 1.20 does not have any code on line 212 which references a tileset property.
I used the sample version used in the itch.io site referenced in the first post -
@grantlbart_trotheim That's very weird - it has the same version number as the GitHub, but the code isn't the same.
That's saying there's no tempTiledData. That's probably because of the big error in the first line of your console that you looked at earlier, which is saying there's no Map6.json file. -
Okay I fixed, my problem was my own stupidty at setting the thing up, I thought that since my start screen (Map6) was nothing but a parallax background, I wouldn't need a map.json file...@grantlbart_trotheim That's very weird - it has the same version number as the GitHub, but the code isn't the same.
That's saying there's no tempTiledData. That's probably because of the big error in the first line of your console that you looked at earlier, which is saying there's no Map6.json file.