• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Polished Floors

Resource Polished Floors 2022-12-24

TechSkylander1518 submitted a new resource:

Polished Floors - Terrain tag for tiles with reflections that don't ripple.

View attachment 14572
Script to make ripples a property of terrain tags separate from shows_reflections, for reflective floors.​

Code​

Paste as a new script section above Main, or download as a Plugin here.
Ruby:
module GameData
  class TerrainTag
    attr_reader :ripples
   
    alias oldinitialize initialize
    def initialize(hash)
      oldinitialize(hash)...

Read more about this resource...
 

REALMUGEN

Trainer
Member
Joined
Jan 23, 2020
Posts
69
Thank you so much for sharing this.

I love this kind of details.

Question: Is there a way for the other events to be reflected as well to avoid the vampire effect on the NPCs?
 
Back
Top