• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Scripting Question] Puddle/Stillwater Terrain tag, help :(

  • 14
    Posts
    13
    Years
    Hello I have a very simple question
    I have the essentials v17 and the following happens to me:
    When I apply the stillwater and puddle terrain tags they are only visible when they are applied in the first layer in the rpg maker, if I put the tile in the second or third layer they are not seen in the game.
    help me please :(
    [PokeCommunity.com] Puddle/Stillwater Terrain tag, help :(

    [PokeCommunity.com] Puddle/Stillwater Terrain tag, help :(

    My script :(
    Spoiler:
     
    That is normal, since v17 changed how tiles that make reflections work. It draws those tiles far under the map, so that the reflection (which is always on, and also under the map but above the level of the reflection tiles) can appear through the "hole". course, if you draw it on a second layer, it'll appear under the grass, so you can't see it anymore.

    Bottom line, all tiles that have the reflection property must be on layer 1. or at least not have anything under them, which will block them.
     
    It'd be much easier to just put it on the first layer.

    Reflections don't work the same way as they do in v16, so they'd always be under the map. Even if you remove that part, then you'd have to edit the reflection to check if it "should be turned on", and this change was supposed to fix issues with having to check all the time for everything that has reflections (maybe not nearly as terrible because everything in v16 automatically got a reflection unless you told it not to).

    Just make it on the first layer.
     
    The layer you've drawn the water on is irrelevant. Your problem is that you've also drawn grass tiles in the same place for some bizarre reason (you'll never see it so why draw it?). Have a look at how the example maps do it.
     
    Back
    Top