Search found 7 matches

by Shlizer
Tue Jan 25, 2022 7:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py Dark Mode?
Replies: 6
Views: 487

Re: Ren'Py Dark Mode?

Maybe there are some plugins or themes for your editor? I'm also not sure if it's dealing well with Renpy code since it's not supported. You could change editor for something more modern (jEdit didn't have any new version like 9 or 10 years?). I'm using VSC for Renpy projects and it has many dark th...
by Shlizer
Tue Jan 25, 2022 7:31 am
Forum: Ren'Py Questions and Announcements
Topic: Transform states in python
Replies: 0
Views: 3323

Transform states in python

Hey, I've got a problem with transforms and I was wandering if you can help with it. Currently I'm passing a transform function to change some states of my buttons, but I'd like to add some life to it, so I was wondering if there is possibility to add like in regular ATL block something like idle or...
by Shlizer
Mon Jan 17, 2022 4:58 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] restart_interaction() refreshes music
Replies: 9
Views: 481

Re: restart_interaction() refreshes music

You can create a CDD, as you did before, but instead of just storing data, it manipulates its child based on that data. I mean, what the documentation on CDD shows you: https://www.renpy.org/dev-doc/html/cdd.html That's the first approach I did and I've got a problem with navigation - each time any...
by Shlizer
Mon Jan 17, 2022 10:58 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] restart_interaction() refreshes music
Replies: 9
Views: 481

Re: restart_interaction() refreshes music

Never heard of `before_main_menu`, but it works nicely..

Can you elaborate on that listening to mouse events on transform? I can't use renpy blocks in trasform I believe.
by Shlizer
Mon Jan 17, 2022 9:49 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] restart_interaction() refreshes music
Replies: 9
Views: 481

Re: restart_interaction() refreshes music

nice idea.. I've tried to use that hint and it looks like I'm a step closer.
the problem is that I'm using it on `main_menu` screen, so after adding it in eg. `splashscreen` works really well, but if I'll try to start a game and go back to main menu it's not playing anything.
by Shlizer
Sun Jan 16, 2022 11:23 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] restart_interaction() refreshes music
Replies: 9
Views: 481

[SOLVED] restart_interaction() refreshes music

Hey, I'm trying to do few things on screen that will depend on mouse position (eg. set position of elements or show text with cursor position).. I've got many different approaches, but currently I'm using one with adding mouse position checker as displayable on screen: class getMousePosition(renpy.D...
by Shlizer
Fri Sep 03, 2021 4:00 am
Forum: Ren'Py Questions and Announcements
Topic: Screen on top of other
Replies: 0
Views: 749

Screen on top of other

Hi. I'm currently working on my own achievement module, similar to one like that: https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=61320&sid=f660ea20e7dae74696163b9ccc72ad89 but I'm having truble with popup overlay. What I'm trying to achieve? I'm going to create screen for showing fre...