Search found 792 matches

by rayminator
Sat May 07, 2022 5:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Defining music with functions
Replies: 2
Views: 321

Re: Defining music with functions

this might help you out a bit it might give you a idea init python: renpy.music.register_channel("one", mixer="music", loop=None, stop_on_mute = True, tight=False, file_prefix="", file_suffix="", buffer_queue=True) renpy.music.register_channel("two",...
by rayminator
Fri May 06, 2022 9:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Any multiplayer middle & backend solutions for Ren'py?
Replies: 2
Views: 1452

Re: Any multiplayer middle & backend solutions for Ren'py?

you can have multi player type of game but you have code yourself by using code you find or made yourself here some rpg style but they mostly for battle https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=37710#p408490 https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=22138&p=423...
by rayminator
Thu May 05, 2022 12:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'py doesn't save a variable as expected. [fixed in 7.5/8.0]
Replies: 3
Views: 405

Re: Ren'py doesn't save a variable as expected.

you loading from the first line of the game so of course it's going to change every time you load from that save it's because you don't have nothing above that line but only a if statement you will need to use $ renpy.retain_after_load() it might work but it might not cause it's the first line of text
by rayminator
Wed May 04, 2022 11:16 am
Forum: Ren'Py Questions and Announcements
Topic: help: magnifying glass *~*
Replies: 2
Views: 1129

Re: help: magnifying glass *~*

here is a couple of pointers: start slow and don't rush read the documentation on renpy https://www.renpy.org/doc/html/ this is how I started using renpy learn python start on a small project (learn how to use default/define/jump/call/label and choices) learn more python start on a medium project (l...
by rayminator
Thu Apr 28, 2022 7:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Elif statement not doing what I want
Replies: 8
Views: 491

Re: Elif statement not doing what I want

cause you only need one action not two you have it action action can you see the two actions in this line idle "/images/Wheel UI/Acurate_hover_7.png" action action [SetVariable("selection_number", 7), Jump("drawing_minigame")] hovered SetVariable("selection_hovered...
by rayminator
Thu Apr 28, 2022 5:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Elif statement not doing what I want
Replies: 8
Views: 491

Re: Elif statement not doing what I want

you can't use jump in screens it has to be in a label but you can use a Jump in a screen but you need it inside a imagebutton/textbutton/timer with a action
by rayminator
Mon Apr 25, 2022 10:31 am
Forum: Ren'Py Questions and Announcements
Topic: why my image animation lag ???
Replies: 2
Views: 357

Re: why my image animation lag ???

I have noticed the lag as well it's possible it's not from renpy but from windows
by rayminator
Mon Apr 18, 2022 10:52 am
Forum: Ren'Py Questions and Announcements
Topic: How to get the time left on a timer?
Replies: 2
Views: 389

Re: How to get the time left on a timer?

you can use "[time]"
by rayminator
Sat Apr 16, 2022 5:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Don't know how to remove imagebuttons.
Replies: 4
Views: 434

Re: Don't know how to remove imagebuttons.

do I really have tell you how to make a new file?

in atom click on file then select New File and make sure you put .rpy like something.rpy
same thing in most of other editors
by rayminator
Wed Apr 13, 2022 10:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Don't know how to remove imagebuttons.
Replies: 4
Views: 434

Re: Don't know how to remove imagebuttons.

I would put screen inside it's own rpy file and I would us call screen something instead of show here is a example: screen something: # real buttons here on top... imagebutton: idle "your_conference_door_closed.png" hover "your_conference_door_open.png" xpos 75 ypos 77 action Jum...
by rayminator
Sun Apr 10, 2022 8:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Bring Text to the Front
Replies: 2
Views: 381

Re: Bring Text to the Front

there is only two thing you can do is to make the textbox bigger or shorting the sentence.
by rayminator
Sun Apr 10, 2022 1:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Simple indexation error
Replies: 8
Views: 544

Re: Simple indexation error

Isn't "test" define by those line : persistent.achievements_dict = {"test": {"type": 0, "title": "zz", "text": "qsdqsd", "icon": "images/icons/ach.png" or those lines (in my previous try) : if not persistent.a...
by rayminator
Sun Apr 10, 2022 12:23 pm
Forum: Ren'Py Questions and Announcements
Topic: Simple indexation error
Replies: 8
Views: 544

Re: Simple indexation error

you have to define test that's all

what is test for?

define or default test = "" or [] or {} or 0
by rayminator
Sun Apr 10, 2022 9:38 am
Forum: Ren'Py Questions and Announcements
Topic: Installing JDK Doesn't Work
Replies: 2
Views: 368

Re: Installing JDK Doesn't Work

there is more then just downloading it and installing it there is more to it that needs to be done you need to set a proper path to the JDK make sure you read instruction on how to do it it is some what hard to do there are videos on how to video/web on how to set a path https://docs.oracle.com/java...