Hello, I have begun to build up the structure for a Visual Novel where the player from the start can select from 4 characters to play as MC. Later there will be another generation that take over. I managed to get the character selection screen to work perfect for 2 characters, but I can't align in right with 4. I work on a 1280x720 image cut up into 4 parts of 320x720. But either the images overlap to much into left or right, I simply put can't align them properly.
If anyone can look on the code example and then the image you will probably see what/where I did go wrong.
However, nothing is set in stone. technically I could work with this and just make transparent PNG images of the characters so it's nothing "game breaking" for me, but this is still quite important for my next side-question:
Is there any convenient way to make a overworld map. In my case I just need to make maps of towns and locations on planets. From my guess (please correct me if I am wrong) the xalign is for left/right and yalign is for up/down? So if I make a nice map, then I just add "imagebuttons" for all locations? Is that how you make a clickable map in Ren'py?
I am 100% new on Ren'py but feel that once the character selection screen issue is explained a bit for me and the best way to make a map then I'll start to work on how "flags" are stored for the MC's so the game won't forget important events.
If anyone can look on the code example and then the image you will probably see what/where I did go wrong.
You don't have permission to view the spoiler content.
Log in or register now.
However, nothing is set in stone. technically I could work with this and just make transparent PNG images of the characters so it's nothing "game breaking" for me, but this is still quite important for my next side-question:
Is there any convenient way to make a overworld map. In my case I just need to make maps of towns and locations on planets. From my guess (please correct me if I am wrong) the xalign is for left/right and yalign is for up/down? So if I make a nice map, then I just add "imagebuttons" for all locations? Is that how you make a clickable map in Ren'py?
I am 100% new on Ren'py but feel that once the character selection screen issue is explained a bit for me and the best way to make a map then I'll start to work on how "flags" are stored for the MC's so the game won't forget important events.