Search found 7 matches

by APD13
Mon Nov 26, 2018 3:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Gallery - page number in full screen
Replies: 0
Views: 210

Gallery - page number in full screen

Hi guys & girls, Can you please help with a question regarding gallery? I've adapted one of the code that I found here, to create a gallery with thumbnail and other options. #CG Gallery init-1: image bg sc01 = "gallery/Memory_curch.jpg" image bg sc02 = "Sys_A_2.jpg" image bg ...
by APD13
Sun Oct 14, 2018 1:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py - Creating a new UI page
Replies: 1
Views: 311

Ren'Py - Creating a new UI page

Hi, Can someone help with this thing? I've created a button in the gameplay UI for player status but I don't know how to create and make the proper link to the page where the user will be redirected for stats view. For creating the button in UI I used in the screens.rpy: screen button: vbox xalign 1...
by APD13
Sat Sep 29, 2018 3:29 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create a patch for replacing character names?
Replies: 3
Views: 1249

Re: How to create a patch for replacing character names?

@kostek00: I will give it a try. Thanks
by APD13
Sat Sep 29, 2018 12:43 pm
Forum: Ren'Py Questions and Announcements
Topic: How to create a patch for replacing character names?
Replies: 3
Views: 1249

How to create a patch for replacing character names?

Hello, I want to ask you something about another topic of which I can't figure it out. How I structure a script so that when a player installs in the game directory one of my patches aka mods, that patch will be active. Example: I've created a Ren'py game with the following characters: define m = Ch...
by APD13
Thu Sep 27, 2018 2:26 pm
Forum: Ren'Py Questions and Announcements
Topic: In game menu with single use choices
Replies: 6
Views: 964

Re: In game menu with single use choices

I am here with feedback. It worked and thank you all for the support. GG
by APD13
Thu Sep 27, 2018 1:53 pm
Forum: Ren'Py Questions and Announcements
Topic: In game menu with single use choices
Replies: 6
Views: 964

Re: In game menu with single use choices

Thank you guys, I am going to try it now
by APD13
Wed Sep 26, 2018 3:57 pm
Forum: Ren'Py Questions and Announcements
Topic: In game menu with single use choices
Replies: 6
Views: 964

In game menu with single use choices

First of all, I want to say hello as this is my first post on this forum and it is cool to see that there are people with whom I can share the same passion and that is a game dev. I am relatively new to Ren'py so I have a question regarding the in-game menu. I would like to create an in-game menu fr...