text
stringlengths
0
40.9k
label
stringlengths
5
23
dataType
stringclasses
2 values
communityName
stringlengths
5
23
datetime
stringclasses
32 values
They’re downvoting you, but you’re right.
r/renpy
comment
r/RenPy
2024-01-08
You are aware that Ren'Py is a game engine, yes? Whether or not *3rd-party developers* choose to use AI art and/or dialogue in their game has diddly squat to do with the underlying game engine. Whether Renpy Tom himself thinks AI is cool has **nothing whatsoever** to do with how dialogue or art is integrated into any o...
r/renpy
comment
r/RenPy
2024-02-08
I mean, they were coming off as someone itching for a fight. Even the title of this reddit thread has the same energy as "Why are meat eaters pro animal abuse?"
r/renpy
comment
r/RenPy
2024-02-08
If you don’t like ai then just don’t look at it.
r/renpy
comment
r/RenPy
2024-02-08
Honestly this is so true. It's like being a tech developer and hating furries. Like who do you think make up majority of the demographic 😭
r/renpy
comment
r/RenPy
2024-02-08
I think you should ask them directly on discord instead of creating drama and rumours here behind their back on reddit. We are not in a college VN ;)
r/renpy
comment
r/RenPy
2024-02-08
I think there should be proper licensing for training data, but I kind of don't necessarily see it as bad for complex/multimedial art to be more accessible. A person could be a great game designer but not good at drawing / composing, and AI makes it a lot more accessible to realize a vision in a complex field like game...
r/renpy
comment
r/RenPy
2024-02-08
You got muted because you were whining that the discord server had AI channels at all and refused to shut up about the issue. You were told how to hide the channels if they offended you so much and still wouldnt shut up about it. Deal with consequences for your behavior. Its just a 24hr mute. Not like you were hav...
r/renpy
comment
r/RenPy
2024-02-08
It's simple, *before* the AI channels existed it was in *all* of them. The moderators created those channels so it could be *confined* to them, much as why the NSFW channels exist. It isn't an endorsment of AI anymore than NSFW is an endorsment of *insert-kink*. As was pointed out, the Discord user can mute channels. ...
r/renpy
comment
r/RenPy
2024-02-08
Hi all, I'm trying to have a character sing a song, with the lyrics and animation playing in time with the song. The code below displays the correct timing for the song, but the player can just click through all the lyrics and animations, causing it to go out of sync. How can I disable player interaction while th...
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
Well, you're kinda having to force the player (not) to click. That is, you're asking them to click at the appropriate times, *hoping* they'll do it. I can only think of a few ways to get around the problem, and I don't think you'll like any of them. 1) Play the music using explicit `from` and `to` parameters ([link](h...
r/renpy
comment
r/RenPy
2024-01-08
Thank you so much for taking the time to write this out! I think I'm going to go down the route of recording the process as a video. If I do this, is there a way for me to make sure the song or video is not skipped if the player clicks?
r/renpy
comment
r/RenPy
2024-02-08
The only way I can think of to stop clicks is to use `$renpy.pause()` (Well, that's not true--you could implement a full-screen `screen` that eats the keys and clicks, but I mentioned that before.) If your video file is 45 seconds long, just put a `$renpy.pause()` statement directly after it with a 45 second delay. ...
r/renpy
comment
r/RenPy
2024-02-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
That backgrounds seems like a photo and some type of filter. Nothing bad about that, Higurashi When They Cry does the same thing.
r/renpy
comment
r/RenPy
2024-01-08
Oh yeah, it's just a stockphoto with a filter slapped over it. I was just wondering if there were ways to make it look less...crunchy?
r/renpy
comment
r/RenPy
2024-01-08
backgrounds usually look rather simple or aren't highly detailed so characters can be highlighted easier
r/renpy
comment
r/RenPy
2024-02-08
What file format and resolution are they? Is the resolution of the image the same as the resolution for your game?
r/renpy
comment
r/RenPy
2024-02-08
Both are 1920 by 1080. Maybe it's just my eyes playing tricks on me. Seeing invisible crunch and static lmao
r/renpy
comment
r/RenPy
2024-02-08
Maybe! It may be worth checking the file type still, some are considered "lossy" like jpegs and can cause artifacts aka the crunch.
r/renpy
comment
r/RenPy
2024-02-08
Do you recommend pngs for backgrounds then?
r/renpy
comment
r/RenPy
2024-02-08
Use webp if you can. It's smaller than png but can also achieve the same results.
r/renpy
comment
r/RenPy
2024-02-08
Well, I think that's what that filter is supposed to do. Try to use others until you find one effect that you like.
r/renpy
comment
r/RenPy
2024-02-08
Yes! You can also use webp as henne said but I don't personally feel it's too necessary to do so and I prefer the convenience of PNGs. On VERY large images, webp is definitely worth it but with the resolution you're working with, the difference in file size probably won't be that noticeable overall.
r/renpy
comment
r/RenPy
2024-02-08
Hello! I’m still learning to use ren’py and trying to work on a test game that uses draggables. Yes, I have seen both Visual Novel Design’s video and ess’ series on matter.  Due to how Visual Novel Design’s tutorial framework works, once you place draggable on droppable, the game whisks you to the title screen du...
r/renpy
post
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-02-08
i wanted to create visual novel story, but i couldn't able to edit the script files even if i installed and uninstall pls help
r/renpy
post
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-02-08
Try opening the script file directly with VS code instead of through ren'py. Without more context, I'm not sure why you would be having issues.
r/renpy
comment
r/RenPy
2024-02-08
Renpy itself isn't a code editor, so I think your issue is that you need to install a code editor? **I recommend this one:** [**https://code.visualstudio.com**](https://code.visualstudio.com)
r/renpy
comment
r/RenPy
2024-02-08
One of the first steps after installing renpy is to select the code editor. If you somehow missed it go to preferences and then select a "Text Editor". As others suggested already 'Visual Studio Code' is the best
r/renpy
comment
r/RenPy
2024-02-08
Oooh Ive already cixednit and it work
r/renpy
comment
r/RenPy
2024-03-08
i’m not too big on my own style but i think this is pretty fine. i don’t have any set release date for this game but i’m thinking of doing a demo at some point
r/renpy
post
r/RenPy
2024-02-08
Pretty cute!
r/renpy
comment
r/RenPy
2024-02-08
Good Luck!
r/renpy
comment
r/RenPy
2024-02-08
tyyy
r/renpy
comment
r/RenPy
2024-07-08
I really like how lively and jumpy the character sprites are in games that use this. Is it possible to emulate something similar in renpy? I'm thinking maybe make the cg sprites a looping webp but it will be hard for the mouth movement to match with the dialogue text. Also I'm not sure how resource intensive it woul...
r/renpy
post
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-02-08
If you want characters to have emotes, you already identified that you can do this with an animated image. If you want to lip sync to dialog, presumably you have a voice recording. You would just need an animation that matches the timing.
r/renpy
comment
r/RenPy
2024-02-08
I already added two images to a scene sucessfully:     show ethan neutral at left show uac neutral at right The images are defined like that: image ethan neutral = "images/ethan/ethan neutral.png" image zac neutral = "images/zac/zac neutral.jpg" Now I want to do the same with following images: ...
r/renpy
post
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-02-08
name the images intro_ethan and intro_zac. Or even better remove "intro ". Only the first word is the tag of the image, all the other words are attributes. Read more here: https://www.renpy.org/doc/html/displaying_images.html
r/renpy
comment
r/RenPy
2024-02-08
Thank you for that hint! Just to clarify... so Renpy thinks that in both cases the image is called "intro", right? And I think the attributes are meant to be used for something like "zac happy" and "zac sad" - so in both cases the image is the character zac but with different details?! I am not sure why it is like that...
r/renpy
comment
r/RenPy
2024-02-08
Yes for Renpy it's "intro". You created 3 "people": ethan, zac and intro. intro has 2 variations. That's why I suggested to get rid of "intro", so that you only have 2 "people": ethan and zac Personally I would keep it simple and define those 4 images as follow: image ethan neutral = "images/ethan/ethan neutral...
r/renpy
comment
r/RenPy
2024-02-08
thank you for your explanations!
r/renpy
comment
r/RenPy
2024-02-08
I’m not good at drawing so I was wondering if I could use another program to render 3d backgrounds and create characters. I’m working on an illegal street racing game set in 00s Japan and yeah. Could I use unreal engine to create the background and characters then take photos and videos convert them and use them into r...
r/renpy
post
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-02-08
In theory you can use any engine to create images but if you want to sell your VN, you have to check if the engine allows it. But it's not only about the engine, you also would need licenses to use the assets (cars, characters, streets). For example you might not be allowed to take screenshots from a game or use game a...
r/renpy
comment
r/RenPy
2024-02-08
The image is showing but when i click it, nothing happens screen itemGame:     imagebutton:         idle "eq"         pos (251, 360)         action [Hide ("eq")]
r/renpy
post
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-02-08
action [Hide ("eq")] this will hide a screen titled eq are you showing a screen eq?
r/renpy
comment
r/RenPy
2024-02-08
no, its the buttons image
r/renpy
comment
r/RenPy
2024-03-08
try it like this screen itemGame:     imagebutton:         idle "eq"         pos (251, 360)         action Hide()
r/renpy
comment
r/RenPy
2024-03-08
ty, it works now.
r/renpy
comment
r/RenPy
2024-06-08
Hi , I'm trying to make 5 different buttons appear on the screen. And I want each of them to be hidden separately. But when I do it like this, even if I click one of them, the rest of them disappear too. screen itemGame:     imagebutton:         idle "eq"         pos (251, 360)         action ...
r/renpy
comment
r/RenPy
2024-06-08
you would have to put them all in separate screens, there is no command to hide a button you can try it like this default buttOne = False default buttTwo = False screen itemGame: if buttOne:     imagebutton:         idle "eq"         pos (251, 360)         ...
r/renpy
comment
r/RenPy
2024-06-08
thank you
r/renpy
comment
r/RenPy
2024-08-08
you're welcome good luck with your project
r/renpy
comment
r/RenPy
2024-08-08
Hello, it's my first time working on a visual novel, I've been a digital artist and a writer for more than 5 years and then I started to get interested in the visual novel theme as I loved these games when I was 14. But I have some doubt people still pursue these things now a days. I'm 20 btw and I keep learning about...
r/renpy
post
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-02-08
If you want good tutorials that teach you the basics to pretty complex stuff check out “the renpy cookbook” channel on YouTube, really easy way to learn
r/renpy
comment
r/RenPy
2024-02-08
Visual novels are such an underrated genre. They can tell stories in such unique and immersive ways.
r/renpy
comment
r/RenPy
2024-02-08
I think you mean the channel "Visual Novel Design": https://www.youtube.com/@vimi
r/renpy
comment
r/RenPy
2024-02-08
The most important piece of advice I can give is to play the greats in your subgenre and take extensive notes. Every genre of media plays by its own set of rules and the only way you can learn them is by analyzing major titles in depth. Visual novels have a lot of unique quirks that you need to internalize. As you do...
r/renpy
comment
r/RenPy
2024-02-08
If it is a labor of love for you, then you can make whatever you want, but if you want it to make money it has to be something that people can relate to and has some appeal: sex, violence, romance, adventure, etc. I recommend writing a screenplay for it first to guide your efforts before you get into the art and coding...
r/renpy
comment
r/RenPy
2024-02-08
Thank u ❤️
r/renpy
comment
r/RenPy
2024-03-08
Thank u ❤️
r/renpy
comment
r/RenPy
2024-03-08
Thank u ❤️
r/renpy
comment
r/RenPy
2024-03-08
The genre I'm working on is romance, I wanted to go for horror but I think it doesn't have a huge fan base
r/renpy
comment
r/RenPy
2024-03-08
Ohhh yep the series name is renpy cookbook isn’t?
r/renpy
comment
r/RenPy
2024-04-08
Check out Sekai for bite-sized visual novels you can create in 10 minutes. Here's a story on the platform: [https://joinsek.ai/gojo-at-ax](https://joinsek.ai/gojo-at-ax)
r/renpy
comment
r/RenPy
2024-07-08
I'm just starting to create visual novels and have learned the basics, but I don't have much idea about animations. I wonder how I can add an animation I made in Blender to Renpy. I've searched a lot on the internet but couldn't find much.
r/renpy
post
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-02-08
What type of visual novel you are talking about? And what type of animation do you mean? If you made the animation in Blender and also rendered it in Blender, then just show it as movie in renpy: [https://www.renpy.org/doc/html/movie.html](https://www.renpy.org/doc/html/movie.html)
r/renpy
comment
r/RenPy
2024-02-08
I will look the document thanks for help.
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-02-08
Hello, so I'm having a problem with displaying characters at left and right on the screen, this is not a problem I was having before. This happened when I changed a normal sprite to an animated one, for example: **image sprite = "images/sprite1.png"** was changed to **image sprite:** **"images/sprite1.png"...
r/renpy
post
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-02-08
should be image sprite: "images/sprite1.png" pause 3 "images/sprite2.png" pause 0.15 repeat
r/renpy
comment
r/RenPy
2024-02-08
Okay so I did that, but the sprite is still working as it was before, even if I write **show sprite at right** they only appear at the center of the screen
r/renpy
comment
r/RenPy
2024-02-08
Hmm, maybe the pause is not required then, I'm on pc now let me check.
r/renpy
comment
r/RenPy
2024-02-08
I tried with and without using pause, both seem to work, the only problem is that the sprites are stuck to the center of the screen for some reason
r/renpy
comment
r/RenPy
2024-02-08
That's weird, I tested with the same code left and right worked normally and animated.
r/renpy
comment
r/RenPy
2024-02-08
Can you write an example of the sprites and the show command you used to make sure I've written everything correctly?
r/renpy
comment
r/RenPy
2024-02-08
image sprite:     "images/sprite1.png"     3 #Seconds it's displayed     "images/sprite2.png"     0.15     repeat label start:     scene bg room     show sprite at right     pause 2     show sprite at left     e "You've created a new Ren'Py game."     ...
r/renpy
comment
r/RenPy
2024-02-08
Nope, it just doesn't work for me, the sprite remains at the center, I appreciate the help tho
r/renpy
comment
r/RenPy
2024-02-08
No problem. Try it in another renpy project with just the sprite, just to test it, also, maybe there's something wrong with you actual code that you're just not seeing some little detail that makes it work but not fully, you said the image was on the left before so I don't believe the problem could be with the images ...
r/renpy
comment
r/RenPy
2024-02-08
Yeah thanks, I'll keep trying!
r/renpy
comment
r/RenPy
2024-02-08
Check the resolution of the sprite, I had this problem because I made the sprites in the same resolution of the backgrounds
r/renpy
comment
r/RenPy
2024-02-08
**THAT WORKS!!!!!!** Thank you so much friend, you just saved my life!!
r/renpy
comment
r/RenPy
2024-02-08
This is part 0 in his series! I’m so excited and wanted to share this! If you want to create your own Ren’Py games or lewd, check it out! https://youtu.be/9cRdfsE-zgQ?si=JRzjNdhPrrCzJz25 He has a Discord too… https://discord.gg/9uHc2VZw
r/renpy
post
r/RenPy
2024-02-08
So I never used RenPy before only just unity and this her first time to and she said it’s isn’t showing up for her
r/renpy
post
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-02-08
Jump keyword needs to be indented?
r/renpy
comment
r/RenPy
2024-02-08
Wait what do you mean
r/renpy
comment
r/RenPy
2024-02-08
menu: "yes": jump choice1_a
r/renpy
comment
r/RenPy
2024-02-08
also label choice1\_a and b don't have : at the end and you need to indent what Emily is saying too.
r/renpy
comment
r/RenPy
2024-02-08
adding to what other user said, anything under a label must be indented unless it's another label sounds can be placed in audio folder and you can just type name without file extension (example "play music bgmusic") can't have spaces though I'm assuming that's meant to play sound? it would have to be a different fi...
r/renpy
comment
r/RenPy
2024-02-08