text
stringlengths
0
40.9k
label
stringlengths
5
23
dataType
stringclasses
2 values
communityName
stringlengths
5
23
datetime
stringclasses
32 values
remove these 3 lines renpy.restart_interaction() h_hours = 00 m_minutes = 00 adding to what u/DingotushRed has but it will take 30 seconds to update the clock at first modify it to this screen clockScr():     on "show" action Function(change_hour) # add this line to get the time updated as soon...
r/renpy
comment
r/RenPy
2024-01-08
Managed to fix just adding the mentioned frame
r/renpy
comment
r/RenPy
2024-03-08
Hello, I have made progress on my game so far with the help of this YouTube channel. YouTube: https://youtube.com/@strikezillatuts?si=GuGirdtSR4PZQLU7 The dude does have a Discord and with community does help a lot. Though with some NSFW content as well that’s in the works is pretty cool. If you’re interested chec...
r/renpy
post
r/RenPy
2024-31-07
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-31-07
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-31-07
Hello, an error occurred while writing the dialogues: maximum recursion depth exceeded In the line:"{i}Голос из темноты начал говорить.{/i}" And in the further line the same mistake: Уля "Сначала отчитали на работе, потом вообще заснула в офисе, а теперь это!..." I have no idea what it means.:( How ...
r/renpy
post
r/RenPy
2024-31-07
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-31-07
I tried these lines in a new project and they work fine, is it only on these lines? How have you defined the characters?
r/renpy
comment
r/RenPy
2024-31-07
Yes, that's the problem, that it should work fine, but it gives an error :( Character: define Уля = Character('Ульяна', color="#528acb", image='ульяна') Can you tell me what kind of mistake this is? And what could cause it? Thank you^^
r/renpy
comment
r/RenPy
2024-31-07
this worked fine too, admittedly it has been a while for me though haha have you maybe edited some other part of the code?
r/renpy
comment
r/RenPy
2024-31-07
Yes, I moved the lines of code from define to another file, but the script seems to read it, there are no problems with this. I did this because the deadlines before the start of the game took up a lot of space. Maybe that's the problem?
r/renpy
comment
r/RenPy
2024-31-07
That shouldn't be the problem, I have a ton of definitions and such in separate files.
r/renpy
comment
r/RenPy
2024-31-07
So there's no problem with that? Then, what could have caused the error? How to remove it? ((
r/renpy
comment
r/RenPy
2024-31-07
It's impossible to tell from the information you have given us. The lines you showed us don't have any errors, so the problem is likely somewhere else. If you get a "maximum recursion depth exceeded" error it means that something in your code is making Ren'py want to do an endless loop, and that error is the "safety."...
r/renpy
comment
r/RenPy
2024-01-08
Э-э-э... Это сложнее, чем я думал. Мои глаза разбегаются, что из этого важнее: Полная обратная трассировка: Файл "game/script.rpy", строка 98, в скрипте Уля "Сначала отчитали на работе, потом вообще заснула в офисе, а теперь это!..." Файл "C:\Users\nk\Desktop\renpy-8.2.2.24052102+nightly-sdk\renpy\ast.py", строка 256...
r/renpy
comment
r/RenPy
2024-01-08
Э-э-э... Это сложнее, чем я думал. Мои глаза разбегаются, что из этого важнее: Полная обратная трассировка: Файл "game/script.rpy", строка 98, в скрипте Уля "Сначала отчитали на работе, потом вообще заснула в офисе, а теперь это!..." Файл "C:\Users\nk\Desktop\renpy-8.2.2.24052102+nightly-sdk\renpy\ast.py", строка 256...
r/renpy
comment
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-31-07
It's giving me this error `the idle keyword argument was not given a value.` `idle: "water.png"` This is my code. I'm really new to RenPy and have been trying to work out the imagebutton stuff for a few hours now. I finally fixed one stubborn error before it told me to add an idle version of the imagebutton, and now ...
r/renpy
post
r/RenPy
2024-31-07
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-31-07
you don't need a colon there, also if it's in a folder you need to write (for example) "images/water.png"
r/renpy
comment
r/RenPy
2024-31-07
I removed the colon and updated "water.png" to "images/water.png" but now the error says `'auto' is not a keyword argument or valid child of the screen statement.` `auto "images/water.png"` I posted the whole script on ( [pastebin](https://pastebin.com/fTs9DvnN) ) in case there might be something else causing the pro...
r/renpy
comment
r/RenPy
2024-01-08
your indentation is off, you had it right the way you posted here
r/renpy
comment
r/RenPy
2024-01-08
That was it, thank you!
r/renpy
comment
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-31-07
I am using define narrator = nvl_narrator But after that I do not know how to switch it off to be able to narrate things in ADV mode again.
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
`narrator = adv_narrator`, I believe.
r/renpy
comment
r/RenPy
2024-01-08
I know this is more of a visual studio question but I am PANICKING. I genuinely don't know how this happened, the files weren't even named similar. My only guess is it messed up when I tried to save and the thumb drive I was using disconnected and reconnected?? I don't know, but I do know that visual studio has saved u...
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
renpy makes backups if you're on windows press the Win key + R to get the run window and type %appdata%\RenPy\ that will open up the Explorer to that folder in there look for the --> backups <-- folder and open it look for your project folder in there and find the backups of your scripts in there good luck
r/renpy
comment
r/RenPy
2024-01-08
I just managed to get it with Ctrl + Shift + P and searching "local history" on Visual Studio with the laptop I was using earlier to edit. That was such a spike of anxiety my chest hurt. Thank you for the other possible solution
r/renpy
comment
r/RenPy
2024-01-08
I don't have a solution once the data is lost, but if you're working with code, you really should be version controlling it with Git. That largely prevents problems like this from being possible. If Git is too complicated for you, at a minimum store your projects in Dropbox or the like so you always have a cloud backu...
r/renpy
comment
r/RenPy
2024-01-08
you're welcome good luck with your project
r/renpy
comment
r/RenPy
2024-01-08
A bit of an unorthadox solution that might work if ya didn't run your game after that point: A few key actions on RenPy (I think stuff like opening the game, reloading, etc) triggers the engine to compile .rpy files into .rpyc You can use a tool, like the [Game Resource RPYC Decompiler](https://grviewer.com/tab/rpyc...
r/renpy
comment
r/RenPy
2024-01-08
I feel for you. And this is probably not the time to say it, but...it never hurts to think about a backup strategy before you end up needing it. I keep my sources in a OneDrive folder. I've been saved many times by OneDrive's file history feature. Remembering to save often enough is the hard part, so you don't have to...
r/renpy
comment
r/RenPy
2024-01-08
Glad you could find it. But you should really use version control so that you don't have to stress out again. I would suggest learning how to use Git
r/renpy
comment
r/RenPy
2024-01-08
Just restore any of the important project files from a backup. All developers use a combination of version control and daily backups, right? Heck, a developer on macOS enjoys *hourly* backups via Time Machine. I'm glad that your data was recovered. Now, implement a proper version control system for your development an...
r/renpy
comment
r/RenPy
2024-01-08
I was confused by this at first, and then I see you put the backups folder underneath in regular text. So, in reality, the folder is: `%appdata\RenPy\backups` if anyone is interested.
r/renpy
comment
r/RenPy
2024-04-08
I have to both learn how to use Git AND get new flash drives. The two I bought have turned out to just... Randomly save over files with stuff you copy over
r/renpy
comment
r/RenPy
2024-06-08
The more I work on my game I realized that when I check the variables (Shift+ D > Variable Viewer) I see many variables which are only used for some very specific proposes. For example when the player has the options to knock on a closed room door or enter it I let him knock three times - and for that I use a variable ...
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
If you are using call/return (rather than jump), you can effectively make local variables: ``` label closed_door: $ renpy.dynamic('knocking_counter') $ knocking_counter = 0 # ... return ``` You can create mutiple locals this way and initialise them in the `renpy.dynamic` line if you wish. However, in ...
r/renpy
comment
r/RenPy
2024-01-08
renpy puts all variables in the store which is global scope. there are no local variables in renpy outside of actual python functions. your variable wont be deleted till you delete it. you can simplify temp variables all at once if you use a dictionary. ``` default dvars = dict() # variables only important during s...
r/renpy
comment
r/RenPy
2024-02-08
I can now add music but I can't hear it Play music "audio/music/Purple.mp3" fadeout 1.0 Why? Update: I found the answer I just need to convert mp3 to ogg
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
I would say "fadeout" is to stop music. Have you tried with "fadein"?
r/renpy
comment
r/RenPy
2024-01-08
I tried fadein but didn't work
r/renpy
comment
r/RenPy
2024-01-08
I've checked with my game, maybe without audio direction? Like just -> Play music "music/Purple.mp3" fadein 1.0 Capital letter may be affecting too.
r/renpy
comment
r/RenPy
2024-01-08
I tried it but didn't work
r/renpy
comment
r/RenPy
2024-01-08
Mmm... Maybe I need my audio to convert from mp3 to ogg
r/renpy
comment
r/RenPy
2024-01-08
Does it work if you make it "play" rather than "Play"?
r/renpy
comment
r/RenPy
2024-01-08
I already did that Didn't work
r/renpy
comment
r/RenPy
2024-01-08
Ive been playing a VN on my android 10 phone for a while now using Joiplay with the renpy plugin. but my loudspeaker died, so i transferred the entire folder to my other device which runs android 11. The game runs fine on my android 10, but i get this error on my android 11. The image/video files are all there, but the...
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
So I am extremely pissed, and have looked through multiple Reddit posts, and no one has answered what is going on. So, for some reason, my "hide" function isn't working. Worse, it *was* working all day, and then stopped when I was about to publish. Every post I've seen on here, and other forums, says this should wor...
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
I've also simplified it to "hide siro" with no "with" and no size changing, and it still doesn't work. And, again, it *was* working for the last few builds, which makes it even more frustrating. Please help!
r/renpy
comment
r/RenPy
2024-01-08
how did you show siro?
r/renpy
comment
r/RenPy
2024-01-08
show siro at right:         size (400, 1000)
r/renpy
comment
r/RenPy
2024-01-08
I might have figured it out actually. But it's a solution I tried already (taking off the colon and the size for the hide line)...but, like I said in my initial response, I tried that before. So I don't know why it worked now and not then. I'm assuming I did something wrong or something else I'm not aware of, but don'...
r/renpy
comment
r/RenPy
2024-01-08
this worked for me label start: show blue at right: xysize (400, 1000) pause hide blue with moveoutleft pause return
r/renpy
comment
r/RenPy
2024-01-08
Thanks! I'll keep this in mind next time something like this comes up. Appreciate it :)
r/renpy
comment
r/RenPy
2024-02-08
you're welcome good luck with your project
r/renpy
comment
r/RenPy
2024-03-08
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
i also need that
r/renpy
comment
r/RenPy
2024-01-08
resizing and repositioning both imo. An adult sprite mostly covers more than half of the screen in japanese vns. Then again you can follow any style you wish but right now the background is more prominent than our Kayloo.
r/renpy
comment
r/RenPy
2024-01-08
fuuf
r/renpy
comment
r/RenPy
2024-01-08
*i’m going to chuck-e-cheese’s, because that’s the only f—ing place these animators take me to.*
r/renpy
comment
r/RenPy
2024-01-08
Make them parallel to the bed
r/renpy
comment
r/RenPy
2024-02-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
Hi! I'm new to renpy and working on my first game. I've run into an issue while trying to change scenes. It changes at first but then goes blank later on. Am I doing something wrong?
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
My guess is that because your scene and your Character image both start as morrow, Ren'py think that this is the same group of images so it switches to the one you've mentioned later. It could be useful for sprites. You can read about it more [here](https://www.renpy.org/doc/html/displaying_images.html#image) Try chan...
r/renpy
comment
r/RenPy
2024-01-08
Is the background the same dimensions (width/height) as the dimensions of your visual novel project?
r/renpy
comment
r/RenPy
2024-01-08
Yes, it is. The image changes as planned up until it gets to that last line of dialogue.
r/renpy
comment
r/RenPy
2024-01-08
It worked! Thanks a lot.
r/renpy
comment
r/RenPy
2024-01-08
You're welcome! I'm glad it helped
r/renpy
comment
r/RenPy
2024-01-08
Is this related to warrior cats
r/renpy
comment
r/RenPy
2024-01-08
And morrow puck barn is the defined name of your background image?
r/renpy
comment
r/RenPy
2024-02-08
r/renpy
post
r/RenPy
2024-01-08
[Click here to go to our Steam page!](https://store.steampowered.com/app/3055530/Dare_to_Lucid_Dream/) The Demo contains the first chapter of the game. Let us know what you though of it \^\^! [Here's our social media.](https://x.com/ghostpenguindev)
r/renpy
comment
r/RenPy
2024-01-08
Hi, does anyone know of a way to organize voice files into subfolders, and still have the auto\_voice function work? By default they are all existing in a single folder which is getting unwieldly. I thought I would be able to change the path of the config.auto\_voice function to a variable set to each label name, so I...
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
How in the world do I define an image and scale it down so it can properly fit on the screen?? I currently have: image anna: "annas/anna.png": fit "contain" ysize 1022 And it doesn't work. Vscode also tells me that I'm.Scale is obsolete. I have no use for the giant image aside from giving it a high definitio...
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
Vscode doesn't allow you to use im.scale? I use it without trouble: image alex basic:     im.Scale("sprites/alex.png", 900, 900)
r/renpy
comment
r/RenPy
2024-01-08
When I hover over it, the popup says that it's obsolete, and that obsolete image manipulators could cause problems
r/renpy
comment
r/RenPy
2024-01-08
Solved it. I found the zoom function, so now I have: image anna: "annas/anna.png" zoom 0.44 Which works for me.
r/renpy
comment
r/RenPy
2024-01-08
image anna: "annas/anna.png": fit "contain" ysize 1022 # ^ # | extra colon...
r/renpy
comment
r/RenPy
2024-01-08
if you're going to use the image a lot, define a smaller one like this image smalled = "images/theBigImage.png": xysize(200, 600) label start: show smalled at right
r/renpy
comment
r/RenPy
2024-01-08
Hello there. I'm writing this on behalf of the main user in the screenshot (they asked me to send messages from their perspective as they were rather insistant it should be from their own account, but I don't want to just let this slide either way as I think it's important for the community to have a discussion about.)...
r/renpy
post
r/RenPy
2024-01-08
Welcome to r/renpy! While you wait to see if someone can answer your question, we recommend checking out [the posting guide](https://www.reddit.com/r/RenPy/comments/1099hpg/a_short_posting_guide_or_how_to_get_help/), [the subreddit wiki](https://www.reddit.com/r/RenPy/wiki/index/), [the subreddit Discord](https://disco...
r/renpy
comment
r/RenPy
2024-01-08
In case you cannot see the text below the images here's it copy and pasted: Hello there. I'm writing this on behalf of the main user in the screenshot (they asked me to send messages from their perspective as they were rather insistant it should be from their own account, but I don't want to just let this slide eithe...
r/renpy
comment
r/RenPy
2024-01-08
No because this icks me greatly like for what reason do you make a tool to help artists and then turn around and support a tool that guts us and leaves us out to dry
r/renpy
comment
r/RenPy
2024-01-08
I can't say I'm sympathetic to the use of AI resources in VN development, and the RenPy devs' tacit endorsement of the technology is unfortunate. But also, this post is weird and reads more like you're annoyed with the mods rather than AI itself. Why are you including all this extraneous backstory about how you're post...
r/renpy
comment
r/RenPy
2024-01-08
eat shit, transphobe
r/renpy
comment
r/RenPy
2024-01-08
what the fuck
r/renpy
comment
r/RenPy
2024-01-08
uh no, He made up a fake post for sympathy. I don't have to listen to this leftist bullshit in our community cause some "transgender" wants to make some shit up that isn't important at all LMAO. you're even agreeing with me soooooo I don't get your point. Regardless they're going to be banned or hopefully leave so I do...
r/renpy
comment
r/RenPy
2024-01-08
\>is in the VN community \>hates trans people what are you even doing here, man? go back to sucking at Binding of Isaac
r/renpy
comment
r/RenPy
2024-01-08