Search found 103 matches

by zabuzaeldemonio
Mon Apr 23, 2018 11:35 am
Forum: Ren'Py Questions and Announcements
Topic: Doubt about the themes
Replies: 1
Views: 457

Doubt about the themes

Is it possible to change the size of the letters of the different themes that renpy has? theme.tv( ## Theme: TV ## Color scheme: Basic Blue ## The color of an idle widget face. widget = "#003c78", ## The color of a focused widget face. widget_hover = "#0050a0", ## The color of th...
by zabuzaeldemonio
Mon Apr 16, 2018 11:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 946

Re: Doubt about Jumps and screen

Okey, I ll use Show, then.
by zabuzaeldemonio
Mon Apr 16, 2018 6:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 946

Re: Doubt about Jumps and screen

Thanks, I think I can get an idea of ​​how to use it, now it only remains to see if even clicking on the right returns to the point where I open the screen or stay in the new place.
by zabuzaeldemonio
Mon Apr 16, 2018 6:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 946

Re: Doubt about Jumps and screen

Could you give a simple example of how to store the place and then how to use it? I've really only used the basic variables like, Variable = True, and the analysis of the use of the If
by zabuzaeldemonio
Mon Apr 16, 2018 2:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 946

Re: Doubt about Jumps and screen

Could you tell me more about?

Code: Select all

player.location = "zone1"
by zabuzaeldemonio
Sun Apr 15, 2018 9:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Doubt about Jumps and screen
Replies: 8
Views: 946

Doubt about Jumps and screen

Greetings, I would like to know if there is any way to perform a permanent jump through a screen: For example: screen map: use navi imagebutton auto "gui/map/zone_%s.png" xpos 390 ypos 720 action Jump('zone1') activate_sound ("musica/menu/Blip2.wav") hovered [ Play ("test_al...
by zabuzaeldemonio
Sat Apr 07, 2018 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]How to disable the right click absolutely?
Replies: 2
Views: 537

[Solved]How to disable the right click absolutely?

Hi guys, as the title says I would like to know how to deactivate it, I have already tried with $ _game_menu_screen = None, but this only prevents you from going to the save menu, it does not avoid leaving screens.
by zabuzaeldemonio
Thu Apr 05, 2018 6:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Consistent crash [pythonw.exe stopped responding] no traceback
Replies: 1
Views: 493

Consistent crash [pythonw.exe stopped responding] no traceback

Greetings, since a few days, I am suffering this bug. The bug occurs randomly, sometimes it crashes while others run the project well, I honestly do not have the slightest idea what happens. The version I'm using is Ren'Py 6.99.13.2919, although I've tried to use previous versions, and still the fau...
by zabuzaeldemonio
Wed Mar 21, 2018 3:11 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1641

Re: Doubt about the screen

Thank you very much, it has really helped me.
by zabuzaeldemonio
Tue Mar 20, 2018 2:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1641

Re: Doubt about the screen

Full scene.
by zabuzaeldemonio
Tue Mar 20, 2018 1:52 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1641

Re: Doubt about the screen

Thank you very much for the help, and I regret having expressed the problem badly
by zabuzaeldemonio
Tue Mar 20, 2018 1:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1641

Re: Doubt about the screen

Yes to the three questions.
by zabuzaeldemonio
Tue Mar 20, 2018 1:41 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1641

Re: Doubt about the screen

It is on the image button

Code: Select all

action Jump ("remember")
by zabuzaeldemonio
Tue Mar 20, 2018 1:35 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Doubt about the screen
Replies: 17
Views: 1641

Re: Doubt about the screen

My idea is that when the player clicks on the logo, he can return to the moment before clicking on it, or click on the image in the logo and make the corresponding jump