Search found 122 matches
- Sun Jun 02, 2019 2:05 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to create a second frame?
- Replies: 2
- Views: 625
Re: How to create a second frame?
Thanx Alex
- Sat Jun 01, 2019 11:11 am
- Forum: Ren'Py Questions and Announcements
- Topic: How to create a second frame?
- Replies: 2
- Views: 625
How to create a second frame?
Hi all, If I would like to create a second different frame, can I do this? this is the standard code you can find in the screen file of any game: style frame: padding gui.frame_borders.padding background Frame("gui/frame.png", gui.frame_borders, tile=gui.frame_tile) if I want to create another style...
- Fri May 24, 2019 4:19 pm
- Forum: We are a Free Project looking for Partners
- Topic: Looking to Create a Team for Sci-Fi VN
- Replies: 4
- Views: 821
Re: Looking to Create a Team for Sci-Fi VN
hi, I'm developing a similar VN, and I'm the artist, developer, and plot story writer ; I foung a very good collaborator for the translations and implementations of dialogues, now I'm looking for a programmer... Anyway, I don't know your project and your story, but, because the theme mine and yours ...
- Fri May 24, 2019 3:55 pm
- Forum: We are a Free Project looking for Partners
- Topic: [CLOSED] I'm looking for a ren'py programmer
- Replies: 0
- Views: 230
[CLOSED] I'm looking for a ren'py programmer
I'm developing the game "Slip Over Time", but I'm an artist, and for less than a year I have taken up this passion (drawing and creating stories) after 25 completely different years of work. Discovering this world has stimulated me to look for an outlet that could finally leave my inspiration free a...
- Thu May 23, 2019 3:16 pm
- Forum: Ren'Py Questions and Announcements
- Topic: How to set an "summary/help screen"?
- Replies: 2
- Views: 560
Re: How to set an "summary/help screen"?
Thanks for the example Per
I must try it, I'm not sure to have undertood all.
I must try it, I'm not sure to have undertood all.
- Thu May 23, 2019 11:38 am
- Forum: Ren'Py Questions and Announcements
- Topic: How to set an "summary/help screen"?
- Replies: 2
- Views: 560
How to set an "summary/help screen"?
hi all, I would like to create an help screen, which allows the player to view a list of key points about the actions he has to perform (something like a reminder ..) the screen that displays this list, is a simple background with dots, for each dot there is a text that reminds the player what he st...
- Mon May 20, 2019 12:29 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Is it posible to play a movie and contemporary go on with the dialogues?
- Replies: 2
- Views: 224
Re: Is it posible to play a movie and contemporary go on with the dialogues?
mhm sound interesting and easy... I'll try
Thank you thery much
see you
Thank you thery much
see you
- Mon May 20, 2019 6:56 am
- Forum: Ren'Py Questions and Announcements
- Topic: Is it posible to play a movie and contemporary go on with the dialogues?
- Replies: 2
- Views: 224
Is it posible to play a movie and contemporary go on with the dialogues?
Hi all
I would like , in some scenes, to play a movie (instead use transform ATL) for simplyfy the code, but if I play a movie, is it possible also see the textbox and go on with dialogues?
thanks
I would like , in some scenes, to play a movie (instead use transform ATL) for simplyfy the code, but if I play a movie, is it possible also see the textbox and go on with dialogues?
thanks
- Fri May 10, 2019 2:25 am
- Forum: Ren'Py Questions and Announcements
- Topic: how can we modify the music volume for each single file?
- Replies: 2
- Views: 186
Re: how can we modify the music volume for each single file?
Thanks Saa
I'll try to apply.
I'll try to apply.
- Thu May 09, 2019 12:27 pm
- Forum: Ren'Py Questions and Announcements
- Topic: how can we modify the music volume for each single file?
- Replies: 2
- Views: 186
how can we modify the music volume for each single file?
Hi all,
is it possible modify the volume of every single music file?
When I tested my game I saw that sometimes one music file it too high, and others are too low...
if I use the command:
play music [music/"mymusic.mp3"] fadein 1.0
what can I do to set this single volume?
Many thanks
is it possible modify the volume of every single music file?
When I tested my game I saw that sometimes one music file it too high, and others are too low...
if I use the command:
play music [music/"mymusic.mp3"] fadein 1.0
what can I do to set this single volume?
Many thanks
- Mon May 06, 2019 12:58 pm
- Forum: Ren'Py Questions and Announcements
- Topic: delay problem, how can i delay to show a vbox into a screen, or the texts inside it?
- Replies: 2
- Views: 130
Re: delay problem, how can i delay to show a vbox into a screen, or the texts inside it?
Thanks nature,
I saw around the link and I wrote a solution that split in two screen the original one and use a label to define all; seems it run..
see you
I saw around the link and I wrote a solution that split in two screen the original one and use a label to define all; seems it run..
see you
- Mon May 06, 2019 11:22 am
- Forum: Ren'Py Questions and Announcements
- Topic: delay problem, how can i delay to show a vbox into a screen, or the texts inside it?
- Replies: 2
- Views: 130
delay problem, how can i delay to show a vbox into a screen, or the texts inside it?
Hi all, I'm building many screens with several texts and vbox, but my problem is that the main image of the screen appear with many and different transformation, and during this transformations the vbox appear immidiatly.... here the example of my code: screen info: zorder 90 add "glassinfo" at zoom...
- Mon Apr 29, 2019 1:57 pm
- Forum: Ren'Py Questions and Announcements
- Topic: how positioning text with "show text" command?
- Replies: 2
- Views: 209
Re: how positioning text with "show text" command?
Real clear,
many thanks, I will try all.
see you
many thanks, I will try all.
see you
- Mon Apr 29, 2019 5:03 am
- Forum: Ren'Py Questions and Announcements
- Topic: how positioning text with "show text" command?
- Replies: 2
- Views: 209
how positioning text with "show text" command?
Hi all, I wanted to create two different textbox styles to differentiate the normal dialogues from the narration, but since I have little code experience, to simplify all, I thought of using a different textbox image and associating it with the "show text" command, but my problem is that I don't hav...
- Fri Apr 05, 2019 5:09 am
- Forum: Ren'Py Questions and Announcements
- Topic: How can I make a save button like that?
- Replies: 4
- Views: 375
Re: How can I make a save button like that?
Hi, I never had this problem, but if you didn't yet it, I suggest you to view and understand how the " standard save screen" is set (I think is in the custom file screen), and witch are the actions related on. After you can try to applicate these commands, actions or functions, to your personal scre...