BrandoSheriff
Has a tendency to figure things out
- 776
- Posts
- 17
- Years
- Age 30
- On an island with Hakaze
- Seen Feb 2, 2025
Hi, so I'm trying to figure out if it's possible to remove the reflections from the game's water.
I've tried messing with the tile behavior and setting the water and its borders to MB_NORMAL, and this does work, but it also removes the ability to surf in it. Is there a sure-fire way to remove these reflections? It'll def cause a bit of annoyance in my map designs if there isn't.
EDIT: Wasn't too hard of a fix it seems. I looked in metatile_behaviors.c and noticed a function that checks for reflectiveness, so I changed the water and border tiles to MB_OCEAN_WATER, which wasn't in the check, and everything seems to be good, including the ability to surf.
I've tried messing with the tile behavior and setting the water and its borders to MB_NORMAL, and this does work, but it also removes the ability to surf in it. Is there a sure-fire way to remove these reflections? It'll def cause a bit of annoyance in my map designs if there isn't.
EDIT: Wasn't too hard of a fix it seems. I looked in metatile_behaviors.c and noticed a function that checks for reflectiveness, so I changed the water and border tiles to MB_OCEAN_WATER, which wasn't in the check, and everything seems to be good, including the ability to surf.
Last edited: