Search found 12 matches

by malakme
Sat Nov 09, 2019 1:14 pm
Forum: Ren'Py Questions and Announcements
Topic: Text Message-Like Dialogue System in Renpy
Replies: 1
Views: 553

Text Message-Like Dialogue System in Renpy

Hi everyone! I was wondering if it's possible with Renpy's engine to make a text-like dialogue system. I'm trying to achieve a style in which a box of text pops up, with a character sprite to one side of the box and as you press space/click, the dialogue boxes of other characters pop up. The previou...
by malakme
Mon May 13, 2019 1:10 am
Forum: Ren'Py Questions and Announcements
Topic: Best way to organize sprite images?
Replies: 3
Views: 511

Re: Best way to organize sprite images?

Sunlit-Dreamer wrote: Sun May 12, 2019 8:36 pm Hopefully, I didn't confuse you, if I did things right. This is as much I can help you for now.
Are you kidding?? This is extremely helpful, thanks so much for taking the time to share all of this! I have to look over the links you've sent, but so far it's making much more sense.
by malakme
Sat May 11, 2019 5:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Best way to organize sprite images?
Replies: 3
Views: 511

Best way to organize sprite images?

Hi everyone! I'm new to Ren'py so I know this might seem like a dumb or simple question, but I'm wondering what the best way to organize sprites might be. I've heard that depending on how you define an image, you can create sprite "families" or "groups"? I understand it conceptua...
by malakme
Sat May 11, 2019 2:29 am
Forum: Creative Commons
Topic: Text Blips to use for dialogue
Replies: 0
Views: 1713

Text Blips to use for dialogue

Hi guys! I was looking around for some text blip sound effects (as in the beepy tone that plays over character dialogue) and since I struggled to find some, I created a few. I figured I might as well share the text blip pack with others. You can find the text blip pack here on Freesounds: https://fr...
by malakme
Sat May 11, 2019 1:57 am
Forum: Ren'Py Questions and Announcements
Topic: Tips for Preventing Laggy/Slow Game?
Replies: 5
Views: 684

Re: Tips for Preventing Laggy/Slow Game?

Most games made with newer versions of Ren'py don't actually "slow down" or "get laggy" - they only SEEM to do that, because of image or screen responsive-ness. (For lack of a better term.) Ren'py tries to run at the least demanding framerate possible depending on the situation,...
by malakme
Sat May 11, 2019 1:41 am
Forum: Ren'Py Questions and Announcements
Topic: Tips for Preventing Laggy/Slow Game?
Replies: 5
Views: 684

Re: Tips for Preventing Laggy/Slow Game?

Generally speaking, trying not to do a 10009 thing at the same time is a good idea. Try to do them when needed. for size, trying to combine scene that are the same but in different path is a good idea I guess (also help with typo), either by using call/return rather than jump, or by having a variab...
by malakme
Mon May 06, 2019 6:41 pm
Forum: Ren'Py Questions and Announcements
Topic: Tips for Preventing Laggy/Slow Game?
Replies: 5
Views: 684

Tips for Preventing Laggy/Slow Game?

So I'm new to Ren'py and game development as a whole, but I want my first project to be a relatively big one (my estimate is something like 25,000+ lines of code right now). I've heard about people having issues with larger games slowing down, so I figured I'd be proactive and ask if there's anythin...
by malakme
Wed May 01, 2019 4:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Layering sprite images incorrectly?
Replies: 2
Views: 375

Layering sprite images incorrectly?

Hi everyone! I'm very new to Ren'Py so I'm confused about how and where to code in a family/group of sprite images. I've tried using this page for help ( https://www.renpy.org/doc/html/layeredimage.html#using-an-layered-image ), but honestly I'm at a loss. As it stands right now, I'm testing out how...
by malakme
Tue Apr 30, 2019 9:22 pm
Forum: Development of Ren'Py
Topic: Ren'Py Gripes
Replies: 556
Views: 604605

Re: Ren'Py Gripes

First off, I think it's really cool how much you make an effort to make this program easier for us. Thank you! I don't know if it's my laptop causing the gripe, but this problem only ever happens when I use Ren'Py. Sometimes when I highlight text and click elsewhere, the highlighted text will automa...
by malakme
Mon Apr 29, 2019 3:07 am
Forum: Ren'Py Questions and Announcements
Topic: Error message whenever I open Ren'Py software
Replies: 0
Views: 260

Error message whenever I open Ren'Py software

Hi everyone! I've only been using Ren'Py for a few days, but I've had an issue with the software not opening. Every time I close it and open it later, I get messages that read: renpy.exe - System Error The code execution cannot proceed because SDL2.dll was not found. Reinstalling the program may fix...
by malakme
Mon Apr 29, 2019 2:46 am
Forum: Ren'Py Questions and Announcements
Topic: Timed choice bar not appearing?
Replies: 2
Views: 406

Re: Timed choice bar not appearing?

Thanks for you help, Alex! The problem is solved. :)
by malakme
Fri Apr 26, 2019 7:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Timed choice bar not appearing?
Replies: 2
Views: 406

Timed choice bar not appearing?

Hi! I'm testing out timed choices and having trouble, so I figured I'd ask for help. The problem has been that my timed choices aren't activating. They aren't appearing in the launched game and they aren't timing out after the allotted time. I've tried these two methods shown in these links: First I...