Ren'py - Images in Credits (See description for more info)

Channel:
Subscribers:
366
Published on ● Video Link: https://www.youtube.com/watch?v=MxHnkLgd9Dk



Duration: 0:00
91 views
5


Easiest way to have the best looking credits. This is the main option you could also make a video and have that video play. But this was easy, I am surprised I didn't figure it out myself. (Sometimes the easiest answer is the hardest to find.)
Big thanks to purplelizardman on Tumblr. (Not that I talked to them but their information about this topic helped me make this so I will leave a link so it may help you too.)
https://www.tumblr.com/purplelizardman/173357234818/scrolling-credits-in-renpy

Hope this helps others who were wondering. There is probably a long script way to add it in otherwise but to save yourself the headache and make your credits how you want them to be use this.
If you want the images to be different based on the character the player dated or the ending the player got, you can use the if statements. Like below.

if Ending2 == True:
show credits_image2 (etc)
if Ending1 == True:
show credits_image1 (etc)

Just make separate images for each ending you want and when it comes time for the credits you can have it play that ending.