Search found 10 matches

by htk318
Tue Jan 28, 2014 12:50 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] AFM for ALL sentences, regardless of length
Replies: 2
Views: 427

[SOLVED] AFM for ALL sentences, regardless of length

Hi all. I'm trying to set auto-forward on 2.5 seconds; it works fine for most of my game, but when a character says something like "Huh?" it auto-advances as soon as the sentence ends. I know it has something to do with the number of characters Renpy waits for until it enables AFM, but whe...
by htk318
Wed Jan 15, 2014 9:43 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Setting position of side images
Replies: 2
Views: 5049

Re: Setting position of side images

As expected, it was something really simple that I forgot to look over. OTL
Thank you!
by htk318
Tue Jan 14, 2014 10:27 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Setting position of side images
Replies: 2
Views: 5049

[Solved] Setting position of side images

Hi all, silly problem here. On my last project, I got side images to work with no problems. My text box was in the center bottom of the screen with some space on the sides, and my side image was inside of the textbox. The problem is, I tried to replicate that effect in my current project and it isn'...
by htk318
Tue Nov 19, 2013 4:11 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I recreate the zoom/pan effect as used in Sweet Pool?
Replies: 3
Views: 932

Re: How do I recreate the zoom/pan effect as used in Sweet P

Oh, how embarrassing. What an easily-accessible solution..//
Thanks, both of you!
by htk318
Tue Nov 19, 2013 10:10 am
Forum: Ren'Py Questions and Announcements
Topic: How do I recreate the zoom/pan effect as used in Sweet Pool?
Replies: 3
Views: 932

How do I recreate the zoom/pan effect as used in Sweet Pool?

Sorry for referencing a game that isn't extremely well-known. Also please be aware that this is a BL game. In this game, they zoom on one particular point (not just in the center) of an image. Shortly after, they pan to a different, specific point. Finally, they show the entire CG with a dissolve ef...
by htk318
Mon May 13, 2013 12:59 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Text outlines / CTC inline with text
Replies: 1
Views: 475

[Solved] Text outlines / CTC inline with text

EDIT: I hate when these things are so obvious yet go right over my head. Thank you! Sorry to be posting two questions to the same thread, but I didn't want to double post and I'm sure these will have rather straightforward answers. What I'd like to do first is customize what parts of the game have ...
by htk318
Wed May 01, 2013 4:06 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Side image only when the character is not showing
Replies: 2
Views: 481

[Solved] Side image only when the character is not showing

I didn't know how to search for this, so I apologize if this is already addressed. I want to make it so that side images ONLY show when the character is NOT shown on the screen. I can make it so that, when the character is speaking, both her sprite and the corresponding side images shows, but I can'...
by htk318
Sat Apr 20, 2013 8:42 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] "Cannot concatenate 'str' and 'float' objects"
Replies: 2
Views: 854

Re: Error: "Cannot concatenate 'str' and 'float' objects"

Um.. I fixed it. It was something really obvious that I missed, too. :oops: In case anyone else makes this mistake, what I did was define a character ("Min") using "min" instead of "m," since I already had a character whose name started with m. So because I started to u...
by htk318
Sat Apr 20, 2013 4:49 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] "Cannot concatenate 'str' and 'float' objects"
Replies: 2
Views: 854

[solved] "Cannot concatenate 'str' and 'float' objects"

Disclaimer: Sorry if I screwed anything up here, first time posting. I see a lot of posts about getting the 'str' and 'X' error, but I haven't been able to find any with 'float.' I'm testing a short game, and I got this error mid-way through. Usually these errors (as far as I can tell) have to do wi...