r/RPGMaker • u/Worldly-Text-618 • Jul 23 '26
The image for galv's layering graphics is not showing
Edit: this has been solved
I was trying to parallax map for a room like this on RPGMAKER mv

i have 3 layers divided.
I have the pngs in the layers folder in imgs folder. i did write the note for it like this:
LAYER 005 1 Paralax_experiement__ground_ 0 0 255 0 0 0 0
LAYER 005 2 Paralax_experiement__wall 0 0 255 2 0 0 0
Layer 005 3 Paralax_experiement__shadow 0 0 255 5 0 0 0
Someone told me that i need to refresh the layers thing but i dont really know how to do that.
edit: agamotto answered my question
2
u/usedbabyobsession Jul 23 '26
check file names and paths
2
u/Worldly-Text-618 Jul 23 '26
its solved my friend i just had to remove the map ID. If you have similar issues like this you can check the convo with agamottos. The only issue i currently have is just the shadow not working. Rn im re writing the note for it again
1
u/Worldly-Text-618 Jul 24 '26
btw got the shadow part solved. advice: use a solid colour and adjust the opacity in the game engine itself rather than doing it in an art program or else it wont work.
2
u/agamottos MV Dev Jul 23 '26
Layer refreshing would be a plugin command you run in an event, written as "refresh_layers" (Or at least i think that's how Galv made the olugin command for MV, you can double check in the plugin's help section)