Search found 82 matches

by Ayael
Sun May 19, 2019 4:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Custumization mouse on hover ?
Replies: 9
Views: 964

Re: Custumization mouse on hover ?

Sure, the transformation on hover help to see if you can have an interaction, as you can see with my other threads I tried hard to get effect on hover everywhere for this very matter. But, still, I am very used to the change of mouse, so I would like to do it on the game. If I can't, it's ok no prob...
by Ayael
Sun May 19, 2019 4:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Edit file not working (can't script)
Replies: 4
Views: 617

Re: Edit file not working (can't script)

Hello, Try to install atom (it's the best for ren'py I think, really, usually I use Notepad++ but for the indent Atom is really the best so I recomand this one) Then, go in the folder of your game (not renpy, but the folder named after the project you created) [Name of your project]>Game > script.rp...
by Ayael
Sun May 19, 2019 2:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Custumization mouse on hover ?
Replies: 9
Views: 964

Re: Custumization mouse on hover ?

I don't care about each section, I just wanted to do it on button on the whole game, to show, this is something you can click on. Like on a website, there is a different mouse hover link and buttons, it's something so common, I was surprised it wasn't a default setting on ren'py ! Anyway, if I under...
by Ayael
Sun May 19, 2019 1:09 pm
Forum: Ren'Py Questions and Announcements
Topic: Custumization mouse on hover ?
Replies: 9
Views: 964

Re: Custumization mouse on hover ?

I saw this thread before, but it's for changing the mouse according to user choice no ? Not depending if it's a button or something else?

If I am wrong, please can I have some more explanation on the code, because it means I didn't understand it at all x)
by Ayael
Sun May 19, 2019 9:39 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to highlight CG gallery when mouse hover?
Replies: 1
Views: 408

Re: How to highlight CG gallery when mouse hover?

So I found someone with the same kind of issue than me, but I am not really satisfy with the solution, since it's "doing all over again in a different way without using gallery() fonction..." > https://lemmasoft.renai.us/forums/viewtopic.php?t=41243 I guess I would go for it, if there is r...
by Ayael
Sun May 19, 2019 8:38 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Use image as name label on game menu
Replies: 4
Views: 463

Re: Use image as name label on game menu

use game_menu(_("Préférence"), scroll="viewport"): And I can't remove it to replace by add... Thank you again to help me ! That piece of code doen't show the title, it just tell that the screen includes the contents of the screen game_menu and define the title of the screen that...
by Ayael
Sun May 19, 2019 8:04 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Use image as name label on game menu
Replies: 4
Views: 463

Re: Use image as name label on game menu

Hey, really good idea ! but it's the big title of the menu I want to modify, so, for example, it's not this line, I am trying to change : style_prefix "radio" label _("Affichage") But this one : use game_menu(_("Préférence"), scroll="viewport"): And I can't re...
by Ayael
Sun May 19, 2019 7:22 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Use image as name label on game menu
Replies: 4
Views: 463

[Solved] Use image as name label on game menu

Hell ! So, I would like my menu label to be images and not text (for esthetic reasons), if possible without using image maps because I think it's really heavy to change every screen when I am happy with everything else. https://zupimages.net/up/19/20/cmox.png So, I identify, the code displaying it :...
by Ayael
Sun May 19, 2019 4:41 am
Forum: Ren'Py Questions and Announcements
Topic: Custumization mouse on hover ?
Replies: 9
Views: 964

Re: Custumization mouse on hover ?

Oh ! Thank you for your help ! Download So I try your code, it worked perfectly, but only on a special button, is there a way to do it by default on the whole game ? (For example, menu choice in game, quick menu, big menu etc.) Still I think it can be useful to someone if for example they are lookin...
by Ayael
Sat May 18, 2019 7:27 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] How to highlight CG gallery when mouse hover?
Replies: 1
Views: 408

[Solved] How to highlight CG gallery when mouse hover?

Hi, Before anything, I want to insist on the fact, I am really trying to understand and to do things by myself, but despite the documentation, there is so many stuff I can't understand alone, things I need someone to explain me... So thank you for everyone who helped me and will help me again, I can...
by Ayael
Sat May 18, 2019 6:41 am
Forum: Ren'Py Questions and Announcements
Topic: Custumization mouse on hover ?
Replies: 9
Views: 964

Re: Custumization on hover ?

Hello there, I found this in the documentation (https://www.renpy.org/doc/html/config.html#var-config.mouse) define config.mouse = None This variable controls the use of user-defined mouse cursors. If None, the system mouse is used, which is usually a black-and-white mouse cursor. Otherwise, this sh...
by Ayael
Sat May 18, 2019 3:19 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Extras gallery button not defined
Replies: 7
Views: 2034

Re: Extras gallery button not defined

I FOUND THE PROBLEM. I did many try with gallery earlier, and there is one other files I didn't delete on the game folder with gallery statement. I tried to remove it, and suddenly, it worked perfectly ! (Sometimes there is really stupid thing that bother us) Thank you, your last saying enlighted me !
by Ayael
Fri May 17, 2019 4:53 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Extras gallery button not defined
Replies: 7
Views: 2034

Re: Extras gallery button not defined

Thank you again for your help ! I try to remove all persistent data from my game (script + extras) it didn't change anything. BUT, I noticed, when I try to reload the game, I have this error, maybe it's linked ? I'm sorry, but an uncaught exception occurred. While running game code: File "renpy...
by Ayael
Fri May 17, 2019 4:28 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Extras gallery button not defined
Replies: 7
Views: 2034

Re: Extras gallery button not defined

Hi, thank you to look at my problem ! Sure, but as I said, I didn't change anything from it, so it must be the same than the file we can download. Anyway, here it is : #### EXTRA SCREENS # Put there the image gallery buttons and music gallery definitions init python: mg= MusicRoom() mg.add("tra...
by Ayael
Fri May 17, 2019 3:53 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Extras gallery button not defined
Replies: 7
Views: 2034

[Solved] Extras gallery button not defined

Hello, I tried to follow, this EXCELLENT tutorial (https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=50040&p=511085#p511085) to create my own CG gallery, but, even so I didn't touch a single line of the code he gives, I have this error : I'm sorry, but an uncaught exception occurred. Wh...