I've been trying to rip the sprites of a character from a game made in Ren'py, but I hit a wall with this. The game apparently uses layered images for making it's sprites, problem is I have no idea what to do with the layers.
I managed to rip all the images themselves and even got what seems to be the code that puts the images together, but I have no idea what to do with it.
Is there maybe a program that helps me to arrange the images together as they were intended? I've looked around and found some programs that supposedly did this but they don't seem to be working anymore.
Here's the code I found.
init define composite rune:
path "actors/rune/"
transform:
pos (0.5, 1.0)
anchor (scale(263), scale(864))
zoom scale(0.51)
position body
position fa:
pos (326, 191)
position fb:
pos (326, 191)
position fc:
pos (326, 191)
position etc:
pos (326, 191)
And here's some examples of how the images are stored.