Search found 9 matches

by yoni_
Sat Apr 28, 2018 7:27 am
Forum: Ren'Py Cookbook
Topic: Basic Message System
Replies: 93
Views: 58060

Re: Basic Message System

How can we customize the textbutton appearance? the box that displays the name and subject.
by yoni_
Wed May 24, 2017 11:53 am
Forum: Ren'Py Cookbook
Topic: Tutorial: A very alternative CG/BG Gallery using Imagebutton
Replies: 11
Views: 14593

Re: Tutorial: A very alternative CG/BG Gallery using Imagebu

For anyone who's following this code, I fixed a part of this code that got me an error. (not a syntax error)

viewtopic.php?f=8&t=44110
by yoni_
Tue May 23, 2017 10:01 am
Forum: Ren'Py Questions and Announcements
Topic: Gallery thumbnail won't show (following Karizu's method)
Replies: 2
Views: 891

Re: Gallery thumbnail won't show

is the persistent unlocked(like you unlock it in the script and then try to view it)? and you could try moving the xpos and ypos? Those are my best guesses, but someone else might have a better idea ! :) Yes I did unlock it in the code. scene cg1 with dissolve $persistent.CG1_1_unlocked = True &quo...
by yoni_
Tue May 23, 2017 8:57 am
Forum: Ren'Py Questions and Announcements
Topic: Gallery thumbnail won't show (following Karizu's method)
Replies: 2
Views: 891

Gallery thumbnail won't show (following Karizu's method)

Hey~ I am working on my CG gallery, I got pretty much everything done and working. except for the thumbnail, No matter what I do the thumbnail won't show. it's clickable but the image of the thumb won't show. this is my code (I am following this https://lemmasoft.renai.us/forums/viewtopic.php?p=4154...
by yoni_
Tue May 23, 2017 8:30 am
Forum: Ren'Py Questions and Announcements
Topic: How to make an "Extra gallery" menu?
Replies: 6
Views: 936

Re: How to make an "Extra gallery" menu?

I'm still confused, so I might as well give you both answer... You can start of by reading about Imagebutton in Ren'Py documentation. Imagebutton takes both image file and image displayable. So both ways would work fine. imagebutton idle "gallery_idle.png" action ShowMenu("gallery&qu...
by yoni_
Sun May 21, 2017 9:45 am
Forum: Ren'Py Questions and Announcements
Topic: How to make an "Extra gallery" menu?
Replies: 6
Views: 936

Re: How to make an "Extra gallery" menu?

Divona wrote:
yoni_ wrote:Thank you! but how do I define the image buttons place?
I have no idea what do you mean by "define" here. As in define image to use in imagebutton, or do you asking about the position of the imagebutton?
Yep that's what I meant ^^
by yoni_
Sun May 21, 2017 9:14 am
Forum: Ren'Py Questions and Announcements
Topic: How to make an "Extra gallery" menu?
Replies: 6
Views: 936

Re: How to make an "Extra gallery" menu?

You mean as click on one of the imagebutton and then show another screen? screen extra(): ## This ensures that any other menu screen is replaced. tag menu hbox: imagebutton auto "gallery_%s.png" action ShowMenu("gallery") imagebutton auto "music_room_%s.png" action Sho...
by yoni_
Sat May 20, 2017 5:16 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make an "Extra gallery" menu?
Replies: 6
Views: 936

How to make an "Extra gallery" menu?

Hello! It's me again~ I wanted to ask how to make an extra menu that will contain (gallery, music room, mini game, character bio, and after ending, so on) I know how to make screens but I don't know how to put a screen in another screen. Like this https://drive.google.com/open?id=0B1d6Vg90XkNfaE1PaX...
by yoni_
Thu May 18, 2017 11:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy.input (length) not working.
Replies: 1
Views: 887

Renpy.input (length) not working.

hey, I wanted to make a screen where the player will pick their name. Everything worked except for the "length". This error keeps showing up. I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/name_input.rpy", lin...