Hi, I have questions about date system like summertime saga

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.
Post Reply
Message
Author
h0932377128
Newbie
Posts: 3
Joined: Sat Oct 05, 2019 11:13 am
Contact:

Hi, I have questions about date system like summertime saga

#1 Post by h0932377128 »

I am starting to learn renpy. I just got to know the basic lines of code. I have questions. How do you build a game with the date system? In which the Game will end at some point (ex: 100 day). And how to build a date system that includes morning, lunch, and afternoon. In which If you do something, it will automatically switch from morning to afternoon, from afternoon to evening. I mean like the datetime system in summertime saga. And the code is classified like? Only write in script.rpy or in another file?
For example my code is:

Code: Select all

label start:
     ...................
     label d55:
                     stop music 
                     play music "music/ssss.mp3"
                     scene ysafko_ds
                     with dissolve
                     k "what do u want?" 
                     menu:
                         "Learn kungfu": (Use morning time, after...)
                             jump d58    
                         "Talk to people": (Use morning time, after...)
                             jump d59
                         "go back":
                             stop music
                             play music "music/time.mp3"
                             jump d54
                     label d58:
                         storyteller "You're learn some good move"
                         scene kungfu
                         with v_punch
                         stop music
                         play music "music/time.mp3"
                         jump d55
                     label d59:
                         menu:
                               ......................bla bla
                               
I hope to know more knowledge about renpy. Thanks!

rayminator
Miko-Class Veteran
Posts: 793
Joined: Fri Feb 09, 2018 12:05 am
Location: Canada
Contact:

Re: Hi, I have questions about date system like summertime saga

#2 Post by rayminator »

there is a lot of info here you can read or you can talk to the Dev DarkCookie about it.

he properly got it from here and made it into his own liking's.
His game is a continues game play that loops you can replay all Adult scenes

Ren'Py Cookbook Directory:
viewtopic.php?f=51&t=34131

h0932377128
Newbie
Posts: 3
Joined: Sat Oct 05, 2019 11:13 am
Contact:

Re: Hi, I have questions about date system like summertime saga

#3 Post by h0932377128 »

rayminator wrote: Wed Oct 09, 2019 11:20 am there is a lot of info here you can read or you can talk to the Dev DarkCookie about it.

he properly got it from here and made it into his own liking's.
His game is a continues game play that loops you can replay all Adult scenes

Ren'Py Cookbook Directory:
viewtopic.php?f=51&t=34131
I know renpy cookbook, but I'm a beginner. When I got there, I felt like I didn't know where to start from the beginning. But thanks for the help

rayminator
Miko-Class Veteran
Posts: 793
Joined: Fri Feb 09, 2018 12:05 am
Location: Canada
Contact:

Re: Hi, I have questions about date system like summertime saga

#4 Post by rayminator »

So you just started like me last year. I only know how to do html, css, php and MySQL at the time

So I suggest you learn more about python coding first but also only do a basic game that doesn't require much python until you learn more about python instead of doing a advance game like summertime saga.

There are a lot of youtube videos and you can go to https://python-forum.io/ and there other sites out there and play around with the codes that you find on the cookbook forums on here

keep reading this it will help as well
https://www.renpy.org/doc/html/

h0932377128
Newbie
Posts: 3
Joined: Sat Oct 05, 2019 11:13 am
Contact:

Re: Hi, I have questions about date system like summertime saga

#5 Post by h0932377128 »

rayminator wrote: Wed Oct 09, 2019 1:47 pm So you just started like me last year. I only know how to do html, css, php and MySQL at the time

So I suggest you learn more about python coding first but also only do a basic game that doesn't require much python until you learn more about python instead of doing a advance game like summertime saga.

There are a lot of youtube videos and you can go to https://python-forum.io/ and there other sites out there and play around with the codes that you find on the cookbook forums on here

keep reading this it will help as well
https://www.renpy.org/doc/html/
Ok i Got it. Thank you!

GNVE
Regular
Posts: 39
Joined: Wed Sep 12, 2018 4:11 pm
Completed: ShSt - Bad Day
Projects: ShSt - Afterparty, Collings University
itch: https://gnve.itch.io
Contact:

Re: Hi, I have questions about date system like summertime saga

#6 Post by GNVE »

This really jumpstarted my python understanding and is a free resource: https://cscircles.cemc.uwaterloo.ca/ The great thing about python is there are really good free tutorials out there.

Post Reply

Who is online

Users browsing this forum: Google [Bot], IrisColt