I cannot imagine what is causing this problem.

0 favourites
  • 5 posts
  • Everything was going well. I was expanding my layout and tilemaps when out of nowhere the strangest problem started.

    Whenever my player spawns he is teleported to inside the nearest tile for my ground tileset. This wasn't happening earlier and I'm using the same tileset, there's just more of it now. I've looked through my event sheet and can't possibly imagine what is causing it. Could it be a layer issue?

  • Is the tileset set as Solid? Or maybe the player is spawned on a solid object?

    It's difficult to guess without the project file.

  • https://drive.google.com/drive/folders/1g0Q-QlsSwqnViiWFDstA_0FtSSSZbk9B?usp=sharing

    This is a link to folder with two versions of my project. One from just earlier today when it was working. And one from now. Thanks sm

  • Wow, I don't know how you did this, but each tile that looks empty on your tilemap is actually not. They are all set to transparent tiles with different IDs - 19, 20, 50 etc..

    And all tiles in the tilemap (even the transparent ones) by default have collision polygons enabled.

    So if you tick "Show collision polygons" in layout properties, you will see that pretty much all tiles in your tilemap now have collisions. The top image is how it should be, the bottom image is what it is now:

    I would probably revert back to the old version of the project, because erasing all these transparent tiles will take a lot of time. You can also open the project in beta version of C3 - they added tools to disable collisions for a large group of tiles at once. So you can do that.

    .

    I would also advise using a smaller tilemap. Its current size is 20000x20000 px, it must be really difficult to work with such a huge map.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks for the reply! I did notice what the problem was eventually... opted to erase them all by hand.. ugh.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)