Visual novel help ;-;

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Message
Author
kivik
Miko-Class Veteran
Posts: 786
Joined: Fri Jun 24, 2016 5:58 pm
Contact:

Re: Visual novel help ;-;

#46 Post by kivik »

Not a burden at all! Just don't be scared of the error messages, try and read them and see if they make sense first, and if you're stuck, quite often you can just google the error message and find solutions that way too :)

StarsongKG
Regular
Posts: 33
Joined: Tue Apr 03, 2018 4:10 pm
Skype: starsongrebeccawooleverstarsong
Soundcloud: @outlook.com (Skype)
Contact:

Re: Visual novel help ;-;

#47 Post by StarsongKG »

How do you get 4 characters on screen at the same time? 2 in the middle, 1 on the left, and 1 on the right? Cause i have 2 characters ontop of each other..

kivik
Miko-Class Veteran
Posts: 786
Joined: Fri Jun 24, 2016 5:58 pm
Contact:

Re: Visual novel help ;-;

#48 Post by kivik »

When you use at center, at left and at right, you're using pre-existing transforms in Renpy: https://www.renpy.org/doc/html/transforms.html

When you use a transform, Renpy places the image exactly where the transform says it goes - it doesn't take any consideration into whether you already have something there already, it doesn't work out ways to automatically align your images.

So if you want to have 4 characters on screen at the same time, you need to create your own transforms, and determine exactly where each transform will put the image. This means you need left, midleft, midright, right at the very least to achieve what you want - with midleft and midright being ones you define yourself. You may in fact find you need farleft, midleft, midright, farright (again, you need to create all these transforms yourself).

The user defined transforms link is at the bottom of the page I linked at the top. The properties you want to use are xalign (to determine horizontal alignment) and make sure they all have yalign 1.0 to align them to the bottom of the game window.

StarsongKG
Regular
Posts: 33
Joined: Tue Apr 03, 2018 4:10 pm
Skype: starsongrebeccawooleverstarsong
Soundcloud: @outlook.com (Skype)
Contact:

Re: Visual novel help ;-;

#49 Post by StarsongKG »

Ah okay.

StarsongKG
Regular
Posts: 33
Joined: Tue Apr 03, 2018 4:10 pm
Skype: starsongrebeccawooleverstarsong
Soundcloud: @outlook.com (Skype)
Contact:

Re: Visual novel help ;-;

#50 Post by StarsongKG »

Question, How do I put a warning at the very beginning of the game? Like how Dan salvato did in DDLC

StarsongKG
Regular
Posts: 33
Joined: Tue Apr 03, 2018 4:10 pm
Skype: starsongrebeccawooleverstarsong
Soundcloud: @outlook.com (Skype)
Contact:

Re: Visual novel help ;-;

#51 Post by StarsongKG »

another Question: How do you flash a picture on the screen before a fade to the next screen?

User avatar
xavimat
Eileen-Class Veteran
Posts: 1461
Joined: Sat Feb 25, 2012 8:45 pm
Completed: Yeshua, Jesus Life, Cops&Robbers
Projects: Fear&Love
Organization: Pilgrim Creations
Github: xavi-mat
itch: pilgrimcreations
Location: Spain
Discord: xavimat
Contact:

Re: Visual novel help ;-;

#52 Post by xavimat »

StarsongKG wrote: Thu Jul 26, 2018 1:52 pm Question, How do I put a warning at the very beginning of the game? Like how Dan salvato did in DDLC
You can use the splashscreen special label: https://renpy.org/doc/html/label.html#special-labels
Comunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)

User avatar
xavimat
Eileen-Class Veteran
Posts: 1461
Joined: Sat Feb 25, 2012 8:45 pm
Completed: Yeshua, Jesus Life, Cops&Robbers
Projects: Fear&Love
Organization: Pilgrim Creations
Github: xavi-mat
itch: pilgrimcreations
Location: Spain
Discord: xavimat
Contact:

Re: Visual novel help ;-;

#53 Post by xavimat »

StarsongKG wrote: Thu Jul 26, 2018 1:54 pm another Question: How do you flash a picture on the screen before a fade to the next screen?
You can use the statements scene, show, pause 0.1, with dissolve, hide to show/dissolve/hide any image.
https://renpy.org/doc/html/displaying_images.html
Comunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)

StarsongKG
Regular
Posts: 33
Joined: Tue Apr 03, 2018 4:10 pm
Skype: starsongrebeccawooleverstarsong
Soundcloud: @outlook.com (Skype)
Contact:

Re: Visual novel help ;-;

#54 Post by StarsongKG »

How do I Do multiple flashes of Images? Like as if a horrible nightmare is happening? Or something.. I was thinking Splashscreen, but that would be at the beginning, cause im able to change the speed for the splash screens so..

StarsongKG
Regular
Posts: 33
Joined: Tue Apr 03, 2018 4:10 pm
Skype: starsongrebeccawooleverstarsong
Soundcloud: @outlook.com (Skype)
Contact:

Re: Visual novel help ;-;

#55 Post by StarsongKG »

Ughhhhhhhhhhhhhhhhhhhhhhh It keeps on bugging me with errors, and I give up. this is the end of my demo, and Ive been working on it 30 minutes straight trying to fix what my errors are saying, and so now I just give up and want someone else to fix my shet. >.< Please, anyone whos willing to fix my crap, please fix it..

Code: Select all

menu
           
"Messages to thy characters."
"Jenna Armstrong" :
            "I know ive griped at you everyday at LIFT. But Im sorry. Im hot-headed, if you couldnt tell.."
            
            "Its hard to keep in my anger, when im.. well. Hot-headed.."
            
            "I hope you could forgive me."
            
            "You really have inspired me with this visual novel."
            
            "Thank you."
            
            "Il let you get back to the other menu now."
        
"Reed Sadler" :
            
            "Ouff.. Sorry.. I decided to copy the relationships from Mystic and Legion.. So Uhm.. Hah.."
            
            "Sorry!!"
            
            "Anyways."
            
            "Heads up in the love life, cause I know your GF hasnt talked to you recently."
            
            "If a girl wont reply to your messages for 2 years (Or more), You just need to dump them.. I know it may seem hard,"
            
            "But.. It would feel better, because she wasnt talking to you at all."
            
            "She wouldnt be weighing you down at all."
            
            "You would be free from weight."
            
            "Anyways."
            
            "Your kind, sweet, love-able(Heck. Even I love ya child.), nice, and Protective(From what Ive seen of you). Dont let anyone tell you otherwise."
            
            "Your not stupid, Or not mean, Your not hate-able. Your perfect in your own way."
            
            "Sure, we have our ups and downs. But Ive gotten through them. And if I can, You can aswell."
            
            "Im really glad to be friends with you."
            
"Livie Leber" :
            
            "Livie, Thy Monika in thy group."
            
            "Your the jokester! You brighten everyones days."
            
            "Your the neutral, to the genocide and Pacifist."
            
            "You have helped alot with several problems that I have had, and thank you for that."
            
            "Your an amazing 14 year old woman, and im glad to have found you as a friend."
            
            "Il let you get back to the choices.."
            
            " "
            
            "DEJA VU!!!!!!!"
            
"Faith (Last Name)" :
            
            "I know you wont see this Faith, but.."
            
            "Your a huge part of my life."
            
            "Shown me how happy life can be, how brightdays™ can be"
            
            #Show me smirking
            
            "WHahhh... What pun? What are you talking abouttt"
            
            "Anyways"
            
            "You have brighted my days, when I thought It couldnt happen."
            
            "Thank you."
            
            " "
             
            "Wolfisawesomebtw"
            
            
"Hayden ♥" :
            
            "Hayden, Where do I start!?"
            
            "I know we havent been that close since.. 2016? 2017 summer?"
            
            "I dont know.. But, every call we have I cherish."
            
            "I love our calls, and I love chatting with you."
            
            "I just had to add you to this game because you.. Well.. Brighten my darkest days."
            
            "Even the thought of our old calls always puts a smile on my face."
            
            "Ily.........."
            
            " "
            
            "Like a friend!"
            
            "Ithink"
            
            "IMEANWHAHHHHHHHHHH"
            
            " But seriously.. Im really lucky to have you as a bff."
            
            "PUN UN-INTENDED!"
            
            "Ily ♥"
            
"Kris (Last Name)" :
            
            "Kris.."
            
            "Kris Kris Kris.."
            
            "Oh what do I say about you.."
            
            "Well.. Il start from the beginning."
            
            "I absolutely HAAAAAAAAAAAAAATTED You.."
            
            "Just because you were. Uhm"
            
            "Cough"
            
            "Nosey"
            
            "Cough"
            
            "*Clears throat* AHEMM AAAAAAAAAAAAAANYWAYS"
            
            "You would just keep bothering me.."
            
            "And I think thats why I warmed up with your bubbily personality."
            
            "You keep bothering me, but I warmed up to you cause you were bugging me on my dark days, and even IF I did snap at you, you got my mind out of the dark ditch it was in."
            
            "So thank you."
            
            "Even if I seem mean and angry all the time.."
            
            "You have helped me with taking stuff of my mind, even IFFFF I dont vent."
            
            "So thank you for that.."
            
            "Christopher"
            
"Michael (Last Name)":
            
            "MICHAELL.."
            
             "OHHHHHHHHHHHHHHHHHH SWEET JESUS"
             
             "You know, I started to like you."
             
             "But you just threw that away."
             
             "Thanks for that."
             
             "But seriously, thank you for being someone I could yell at.. xD"
             
             "I was able to kinda.. Vent if thats what you call it?"
             
             "Just let out all my anger.. Er well at least most of it, without saying any sensitive information."
             
             "Thanks.."
            
"Brooke Knickerbocker" :
            
            "Ouff.."
            
            "Brooke Knickerbocker."
            
            "Yaknow.. I hated you.."
            
            "No offence"
            
            "But like.."
            
            "I Thought you were stealing Jenna from me, and that YOU hated me."
            
            "Cause I mean.. You did kick rocks at me."
            
            "Brielle even thought you were stealing Jenna from us, like she found someone new to hang out with."
            
            "Ditching us."
            
            "But uhm......"
            
            "Ya didnt steal her xD"
            
            "JeeNowIWishYouDid"
            
            "IMEANWHAHHHHHHHHHHHHHHHHHHHH"
            
            "Ahem.."
            
            "AAAAAAAnnyways."
            
            "Thanks for not stealing her from us xD"
            
            "You really have been a huuuuuuge insperation for doing this."
            
            "Thanks bro."
 

label after_menu:


Post Reply

Who is online

Users browsing this forum: Sugar_and_rice